summaryrefslogtreecommitdiffstats
path: root/ls1021aiot
diff options
context:
space:
mode:
authorjenkins <integrat@enea.se>2016-05-12 20:54:26 +0200
committerjenkins <integrat@enea.se>2016-05-12 20:54:26 +0200
commit97565f0f241f2c293c37f4a16dcdde17516b5f05 (patch)
treeb0f3aa96c1908dd66cf4660a2f5ce2098b22306d /ls1021aiot
parent723577d8d78b139831fc93db3008a33537c7e9e4 (diff)
parent09b8e9e2854d233f409dc19a25edc7729435a3d0 (diff)
downloadel_manifests-standard-97565f0f241f2c293c37f4a16dcdde17516b5f05.tar.gz
Merge branch 'master' of git.enea.se:linux/manifests/el6-standard into default
Diffstat (limited to 'ls1021aiot')
-rw-r--r--ls1021aiot/README13
1 files changed, 12 insertions, 1 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