summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2021-03-30 09:52:07 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2021-04-01 14:27:38 +0200
commitb53438c18a50a51b839ddb023c3f1ccd6a507528 (patch)
treefdaacfcbe442711545169e30533496b962c6f78a
parent0a08cd09b36cacb58788dbc82b463126bc737a45 (diff)
downloadbarebox-b53438c18a50a51b839ddb023c3f1ccd6a507528.tar.gz
barebox-b53438c18a50a51b839ddb023c3f1ccd6a507528.tar.xz
Documentation: dlink-dir-320: update image file name
The commit 102676feb218ab59 ("MIPS: port all mach* to multiimage") changed D-Link DIR-320 image name so update it in documentation. Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--Documentation/boards/mips/dlink-dir-320.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/boards/mips/dlink-dir-320.rst b/Documentation/boards/mips/dlink-dir-320.rst
index 7595381f55..b60995489e 100644
--- a/Documentation/boards/mips/dlink-dir-320.rst
+++ b/Documentation/boards/mips/dlink-dir-320.rst
@@ -21,7 +21,7 @@ Running barebox
Barebox can be started from CFE using tftp.
You must setup tftp-server on host 192.168.0.1.
-Put your barebox.bin to tftp-server directory
+Put your barebox-dlink-dir-320.img to tftp-server directory
(usual /tftpboot or /srv/tftp).
Connect your DIR-320 to your tftp-server network via
one of four <LAN> sockets.
@@ -31,7 +31,7 @@ Next, setup network on DIR-320 and run barebox.bin, e.g.:
.. code-block:: console
CFE> ifconfig eth0 -addr=192.168.0.99
- CFE> boot -tftp -addr=a0800000 -raw 192.168.0.1:barebox.bin
+ CFE> boot -tftp -addr=a0800000 -raw 192.168.0.1:barebox-dlink-dir-320.img
Links