Hello All,
I have been trying unsuccessfully to build mainline uboot for rockpi4A…
Via serial, I receive garbage info in loops, resetting then trying to boot again from MMC1, this over and over again…
( Uboot + ATF ) mainline:
Compilers ATF:
aarch64-elf
arm-eabi( to built drivers for builtin Cortex M0 )
Compiler Uboot
aarch64-elf
I am using ( idbloader.img, and uboot.itb…with bl31 atf stage…)
Partitions:
Number Start End Size File system Name Flags
1 64s 8063s 8000s idbloader
2 16384s 24575s 8192s uboot
3 24576s 32767s 8192s trust
4 32768s 253951s 221184s ext2 boot boot, esp
5 262144s 3319807s 3057664s ext4 rootfs
Can somebody help me to produce a bootable uboot?
Thanks in Advance,