summaryrefslogtreecommitdiffstats
path: root/ls1021aiot/README
diff options
context:
space:
mode:
authorCatalin Scrieciu <catalin.scrieciu@enea.com>2017-08-03 11:04:55 +0200
committerCatalin Scrieciu <catalin.scrieciu@enea.com>2017-08-03 11:04:55 +0200
commita8c6007c4a8d4b0c7fa6e9bbb11e52c50a426830 (patch)
tree58920f9112891a492fc77e984ba875555eca7cb9 /ls1021aiot/README
parent2942448f404820bf032b36e2f65f7a2acc520705 (diff)
downloadel_manifests-standard-a8c6007c4a8d4b0c7fa6e9bbb11e52c50a426830.tar.gz
Stripped demo repo to only build qemuarm64
Diffstat (limited to 'ls1021aiot/README')
-rw-r--r--ls1021aiot/README26
1 files changed, 0 insertions, 26 deletions
diff --git a/ls1021aiot/README b/ls1021aiot/README
deleted file mode 100644
index bf8d746..0000000
--- a/ls1021aiot/README
+++ /dev/null
@@ -1,26 +0,0 @@
1This file contains build and boot instructions for Enea Linux on LS1021A-IoT,
2
3standard profile.
4
5
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
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