forked from u-boot/u-boot
-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
When doing a build of this tree:
make -j8 O=aspeed -s ast2600_openbmc_spl_emmc_defconfig
CROSS_COMPILE="arm-linux-gnueabi-" make -j8 O=aspeed- -j8 DEVICE_TREE=ast2600-rainier -s
dd if=/dev/zero of=test.img count=1 bs=16M
dd if=aspeed/u-boot.bin of=test.img conv=notrunc seek=64 bs=1024
And then booting in qemu (from Cedric's aspeed-6.2 branch):
$ qemu-system-arm -nographic -M rainier-bmc -drive file=test.img,if=sd,index=2,format=raw
U-Boot SPL 2019.04-00145-g86547fc6a1a1 (Sep 30 2021 - 12:57:07 +0930)
Trying to boot from MMC1
fit_find_config_node: Missing FDT description in DTB
No matching DT out of these options:
Firmware image with one or more FDT blobs
fit_find_config_node: Missing FDT description in DTB
No matching DT out of these options:
Firmware image with one or more FDT blobs
mmc_load_image_raw_sector: mmc block read error
SPL: Unsupported Boot Device!
SPL: failed to boot from all boot devices
### ERROR ### Please RESET the board ###
Metadata
Metadata
Assignees
Labels
No labels