summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ls1021aiot/README13
1 files changed, 12 insertions, 1 deletions
diff --git a/ls1021aiot/README b/ls1021aiot/README
index a0f592c..610edd8 100644
--- a/ls1021aiot/README
+++ b/ls1021aiot/README
@@ -5,10 +5,21 @@ Bla bla bla ...
5 5
6Build commands for ls1021aiot 6Build commands for ls1021aiot
7============================= 7=============================
8cd /path/to/poky_directory/
9TEMPLATECONF=meta-el-standard/conf/template.ls1021aiot/ . ./oe-init-build-env /path/to/build-dir
10bitbake enea-image-standard
8 11
9Boot commands for ls1021aiot 12Boot commands for ls1021aiot
10============================= 13=============================
11NFS boot commands: 14NFS boot commands:
12setenv serverip <TFTP Server IP>, 15setenv serverip <TFTP Server IP>
16
17tftp 82000000 </path/to/kernel_file>
18
19tftp 8f000000 </path/to/dtb_file>
20
21setenv bootargs "'root=/dev/nfs rw nfsroot=<NFS Server IP>:{NFSROOTFS} ip=dhcp console=ttyS0115200'"
22
23bootm 82000000 - 8f000000
13 24
14 25