[PATCH] configs: am64x_evm_*_defconfig: Increase offsets for eMMC raw boot
Tom Rini
trini at konsulko.com
Thu Apr 18 05:40:16 CEST 2024
On Wed, 10 Apr 2024 13:20:16 -0500, Judith Mendez wrote:
> EMMC boot can fail due to the size of R5 SPL image growing beyond the
> 500KB of memory allocated in eMMC. Update offsets for eMMMC raw boot
> to load each binary from the correct address in eMMC according to the
> following eMMC layout:
>
> boot0/1 partition
> 0x0+----------------------------------+
> | tiboot3.bin (1 MB) |
> 0x800+----------------------------------+
> | tispl.bin (2 MB) |
> 0x1800+-----------------------------------+
> | u-boot.img (4 MB) |
> 0x3800+-----------------------------------+
> | environment (128 KB) |
> 0x3900+-----------------------------------+
>
> [...]
Applied to u-boot/master, thanks!
--
Tom
More information about the U-Boot
mailing list