Thank you for the great new V2 SD card image. I've been following you on Github for a long time and compiling the image myself.
The installation of the V2 SD card image went smoothly. The Apollo V1 starts with the SCB/MCU 2 board with full fan performance. I don't know yet whether this is a feature or a bug. The Apollo SBC/MCU 1 didn't do that. It's very annoying...
If you shut down the board, the large black fan also runs at full power.
Shortly after switching on, the fan switches off and the volume becomes bearable again.
If you use an OrangePi 4 LTC with internal eMMC storage, the internal SSD is not mounted.
It would make sense to wait until the network has "booted up" before mounting the SSD?!?!?
I assume that the internal flash memory is being read much too quickly, but all services have not started yet. A pause would then have to be inserted in the rc.local before mounting the SSD.
mount /dev/nvme0n1p1 /media/nvme
#mount nvme drive
Yes this is normal between the two MCU variants. It's hardware differences in how they hold their control pins before/after shutdown, which affects what state our hashboard is in.
Not sure about SSD not mounting, images are built for our hardware so stock board with different configurations might have different results. You can modify the rc-local.service file to start it up when you want.