mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
imx8qxp: mek: update README
Update README after we switch to use SPL Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
018e3fd2d1
commit
59ceb152f8
1 changed files with 5 additions and 3 deletions
|
@ -39,16 +39,18 @@ $ cp imx-sc-firmware-0.7/mx8qx-mek-scfw-tcm.bin .
|
|||
|
||||
Build U-Boot
|
||||
============
|
||||
|
||||
$ export ATF_LOAD_ADDR=0x80000000
|
||||
$ export BL33_LOAD_ADDR=0x80020000
|
||||
$ make imx8qxp_mek_defconfig
|
||||
$ make
|
||||
$ make flash.bin
|
||||
$ dd if=u-boot.itb of=flash.bin bs=512 seek=528
|
||||
|
||||
Flash the binary into the SD card
|
||||
=================================
|
||||
|
||||
Burn the flash.bin binary to SD card offset 32KB:
|
||||
|
||||
$ sudo dd if=u-boot-dtb.imx of=/dev/sd[x] bs=1024 seek=32
|
||||
$ sudo dd if=flash.bin of=/dev/sd[x] bs=1024 seek=32
|
||||
|
||||
Boot
|
||||
====
|
||||
|
|
Loading…
Reference in a new issue