-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SPL: failed to boot from all boot devices #7
Comments
Did you find a way to make it boot? |
No |
@SnappierSoap318 @navinagaraj : Thanks for the feedback! BR, Richard |
@SnappierSoap318 @navinagaraj : The error message is that the u-boot file of the FAT partition cannot be read. I checked the documentation steps you referenced. It should be a description of the mainline source code.
The u-boot file is loaded by the SPL from the boot partition, which is a FAT filesystem in the first partition. BR, |
@ray-chang Using an old version of the source ( 2017.11), I was able to compile and flash it without any issues. |
The difference between u-boot 2017.11 and 2021.04 is that u-boot.img is placed in 1st FAT partition instead of RAW in u-boot 2021.04. So it would require to put u-boot-dtb.img in 1st FAT partition. BR, Richard |
Hi I tried to boot the wandboard-solo, I followed the steps " https://github.com/TechNexion/u-boot-tn-imx/blob/tn-imx_v2021.04_5.10.72_2.2.0-stable/board/wandboard/README " to bring the u-boot on SD card. But facing some issues on it.
can anyone help me to boot wandboard for SD card ?
Error Log:
![Screenshot from 2022-09-01 16-30-03](https://user-images.githubusercontent.com/42691369/188066838-ea317498-9d9e-47bf-9bd2-1b240318c099.png)
U-boot Files created after build:
The text was updated successfully, but these errors were encountered: