summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2015-05-04 15:29:25 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2015-05-05 13:41:40 +0200
commitf76ef11a4ae9c4ac782ffb06ccbb42ea3807e674 (patch)
tree054af7dc989e23814d24b64ce5cf38bc5ff29e1e /Documentation
parent16886bfd01c65f0702e3e49755478284c67e4429 (diff)
downloadbarebox-f76ef11a4ae9c4ac782ffb06ccbb42ea3807e674.tar.gz
barebox-f76ef11a4ae9c4ac782ffb06ccbb42ea3807e674.tar.xz
Documentation: mips: fix tplink-mr3020 instruction
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/boards/mips/tplink-mr3020.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/boards/mips/tplink-mr3020.rst b/Documentation/boards/mips/tplink-mr3020.rst
index c9e092c904..8a95e118e1 100644
--- a/Documentation/boards/mips/tplink-mr3020.rst
+++ b/Documentation/boards/mips/tplink-mr3020.rst
@@ -23,7 +23,8 @@ But you have to encode barebox image in a very special way.
First obtain ``lzma`` and ``mktplinkfw`` utilities.
The ``lzma`` utility can be obtained in Debian/Ubuntu
-distro by installing lzma package.
+distro by installing lzma package
+(lzma from xz-utils package is unusable).
The ``mktplinkfw`` utility can be obtained from openwrt, e.g.::
@@ -36,8 +37,8 @@ The ``mktplinkfw`` utility can be obtained from openwrt, e.g.::
To convert your barebox.bin to U-Boot-loadable image (``6F01A8C0.img``)
use this command sequence::
- $ lzma -c -k barebox.bin > barebox.lzma
- $ ./FW/mktplinkfw -c -H 0x07200103 -W 1 -N TL-WR720N-v3 \
+ $ lzma -c -k barebox-flash-image > barebox.lzma
+ $ ./mktplinkfw -c -H 0x07200103 -W 1 -N TL-WR720N-v3 \
-s -F 4Mlzma -k barebox.lzma -o 6F01A8C0.img
You must setup tftp-server on host 192.168.0.1.