summaryrefslogtreecommitdiffstats
path: root/ls1021aiot
diff options
context:
space:
mode:
authorJenkins <support@enea.com>2017-10-07 01:57:46 +0200
committerJenkins <support@enea.com>2017-10-07 01:57:46 +0200
commit889050262500f76d0c0ad0f8521a78c074a6ef09 (patch)
tree8540a718a05633545f2bd87c197ce56dbd8bdc2c /ls1021aiot
parente79fc8cd68b6dc769b35fe9d89788e823c842aa6 (diff)
downloadel_manifests-standard-889050262500f76d0c0ad0f8521a78c074a6ef09.tar.gz
Adding README for ls1021aiot
Diffstat (limited to 'ls1021aiot')
-rw-r--r--ls1021aiot/README18
1 files changed, 0 insertions, 18 deletions
diff --git a/ls1021aiot/README b/ls1021aiot/README
index bf8d746..ec64949 100644
--- a/ls1021aiot/README
+++ b/ls1021aiot/README
@@ -4,23 +4,5 @@ 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
12 7
13 8
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