06-22-2024, 12:47 PM
Hi,
So, I've setup a new fresh installation from image_2024-05-30-moode-r901-arm64-lite.
Imaged directly onto SSD. But I have an SD card in the pi, containing bootcode.bin. Otherwise I had bootup issues with ssd. That's only temporary until my pi4 arrives.
Directly after first startup, no config, no modifications, nothing:
But then, I followed your suggestion. Added the music to /mnt/SDCARD. and... found by MPD and coverart is created. nice. so far so good. That it needs to sit in /mnt/SDCARD is something I need to live with. Those locations are hardcoded in so many places, simplest approach is to use the hardcoded ones.
The "fix" with the trailing "/" is not required now. But maybe (depending on local setup) if one wants, changing it to "find -L" might be a good idea. if the files are symlinked and not directly copied to /mnt/SDCARD.
The issue with BOOTFS and rootfs might be due to the fact, that I have the sdcard with bootimage. I will postpone this for now.
Kind regads,
Martin
So, I've setup a new fresh installation from image_2024-05-30-moode-r901-arm64-lite.
Imaged directly onto SSD. But I have an SD card in the pi, containing bootcode.bin. Otherwise I had bootup issues with ssd. That's only temporary until my pi4 arrives.
Directly after first startup, no config, no modifications, nothing:
Code:
pi@moode:~ $ ls -l /media
total 8
drwxr-xr-x 2 root root 4096 Jan 1 1970 BOOTFS
drwxr-xr-x 18 root root 4096 Jun 5 22:54 rootfs
But then, I followed your suggestion. Added the music to /mnt/SDCARD. and... found by MPD and coverart is created. nice. so far so good. That it needs to sit in /mnt/SDCARD is something I need to live with. Those locations are hardcoded in so many places, simplest approach is to use the hardcoded ones.
The "fix" with the trailing "/" is not required now. But maybe (depending on local setup) if one wants, changing it to "find -L" might be a good idea. if the files are symlinked and not directly copied to /mnt/SDCARD.
The issue with BOOTFS and rootfs might be due to the fact, that I have the sdcard with bootimage. I will postpone this for now.
Kind regads,
Martin