lilyjayd
lilyjayd
Hello again, I think I have found a root cause of this problem. The thing is that in the instruction we copy combined uboot and dtb file to SD card:...
Unfortunately, when I changed filename: ``` /opt/backup/uboot/u-boot-dtb.img -> /opt/backup/uboot/u-boot.img ``` and run bbb-eMMC-flasher-eewiki-ext4.sh again, target still can't be booted properly, with a different message this time: ``` U-Boot SPL 2022.04-00037-ge0d31da5...
Thanks @RobertCNelson. It went smooth with default MLO and u-boot-dtb.img from package you've mentioned: ``` INFO: [/bin/bash /opt/u-boot/bb-u-boot-am335x-evm/install-mmcblk1.sh] dd if=/opt/u-boot/bb-u-boot-am335x-evm/MLO of=/dev/mmcblk1 count=2 seek=1 bs=128k 0+1 records in 0+1 records out...