diff options
author | jenkins <integrat@enea.se> | 2016-05-26 13:57:30 +0200 |
---|---|---|
committer | jenkins <integrat@enea.se> | 2016-05-26 13:57:31 +0200 |
commit | cd45092f0070e48cbce5ae1471ac7633b436802e (patch) | |
tree | 2daa7624e4bad71476aa95d214c68817366f55d3 | |
parent | 3214703ea66234c651263eac163e99c3a8d545b6 (diff) | |
download | el_manifests-standard-cd45092f0070e48cbce5ae1471ac7633b436802e.tar.gz |
Adding README for p2041rdb
Change-Id: I52172790d465596e667a209b97f1ac16f0221fe3
-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 | |||