summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjenkins <integrat@enea.se>2016-07-29 17:10:21 +0200
committerjenkins <integrat@enea.se>2016-07-29 17:10:21 +0200
commit2dc3ebc6fbf3ede19b9864b30c1c03386860f9c4 (patch)
tree486c82dffe6fbfcb1a9f12b8c1fb4071efc7c482
parente03070b2cc678a5dcfd1ccf0fcd956ca78772e0f (diff)
downloadel_manifests-networking-2dc3ebc6fbf3ede19b9864b30c1c03386860f9c4.tar.gz
Adding README for p2041rdb
Change-Id: I453622d0c7f50bb34b0d379674b28e3335ee0b6f
-rw-r--r--p2041rdb/README18
1 files changed, 0 insertions, 18 deletions
diff --git a/p2041rdb/README b/p2041rdb/README
index 082de9f..3dd790e 100644
--- a/p2041rdb/README
+++ b/p2041rdb/README
@@ -4,23 +4,5 @@ networking profile.
4 4
5 5
6 6
7___Build-command:p2041rdb
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___END
12 7
13 8
14___Boot-command:p2041rdb
15NFS boot commands:
16setenv serverip <TFTP Server IP>
17
18tftp 1400000 </path/to/kernel_file>
19
20tftp 13f0000 </path/to/dtb_file>
21
22setenv bootargs "'root=/dev/nfs rw nfsroot=<NFS Server IP>:{NFSROOTFS} ip=dhcp console=ttyS0115200 memmap=16M$0xf7000000 mem=4080M max_addr=f6ffffff'"
23
24bootm 0x1400000 - 0x13f0000
25
26___END