summaryrefslogtreecommitdiffstats
path: root/p2041rdb/README
diff options
context:
space:
mode:
authorjenkins <integrat@enea.se>2016-05-12 20:49:43 +0200
committerjenkins <integrat@enea.se>2016-05-12 20:49:43 +0200
commitf979b6f3fbbb3b7676ce7411cfa4b4d21855a37c (patch)
tree497330d74ee56018917e8c3c04d1223b1dfe74ce /p2041rdb/README
parent741a8477a2f283356a72d41d88e9033b7ac83b64 (diff)
downloadel_manifests-standard-f979b6f3fbbb3b7676ce7411cfa4b4d21855a37c.tar.gz
Adding README for p2041rdb
Change-Id: I970c45b1161b1e4890b0176f3d5c04c99be3cb1b
Diffstat (limited to 'p2041rdb/README')
-rw-r--r--p2041rdb/README13
1 files changed, 12 insertions, 1 deletions
diff --git a/p2041rdb/README b/p2041rdb/README
index 7e2a8f1..b37ddd2 100644
--- a/p2041rdb/README
+++ b/p2041rdb/README
@@ -5,10 +5,21 @@ Bla bla bla ...
5 5
6Build commands for p2041rdb 6Build commands for p2041rdb
7============================= 7=============================
8cd /path/to/poky_directory/
9TEMPLATECONF=meta-el-standard/conf/template.p2041rdb/ . ./oe-init-build-env /path/to/build-dir
10bitbake enea-image-standard
8 11
9Boot commands for p2041rdb 12Boot commands for p2041rdb
10============================= 13=============================
11NFS boot commands: 14NFS boot commands:
12setenv serverip <TFTP Server IP>, 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
13 24
14 25