summaryrefslogtreecommitdiffstats
path: root/ls1021aiot/README
diff options
context:
space:
mode:
authorjenkins <integrat@enea.se>2016-05-25 15:52:27 +0200
committerjenkins <integrat@enea.se>2016-05-25 15:52:28 +0200
commitec946ff3dda5915f5f354d38ab826552eab15295 (patch)
treed57e5d4f9dcbf116bf4f2c14b36608a7e8374bc7 /ls1021aiot/README
parentb343cc1552384af467c680131aad118c742c47e7 (diff)
downloadel_manifests-standard-ec946ff3dda5915f5f354d38ab826552eab15295.tar.gz
Adding README for ls1021aiot
Change-Id: I83380bbd638afb8f1e3e7d57d4100ffee08a79d3
Diffstat (limited to 'ls1021aiot/README')
-rw-r--r--ls1021aiot/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/ls1021aiot/README b/ls1021aiot/README
index 610edd8..ceba8f6 100644
--- a/ls1021aiot/README
+++ b/ls1021aiot/README
@@ -3,14 +3,13 @@ This file is a template used to produce the real README. Read that one instead
3 3
4Bla bla bla ... 4Bla bla bla ...
5 5
6Build commands for ls1021aiot 6___Build-command:ls1021aiot
7=============================
8cd /path/to/poky_directory/ 7cd /path/to/poky_directory/
9TEMPLATECONF=meta-el-standard/conf/template.ls1021aiot/ . ./oe-init-build-env /path/to/build-dir 8TEMPLATECONF=meta-el-standard/conf/template.ls1021aiot/ . ./oe-init-build-env /path/to/build-dir
10bitbake enea-image-standard 9bitbake enea-image-standard
10___END
11 11
12Boot commands for ls1021aiot 12___ Boot-command:ls1021aiot
13=============================
14NFS boot commands: 13NFS boot commands:
15setenv serverip <TFTP Server IP> 14setenv serverip <TFTP Server IP>
16 15
@@ -22,4 +21,5 @@ setenv bootargs "'root=/dev/nfs rw nfsroot=<NFS Server IP>:{NFSROOTFS} ip=dhcp c
22 21
23bootm 82000000 - 8f000000 22bootm 82000000 - 8f000000
24 23
24___END
25 25