[PATCH 1/2] Documentation: dlink-dir-320: update image file name

Antony Pavlov antonynpavlov at gmail.com
Tue Mar 30 07:52:07 BST 2021


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 at gmail.com>
---
 Documentation/boards/mips/dlink-dir-320.rst | 4 ++--
 1 file 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
-- 
2.30.1




More information about the barebox mailing list