[U-Boot] how to get u-boot code with arm64: core support

TigerLiu at viatech.com.cn TigerLiu at viatech.com.cn
Tue Jan 14 12:37:13 CET 2014


Hi, sharma:
>Not the u-boot.bin, only u-boot:
>./Foundation_v8 --image ./u-boot --cores=4 --no-secure-memory

FVP model print:
Simulation is started

Then not run further.

Based on arm open source firmware doc, should use Foundation_v8 as below
format:
    ./Foundation_v8                   \
    --cores=4                                 \
    --no-secure-memory                        \
    --visualization                           \
    --gicv3                                   \
    --data="<path to bl1.bin>"@0x0            \
    --data="<path to UEFI binary>"@0x8000000  \

After compiled u-boot source code, there are 3 u-boot bin files:
u-boot     : 1.4MB
u-boot.bin : 205KB
u-boot.elf : 270KB

So, we should use u-boot? Not u-boot.bin?

Best wishes,


More information about the U-Boot mailing list