summaryrefslogtreecommitdiffstats
path: root/p2041rdb/README
diff options
context:
space:
mode:
authorjenkins <integrat@enea.se>2016-05-25 19:44:03 +0200
committerjenkins <integrat@enea.se>2016-05-25 19:44:03 +0200
commitcb04060f4b745f032cb8ad454b0ea67f811eb67f (patch)
tree98b773008148dbdae626a2ace1c77b8114723fd5 /p2041rdb/README
parenteb42e8216212356ac84b577b80a4cd0006808df8 (diff)
downloadel_manifests-networking-cb04060f4b745f032cb8ad454b0ea67f811eb67f.tar.gz
Adding README for p2041rdb
Change-Id: I6de7b0e3bf0c44cd5d278617eadfd5d3eb2e2266
Diffstat (limited to 'p2041rdb/README')
-rw-r--r--p2041rdb/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/p2041rdb/README b/p2041rdb/README
index 758c145..db3021b 100644
--- a/p2041rdb/README
+++ b/p2041rdb/README
@@ -3,14 +3,13 @@ This file is a template used to produce the real README. Read that one instead
3 3
4Bla bla bla ... 4Bla bla bla ...
5 5
6Build commands for p2041rdb 6___Build-command:p2041rdb
7=============================
8cd /path/to/poky_directory/ 7cd /path/to/poky_directory/
9TEMPLATECONF=meta-el-networking/conf/template.p2041rdb/ . ./oe-init-build-env /path/to/build-dir 8TEMPLATECONF=meta-el-networking/conf/template.p2041rdb/ . ./oe-init-build-env /path/to/build-dir
10bitbake enea-image-networking 9bitbake enea-image-networking
10___END
11 11
12Boot commands for p2041rdb 12___Boot-command:p2041rdb
13=============================
14NFS boot commands: 13NFS boot commands:
15setenv serverip <TFTP Server IP> 14setenv serverip <TFTP Server IP>
16 15
@@ -22,4 +21,5 @@ setenv bootargs "'root=/dev/nfs rw nfsroot=<NFS Server IP>:{NFSROOTFS} ip=dhcp c
22 21
23bootm 0x1400000 - 0x13f0000 22bootm 0x1400000 - 0x13f0000
24 23
24___END
25 25