diff options
-rw-r--r-- | p2041rdb/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/p2041rdb/README b/p2041rdb/README index 758c145..db3021b 100644 --- a/p2041rdb/README +++ b/p2041rdb/README | |||
@@ -3,14 +3,13 @@ This file is a template used to produce the real README. Read that one instead | |||
3 | 3 | ||
4 | Bla bla bla ... | 4 | Bla bla bla ... |
5 | 5 | ||
6 | Build commands for p2041rdb | 6 | ___Build-command:p2041rdb |
7 | ============================= | ||
8 | cd /path/to/poky_directory/ | 7 | cd /path/to/poky_directory/ |
9 | TEMPLATECONF=meta-el-networking/conf/template.p2041rdb/ . ./oe-init-build-env /path/to/build-dir | 8 | TEMPLATECONF=meta-el-networking/conf/template.p2041rdb/ . ./oe-init-build-env /path/to/build-dir |
10 | bitbake enea-image-networking | 9 | bitbake enea-image-networking |
10 | ___END | ||
11 | 11 | ||
12 | Boot commands for p2041rdb | 12 | ___Boot-command:p2041rdb |
13 | ============================= | ||
14 | NFS boot commands: | 13 | NFS boot commands: |
15 | setenv serverip <TFTP Server IP> | 14 | setenv serverip <TFTP Server IP> |
16 | 15 | ||
@@ -22,4 +21,5 @@ setenv bootargs "'root=/dev/nfs rw nfsroot=<NFS Server IP>:{NFSROOTFS} ip=dhcp c | |||
22 | 21 | ||
23 | bootm 0x1400000 - 0x13f0000 | 22 | bootm 0x1400000 - 0x13f0000 |
24 | 23 | ||
24 | ___END | ||
25 | 25 | ||