summaryrefslogtreecommitdiffstats
path: root/ls1021aiot
diff options
context:
space:
mode:
authorjenkins <integrat@enea.se>2016-05-12 20:47:18 +0200
committerjenkins <integrat@enea.se>2016-05-12 20:47:18 +0200
commitc221a726ae42a44fe34406deea079cbcabb27bb1 (patch)
treed7dbc017373f7ac60dfcf9e7cda2b1bfe1729fd2 /ls1021aiot
parent741a8477a2f283356a72d41d88e9033b7ac83b64 (diff)
downloadel_manifests-standard-c221a726ae42a44fe34406deea079cbcabb27bb1.tar.gz
Adding README for ls1021aiot
Change-Id: I7aa448414a3cf0adcf0374be2d570ccc282a013b
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