summaryrefslogtreecommitdiffstats
path: root/README.hardware
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2015-03-29 18:16:11 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-31 22:24:38 +0100
commit1e551ec0c330ebd0e2c5c191d0a9d37431ad84c5 (patch)
tree5063724269f2334148be2f3645fc690b685f3ac8 /README.hardware
parente643f3defe3b53fff4a720737ee1c9d5cf1fd35a (diff)
downloadpoky-1e551ec0c330ebd0e2c5c191d0a9d37431ad84c5.tar.gz
README.hardware: clarify NFS requirements for edgerouter
You don't need NFS/TFTP for a plain USB setup. (From meta-yocto rev: 76ea21bdb1448417fb4e2e2f5659c911a30a5026) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'README.hardware')
-rw-r--r--README.hardware11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.hardware b/README.hardware
index a97f104117..0a34b214a3 100644
--- a/README.hardware
+++ b/README.hardware
@@ -352,19 +352,22 @@ Setup instructions
352------------------ 352------------------
353 353
354You will need the following: 354You will need the following:
355* NFS root setup on your workstation
356* TFTP server installed on your workstation
357* RJ45 -> serial ("rollover") cable connected from your PC to the CONSOLE 355* RJ45 -> serial ("rollover") cable connected from your PC to the CONSOLE
358 port on the board 356 port on the device
359* Ethernet connected to the first ethernet port on the board 357* Ethernet connected to the first ethernet port on the board
360 358
359If using NFS as part of the setup process, you will also need:
360* NFS root setup on your workstation
361* TFTP server installed on your workstation (if fetching the kernel from
362 TFTP, see below).
363
361--- Preparation --- 364--- Preparation ---
362 365
363Build an image (e.g. core-image-minimal) using "edgerouter" as the MACHINE. 366Build an image (e.g. core-image-minimal) using "edgerouter" as the MACHINE.
364In the following instruction it is based on core-image-minimal. Another target 367In the following instruction it is based on core-image-minimal. Another target
365may be similiar with it. 368may be similiar with it.
366 369
367--- Booting from NFS root --- 370--- Booting from NFS root / kernel via TFTP ---
368 371
369Load the kernel, and boot the system as follows: 372Load the kernel, and boot the system as follows:
370 373