diff options
author | jenkins <integrat@enea.se> | 2016-06-28 10:11:22 +0200 |
---|---|---|
committer | jenkins <integrat@enea.se> | 2016-06-28 10:11:22 +0200 |
commit | 264b4d3a1a393a6ed39e121615182dcba52a1cdb (patch) | |
tree | 72131f9013e511f86b78df7a890ff1be173012be /p2041rdb/README | |
parent | 7f0c4f57c27c5dd3b7dc8c90e60fb2a328171f3b (diff) | |
download | el_manifests-standard-264b4d3a1a393a6ed39e121615182dcba52a1cdb.tar.gz |
Adding README for p2041rdb
Change-Id: Ifff19aef6225ade7d49922ecf91eb68136ccbbed
Diffstat (limited to 'p2041rdb/README')
-rw-r--r-- | p2041rdb/README | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/p2041rdb/README b/p2041rdb/README index 3b2e30c..c54fa9e 100644 --- a/p2041rdb/README +++ b/p2041rdb/README | |||
@@ -4,23 +4,5 @@ standard profile. | |||
4 | 4 | ||
5 | 5 | ||
6 | 6 | ||
7 | ___Build-command:p2041rdb | ||
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 | ||
11 | ___END | ||
12 | 7 | ||
13 | 8 | ||
14 | ___Boot-command:p2041rdb | ||
15 | NFS boot commands: | ||
16 | setenv serverip <TFTP Server IP> | ||
17 | |||
18 | tftp 1400000 </path/to/kernel_file> | ||
19 | |||
20 | tftp 13f0000 </path/to/dtb_file> | ||
21 | |||
22 | setenv bootargs "'root=/dev/nfs rw nfsroot=<NFS Server IP>:{NFSROOTFS} ip=dhcp console=ttyS0115200 memmap=16M$0xf7000000 mem=4080M max_addr=f6ffffff'" | ||
23 | |||
24 | bootm 0x1400000 - 0x13f0000 | ||
25 | |||
26 | ___END | ||