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