09-06-2018, 05:25 PM
(09-06-2018, 04:40 PM)AnnaBlume Wrote: Hi Kent,
thank you for instant reply. Problem is that I can`t mount USB HDD (SDD, 256GB; FAT32, USB 3.0 plug, 'usb_max_current=1' in 'config.txt') as music source. This appeared with both images, the automated install and the manual one via build recipe v2.5.
Currently I'm reformatting the external HDD to EXT4 and copying back the flac files - that takes some time.
Thank you for the hint re 'mosbuild.properties', I'll give it a try.
Another strange thing I´d like to report: when a USB stick as music container is plugged in and the system is rebooted, it doesn't start because of the USB stick still in the RPI (I assume RPI tries to boot from the USB stick). In moodeaudio config menu USB boot is enabled and cannot be reset. I feel I have to change it in the BIOS?
Cheers, AnnaBlume
I just mounted a USB2.0 1TB Western Digital HD to my moOde player via a powered USB hub. No problem. Note that it's formatted for Windows usage.
Code:
pi@moode:~ $ lsusb
...
Bus 001 Device 007: ID 1058:25e1 Western Digital Technologies, Inc.
...
pi@moode:~ $ sudo fdisk -l
...
Disk /dev/sda: 931.5 GiB, 1000170586112 bytes, 1953458176 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 3EB9CA8A-42D5-4C4A-8331-985429585915
Device Start End Sectors Size Type
/dev/sda1 2048 1953456127 1953454080 931.5G Microsoft basic data
pi@moode:~ $ mount
...
/dev/sda1 on /media/My Passport type fuseblk (rw,nosuid,nodev,noexec,noatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,uhelper=udisks)
I wonder if you are drawing too much current via the USB port, especially with a USB3.0 interface?
As for booting, I powered a system down, added both this drive via powered USB hub and a USB thumbdrive directly to one of the USB ports on the RPi, then powered up. Both drives are mounted and show up in the Music/Browse tab.
I wonder if your USB thumbdrive has been formatted to be bootable and hence pronging the boot process.
Just conjecture.
Regards,
Kent