diff options
author | Arnout Vandecappelle <arnout@mind.be> | 2017-07-05 13:14:28 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-05 16:06:23 +0200 |
commit | 471252feeac91b5f021d18df4a841bfc54ffaa4a (patch) | |
tree | 7f51029f21d3ce6b59ae59f9f41d6cf2c8c7c249 | |
parent | 85d35c6d3d0e873d114218ae3dfcd0c586a5a59e (diff) | |
download | buildroot-471252feeac91b5f021d18df4a841bfc54ffaa4a.tar.gz buildroot-471252feeac91b5f021d18df4a841bfc54ffaa4a.zip |
warpboard: remove $(HOST_DIR)/usr reference from README
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | board/freescale/warpboard/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/freescale/warpboard/README b/board/freescale/warpboard/README index 55d51f8733..67d4e044e9 100644 --- a/board/freescale/warpboard/README +++ b/board/freescale/warpboard/README @@ -23,7 +23,7 @@ Update uboot - Load u-boot.imx in the WarpBoard by using the imx-usb-loader host utility: - $ ./output/host/usr/bin/imx_usb -c output/host/etc/imx-loader.d/ output/images/u-boot.imx + $ ./output/host/bin/imx_usb -c output/host/etc/imx-loader.d/ output/images/u-boot.imx - U-Boot will appear in minicom @@ -36,7 +36,7 @@ Update uboot - Transfer U-Boot into flash by running this command in host side: - $ sudo ./output/host/usr/bin/dfu-util -D output/images/u-boot.imx -a boot + $ sudo ./output/host/bin/dfu-util -D output/images/u-boot.imx -a boot - remove power and put the WarpBoard back into normal boot mode by opening the j2 jumper. |