01-18-2024, 07:01 PM
>I put a screen shot with the errors then after it flashes like it is adjusting video then boots. I does then same on reboot but get stuck at the flashing screen.
When I read this, it sounds like a cold boot works ???
Reboot has always (or nearly so) been problematic, so why not just shutdown, then restart
dd commands,,... first run lsblk to know where to flash to, replace <emmc> with correct device
dd if=/dev/idbloader.img of=/dev/<emmc> seek=64
dd if=/dev/u-boot.itb of=/dev/<emmc> seek=16384 (or bs=1M seek=8,,, since 8*1024*2=16384)
When I read this, it sounds like a cold boot works ???
Reboot has always (or nearly so) been problematic, so why not just shutdown, then restart
dd commands,,... first run lsblk to know where to flash to, replace <emmc> with correct device
dd if=/dev/idbloader.img of=/dev/<emmc> seek=64
dd if=/dev/u-boot.itb of=/dev/<emmc> seek=16384 (or bs=1M seek=8,,, since 8*1024*2=16384)