diff options
-rw-r--r-- | ls1021aiot/README | 13 | ||||
-rw-r--r-- | p2041rdb/README | 13 | ||||
-rw-r--r-- | qemuarm/README | 3 | ||||
-rw-r--r-- | qemux86/README | 2 |
4 files changed, 29 insertions, 2 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 | ||
6 | Build commands for ls1021aiot | 6 | Build commands for ls1021aiot |
7 | ============================= | 7 | ============================= |
8 | cd /path/to/poky_directory/ | ||
9 | TEMPLATECONF=meta-el-standard/conf/template.ls1021aiot/ . ./oe-init-build-env /path/to/build-dir | ||
10 | bitbake enea-image-standard | ||
8 | 11 | ||
9 | Boot commands for ls1021aiot | 12 | Boot commands for ls1021aiot |
10 | ============================= | 13 | ============================= |
11 | NFS boot commands: | 14 | NFS boot commands: |
12 | setenv serverip <TFTP Server IP>, | 15 | setenv serverip <TFTP Server IP> |
16 | |||
17 | tftp 82000000 </path/to/kernel_file> | ||
18 | |||
19 | tftp 8f000000 </path/to/dtb_file> | ||
20 | |||
21 | setenv bootargs "'root=/dev/nfs rw nfsroot=<NFS Server IP>:{NFSROOTFS} ip=dhcp console=ttyS0115200'" | ||
22 | |||
23 | bootm 82000000 - 8f000000 | ||
13 | 24 | ||
14 | 25 | ||
diff --git a/p2041rdb/README b/p2041rdb/README index 7e2a8f1..b37ddd2 100644 --- a/p2041rdb/README +++ b/p2041rdb/README | |||
@@ -5,10 +5,21 @@ Bla bla bla ... | |||
5 | 5 | ||
6 | Build commands for p2041rdb | 6 | Build commands for p2041rdb |
7 | ============================= | 7 | ============================= |
8 | cd /path/to/poky_directory/ | ||
9 | TEMPLATECONF=meta-el-standard/conf/template.p2041rdb/ . ./oe-init-build-env /path/to/build-dir | ||
10 | bitbake enea-image-standard | ||
8 | 11 | ||
9 | Boot commands for p2041rdb | 12 | Boot commands for p2041rdb |
10 | ============================= | 13 | ============================= |
11 | NFS boot commands: | 14 | NFS boot commands: |
12 | setenv serverip <TFTP Server IP>, | 15 | setenv serverip <TFTP Server IP> |
16 | |||
17 | tftp 1400000 </path/to/kernel_file> | ||
18 | |||
19 | tftp 13f0000 </path/to/dtb_file> | ||
20 | |||
21 | setenv bootargs "'root=/dev/nfs rw nfsroot=<NFS Server IP>:{NFSROOTFS} ip=dhcp console=ttyS0115200 memmap=16M$0xf7000000 mem=4080M max_addr=f6ffffff'" | ||
22 | |||
23 | bootm 0x1400000 - 0x13f0000 | ||
13 | 24 | ||
14 | 25 | ||
diff --git a/qemuarm/README b/qemuarm/README index e3f1a11..2fccb13 100644 --- a/qemuarm/README +++ b/qemuarm/README | |||
@@ -5,6 +5,9 @@ Bla bla bla ... | |||
5 | 5 | ||
6 | Build commands for qemuarm | 6 | Build commands for qemuarm |
7 | ============================= | 7 | ============================= |
8 | cd /path/to/poky_directory/ | ||
9 | TEMPLATECONF=meta-el-standard/conf/template.qemuarm/ . ./oe-init-build-env /path/to/build-dir | ||
10 | bitbake enea-image-standard | ||
8 | 11 | ||
9 | Boot commands for qemuarm | 12 | Boot commands for qemuarm |
10 | ============================= | 13 | ============================= |
diff --git a/qemux86/README b/qemux86/README index bb9ea64..2684ff7 100644 --- a/qemux86/README +++ b/qemux86/README | |||
@@ -6,6 +6,8 @@ Bla bla bla ... | |||
6 | Build commands for qemux86 | 6 | Build commands for qemux86 |
7 | ============================= | 7 | ============================= |
8 | cd /path/to/poky_directory/ | 8 | cd /path/to/poky_directory/ |
9 | TEMPLATECONF=meta-el-standard/conf/template.qemux86/ . ./oe-init-build-env /path/to/build-dir | ||
10 | bitbake enea-image-standard | ||
9 | 11 | ||
10 | Boot commands for qemux86 | 12 | Boot commands for qemux86 |
11 | ============================= | 13 | ============================= |