I’m building u-boot and the first stage loader as per the instructions on the wiki :
https://wiki.radxa.com/Rock3/dev/Debian#Build_u-boot
When I write the generated idbloader.img and u-boot.itb files to the SDCard, they don’t boot.
I have validated that the idbloader.img is not the issue by writing it to the SDCard of the supplied debian image.
It seems that the uboot image building method from the wiki doesn’t work. Please advise how to make it work.
Here is the output of the u-boot from the repo from the wiki :
U-Boot SPL board init
U-Boot SPL 2017.09-gf95bc56c33-210525 #flatmax (Dec 06 2021 - 14:57:58)
unknown raw ID phN
unrecognized JEDEC id bytes: 00, 00, 00
Trying to boot from MMC2
## Verified-boot: 0
## Checking uboot 0x00a00000 … sha256+ OK
## Checking fdt 0x00b231c8 … sha256+ OK
Here is the output from uboot as supplied in the debian image :
U-Boot SPL board init
U-Boot SPL 2017.09-gf95bc56c33d-210525 #stephen (Nov 11 2021 - 00:43:56)
unknown raw ID phN
unrecognized JEDEC id bytes: 00, 00, 00
Trying to boot from MMC2
## Verified-boot: 0
## Checking atf-1 0x00040000 … sha256+ OK
## Checking uboot 0x00a00000 … sha256+ OK
## Checking fdt 0x00b240c0 … sha256+ OK
## Checking atf-2 0xfdcc9000 … sha256+ OK
## Checking atf-3 0xfdcd0000 … sha256+ OK
Jumping to U-Boot(0x00a00000) via ARM Trusted Firmware(0x00040000)
Total: 216.545 ms