diff options
-rw-r--r-- | p2041rdb/README | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/p2041rdb/README b/p2041rdb/README index 10690c2..21e2017 100644 --- a/p2041rdb/README +++ b/p2041rdb/README | |||
@@ -1,14 +1,7 @@ | |||
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 |
7 | cd /path/to/poky_directory/ | ||
8 | TEMPLATECONF=meta-el-standard/conf/template.p2041rdb/ . ./oe-init-build-env /path/to/build-dir | ||
9 | bitbake enea-image-standard | ||
10 | ___END | 4 | ___END |
11 | |||
12 | ___Boot-command:p2041rdb | 5 | ___Boot-command:p2041rdb |
13 | NFS boot commands: | 6 | NFS boot commands: |
14 | setenv serverip <TFTP Server IP> | 7 | setenv serverip <TFTP Server IP> |
@@ -22,4 +15,3 @@ setenv bootargs "'root=/dev/nfs rw nfsroot=<NFS Server IP>:{NFSROOTFS} ip=dhcp c | |||
22 | bootm 0x1400000 - 0x13f0000 | 15 | bootm 0x1400000 - 0x13f0000 |
23 | 16 | ||
24 | ___END | 17 | ___END |
25 | |||