01-19-2024, 07:39 AM
(01-18-2024, 07:01 PM)wdt Wrote: >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)
Yes cold boot works. I just flashed it yesterday with the 2024 uboot in the repo. Still getting the CRC error and won't boot off SD to reinstall os on EMMC?