revise: by-the-book Rockchip user-area boot approach (fixes bootloader) #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "by-the-book-emmc-boot"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Complete rewrite of
docs/emmc-multiboot.mdbased on experimental findings and Rockchip documentation.Why the change
The first approach (eMMC hardware boot partition) failed because SPL looks for u-boot.itb at sector 16384 of the same device — but the boot partition is only 4MB (8192 sectors), so sector 16384 is out of bounds. The BootROM loaded idbloader, SPL couldn't continue.
What's new
/dev/mmcblk0(user data area)Key sources