summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <support@enea.com>2017-06-17 02:18:52 +0200
committerJenkins <support@enea.com>2017-06-17 02:18:52 +0200
commit8f42e2ac7fcd0dac0e9d1381c782d6fff7c39713 (patch)
tree64a388269596d96f1bcfc4495789861629f31ba2
parent18bfb71fc9469ff8c60786b7f9b19ff5102769f7 (diff)
downloadel_manifests-standard-8f42e2ac7fcd0dac0e9d1381c782d6fff7c39713.tar.gz
Adding README for ls1021aiot
-rw-r--r--ls1021aiot/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/ls1021aiot/README b/ls1021aiot/README
index ec64949..bf8d746 100644
--- a/ls1021aiot/README
+++ b/ls1021aiot/README
@@ -4,5 +4,23 @@ standard profile.
4 4
5 5
6 6
7___Build-command:ls1021aiot
8cd /path/to/poky_directory/
9TEMPLATECONF=meta-el-standard/conf/template.ls1021aiot/ . ./oe-init-build-env /path/to/build-dir
10bitbake enea-image-standard
11___END
7 12
8 13
14___Boot-command:ls1021aiot
15NFS boot commands:
16setenv serverip <TFTP Server IP>
17
18tftp 82000000 </path/to/kernel_file>
19
20tftp 8f000000 </path/to/dtb_file>
21
22setenv bootargs "'root=/dev/nfs rw nfsroot=<NFS Server IP>:{NFSROOTFS} ip=dhcp console=ttyS0115200'"
23
24bootm 82000000 - 8f000000
25
26___END