summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjenkins <integrat@enea.se>2016-05-24 16:26:03 +0200
committerjenkins <integrat@enea.se>2016-05-24 16:26:03 +0200
commitd7a5df0ba68e35e8b04083b43dd3f7fea7060788 (patch)
tree31a7d67e1bdac5928c5d2274b0218bdd2b45e0cb
parente26b6bf7c5a7e70807bbf4e08a382bfbc6b8de41 (diff)
downloadel_manifests-networking-d7a5df0ba68e35e8b04083b43dd3f7fea7060788.tar.gz
Adding README for p2041rdbEL6_RC1
Change-Id: I1f6e5da47c24faceafdfd03313b78b0b33051b9f
-rw-r--r--p2041rdb/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/p2041rdb/README b/p2041rdb/README
index 2103b44..758c145 100644
--- a/p2041rdb/README
+++ b/p2041rdb/README
@@ -3,5 +3,23 @@ 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
7=============================
8cd /path/to/poky_directory/
9TEMPLATECONF=meta-el-networking/conf/template.p2041rdb/ . ./oe-init-build-env /path/to/build-dir
10bitbake enea-image-networking
11
12Boot commands for p2041rdb
13=============================
14NFS boot commands:
15setenv serverip <TFTP Server IP>
16
17tftp 1400000 </path/to/kernel_file>
18
19tftp 13f0000 </path/to/dtb_file>
20
21setenv bootargs "'root=/dev/nfs rw nfsroot=<NFS Server IP>:{NFSROOTFS} ip=dhcp console=ttyS0115200 memmap=16M$0xf7000000 mem=4080M max_addr=f6ffffff'"
22
23bootm 0x1400000 - 0x13f0000
6 24
7 25