summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-02-29 10:50:01 -0500
committerTom Rini <trini@konsulko.com>2016-02-29 10:50:01 -0500
commit9902c113ade2c9af701785b982a1a4db4a2395ec (patch)
tree3604a5a7f6ace6bddc8f78abdd59e44b12ee5f72 /doc
parente5e88c65965b7c7e2d5dabd458b0e57dde2d6c17 (diff)
parent11d3ede42ceccef9b5941ea7907f398cb97ed361 (diff)
downloadu-boot-imx-9902c113ade2c9af701785b982a1a4db4a2395ec.zip
u-boot-imx-9902c113ade2c9af701785b982a1a4db4a2395ec.tar.gz
u-boot-imx-9902c113ade2c9af701785b982a1a4db4a2395ec.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
Diffstat (limited to 'doc')
-rw-r--r--doc/README.uniphier20
1 files changed, 18 insertions, 2 deletions
diff --git a/doc/README.uniphier b/doc/README.uniphier
index bcf0ac3..6c3b092 100644
--- a/doc/README.uniphier
+++ b/doc/README.uniphier
@@ -45,8 +45,8 @@ PH1-Pro4 reference board:
$ make CROSS_COMPILE=arm-linux-gnueabi-
PH1-Pro5 4KBOX Board:
- $ make uniphier_pro5_defconfig
- $ make CROSS_COMPILE=arm-linux-gnueabi-
+ $ make uniphier_pxs2_ld6b_defconfig
+ $ make CROSS_COMPILE=arm-linux-gnueabi- DEVICE_TREE=uniphier-ph1-pro5-4kbox
ProXstream2 Gentil board:
$ make uniphier_pxs2_ld6b_defconfig
@@ -78,6 +78,20 @@ directory, and then run the following command at the U-Boot command line:
=> run nandupdate
+Burn U-Boot images to eMMC
+--------------------------
+
+Write two files to the Boot partition 1 of the eMMC device as follows:
+ - spl/u-boot-spl.bin at the offset address 0x00000000
+ - u-boot.img at the offset address 0x00010000
+
+If a TFTP server is available, the images can be easily updated.
+Just copy the u-boot-spl-dtb.bin and u-boot-dtb.img to the TFTP public
+directory, and then run the following command at the U-Boot command line:
+
+ => run emmcupdate
+
+
UniPhier specific commands
--------------------------
@@ -93,8 +107,10 @@ Supported devices
- UART (on-chip)
- NAND
+ - SD/eMMC
- USB 2.0 (EHCI)
- USB 3.0 (xHCI)
+ - GPIO
- LAN (on-board SMSC9118)
- I2C
- EEPROM (connected to the on-board I2C bus)