diff options
author | Peng Fan <peng.fan@nxp.com> | 2018-12-21 06:21:37 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-01-28 20:35:47 +0100 |
commit | 59ceb152f84811a89f9f23c52e4eb0c805b9d618 (patch) | |
tree | eed1e8f542e81e02bfa232336e6061da8e4a48c6 /board/freescale/imx8qxp_mek | |
parent | 018e3fd2d1a73044154056faf0c69d57c81af58f (diff) | |
download | u-boot-59ceb152f84811a89f9f23c52e4eb0c805b9d618.tar.gz |
imx8qxp: mek: update README
Update README after we switch to use SPL
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'board/freescale/imx8qxp_mek')
-rw-r--r-- | board/freescale/imx8qxp_mek/README | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/board/freescale/imx8qxp_mek/README b/board/freescale/imx8qxp_mek/README index e91e193d11..f32290e3a2 100644 --- a/board/freescale/imx8qxp_mek/README +++ b/board/freescale/imx8qxp_mek/README @@ -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 ==== |