summaryrefslogtreecommitdiffstats
path: root/p2041rdb
diff options
context:
space:
mode:
authorjenkins <integrat@enea.se>2016-06-28 12:54:24 +0200
committerjenkins <integrat@enea.se>2016-06-28 12:54:25 +0200
commitaba9e77857354d49061cd578ed989b18cb257952 (patch)
tree89fd4ce084369c78a8ab0045fe0138b471f54b65 /p2041rdb
parent8feb24048510f1b27aa1e37730a2050df17f9ca4 (diff)
downloadel_manifests-standard-aba9e77857354d49061cd578ed989b18cb257952.tar.gz
Adding README for p2041rdb
Change-Id: I085b899b43ca6191e23858c63a111e67d6d3bed2
Diffstat (limited to 'p2041rdb')
-rw-r--r--p2041rdb/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/p2041rdb/README b/p2041rdb/README
index c54fa9e..3b2e30c 100644
--- a/p2041rdb/README
+++ b/p2041rdb/README
@@ -4,5 +4,23 @@ standard profile.
4 4
5 5
6 6
7___Build-command:p2041rdb
8cd /path/to/poky_directory/
9TEMPLATECONF=meta-el-standard/conf/template.p2041rdb/ . ./oe-init-build-env /path/to/build-dir
10bitbake enea-image-standard
11___END
7 12
8 13
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