projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
018e3fd
)
imx8qxp: mek: update README
author
Peng Fan
<
[email protected]
>
Fri, 21 Dec 2018 06:21:37 +0000
(06:21 +0000)
committer
Stefano Babic
<
[email protected]
>
Mon, 28 Jan 2019 19:35:47 +0000
(20:35 +0100)
Update README after we switch to use SPL
Signed-off-by: Peng Fan <
[email protected]
>
board/freescale/imx8qxp_mek/README
patch
|
blob
|
history
diff --git
a/board/freescale/imx8qxp_mek/README
b/board/freescale/imx8qxp_mek/README
index e91e193d117f82077df32b1addb21777109e27bd..f32290e3a2bac5a1ab1af01d1553eb9a3c1e02a0 100644
(file)
--- 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
====