summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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