summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjenkins <integrat@enea.se>2016-05-12 20:52:53 +0200
committerjenkins <integrat@enea.se>2016-05-12 20:52:53 +0200
commit09b8e9e2854d233f409dc19a25edc7729435a3d0 (patch)
treebc4ffee07dc21c5928fd988f3760087d6eace370
parentac0bc22f0b476c29621145fa21f085ee97dcbb91 (diff)
parente2b27b5179db1f03a75be4f71a7d3fa94c707586 (diff)
downloadel_manifests-standard-09b8e9e2854d233f409dc19a25edc7729435a3d0.tar.gz
Merge branch 'master' of git.enea.se:linux/manifests/el6-standard into default
-rw-r--r--ls1021aiot/README13
-rw-r--r--p2041rdb/README13
-rw-r--r--qemuarm/README3
3 files changed, 27 insertions, 2 deletions
diff --git a/ls1021aiot/README b/ls1021aiot/README
index a0f592c..610edd8 100644
--- a/ls1021aiot/README
+++ b/ls1021aiot/README
@@ -5,10 +5,21 @@ Bla bla bla ...
5 5
6Build commands for ls1021aiot 6Build commands for ls1021aiot
7============================= 7=============================
8cd /path/to/poky_directory/
9TEMPLATECONF=meta-el-standard/conf/template.ls1021aiot/ . ./oe-init-build-env /path/to/build-dir
10bitbake enea-image-standard
8 11
9Boot commands for ls1021aiot 12Boot commands for ls1021aiot
10============================= 13=============================
11NFS boot commands: 14NFS boot commands:
12setenv serverip <TFTP Server IP>, 15setenv serverip <TFTP Server IP>
16
17tftp 82000000 </path/to/kernel_file>
18
19tftp 8f000000 </path/to/dtb_file>
20
21setenv bootargs "'root=/dev/nfs rw nfsroot=<NFS Server IP>:{NFSROOTFS} ip=dhcp console=ttyS0115200'"
22
23bootm 82000000 - 8f000000
13 24
14 25
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
diff --git a/qemuarm/README b/qemuarm/README
index e3f1a11..2fccb13 100644
--- a/qemuarm/README
+++ b/qemuarm/README
@@ -5,6 +5,9 @@ Bla bla bla ...
5 5
6Build commands for qemuarm 6Build commands for qemuarm
7============================= 7=============================
8cd /path/to/poky_directory/
9TEMPLATECONF=meta-el-standard/conf/template.qemuarm/ . ./oe-init-build-env /path/to/build-dir
10bitbake enea-image-standard
8 11
9Boot commands for qemuarm 12Boot commands for qemuarm
10============================= 13=============================