[U-Boot] new uboot with relocation change cannot boot when download the bin file to different address than TEXT_BASE

Albert ARIBAUD albert.aribaud at free.fr
Sat Oct 9 10:18:20 CEST 2010


Le 09/10/2010 10:10, Albert ARIBAUD a écrit :

(one coffe later)

> For arm926, TEXT_BASE should be the FLASH location (if booting from NOR)
> or a location in DRAM (for NAND and other methods).

... or a location in DRAM awa from top of RAM; relocation can be from 
RAM to RAM, as long as you define CONFIG_SKIP_LOWLEVEL_INIT and as long 
as you don't try to relocate to an overlapping area.

Amicalement,
-- 
Albert.


More information about the U-Boot mailing list