diff options
author | Jenkins <support@enea.com> | 2017-10-07 01:55:43 +0200 |
---|---|---|
committer | Jenkins <support@enea.com> | 2017-10-07 01:55:43 +0200 |
commit | 78960a2aa8c9e7824c51cd8b50702d015d0bc8a9 (patch) | |
tree | 75f59ed93d4a6f81b16bdc5b61c578302836dd2b | |
parent | 2f1910373635846e037623f40c73bb3c469fe60e (diff) | |
download | el_manifests-networking-78960a2aa8c9e7824c51cd8b50702d015d0bc8a9.tar.gz |
Adding README for p2041rdb
-rw-r--r-- | p2041rdb/README | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/p2041rdb/README b/p2041rdb/README index 082de9f..3dd790e 100644 --- a/p2041rdb/README +++ b/p2041rdb/README | |||
@@ -4,23 +4,5 @@ networking profile. | |||
4 | 4 | ||
5 | 5 | ||
6 | 6 | ||
7 | ___Build-command:p2041rdb | ||
8 | cd /path/to/poky_directory/ | ||
9 | TEMPLATECONF=meta-el-networking/conf/template.p2041rdb/ . ./oe-init-build-env /path/to/build-dir | ||
10 | bitbake enea-image-networking | ||
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 | ||