summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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