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