summaryrefslogtreecommitdiffstats
path: root/ls1021aiot
diff options
context:
space:
mode:
authorjenkins <integrat@enea.se>2016-06-28 10:13:20 +0200
committerjenkins <integrat@enea.se>2016-06-28 10:13:21 +0200
commitfad0e6bbffd72453defa929e0aebacd9ef906af0 (patch)
treee533b4ced8b03b86feb03a490136326bfa23089c /ls1021aiot
parent264b4d3a1a393a6ed39e121615182dcba52a1cdb (diff)
downloadel_manifests-standard-fad0e6bbffd72453defa929e0aebacd9ef906af0.tar.gz
Adding README for ls1021aiot
Change-Id: Ia754b5dd6ad1baa31e1b8d3a7deee9f1f2dff733
Diffstat (limited to 'ls1021aiot')
-rw-r--r--ls1021aiot/README15
1 files changed, 0 insertions, 15 deletions
diff --git a/ls1021aiot/README b/ls1021aiot/README
index be0c178..ec64949 100644
--- a/ls1021aiot/README
+++ b/ls1021aiot/README
@@ -4,20 +4,5 @@ standard profile.
4 4
5 5
6 6
7___Build-command:ls1021aiot
8___END
9 7
10 8
11___Boot-command:ls1021aiot
12NFS boot commands:
13setenv serverip <TFTP Server IP>
14
15tftp 82000000 </path/to/kernel_file>
16
17tftp 8f000000 </path/to/dtb_file>
18
19setenv bootargs "'root=/dev/nfs rw nfsroot=<NFS Server IP>:{NFSROOTFS} ip=dhcp console=ttyS0115200'"
20
21bootm 82000000 - 8f000000
22
23___END