summaryrefslogtreecommitdiffstats
path: root/p2041rdb
diff options
context:
space:
mode:
authorjenkins <integrat@enea.se>2016-05-12 13:59:27 +0200
committerjenkins <integrat@enea.se>2016-05-12 13:59:27 +0200
commit7998b347687ddecca58385cdc400e85cf67ab9ca (patch)
tree54c562c8fd14dc3ce3670d77a19649e5e8643767 /p2041rdb
parentd0fcc2a0e6c4f925f76071f99fe6035a20aff054 (diff)
downloadel_manifests-networking-7998b347687ddecca58385cdc400e85cf67ab9ca.tar.gz
Adding README for p2041rdb
Change-Id: I834fd535bcf2ffa1f589c6665625950f7ab855fd
Diffstat (limited to 'p2041rdb')
-rw-r--r--p2041rdb/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/p2041rdb/README b/p2041rdb/README
index 8faa53a..758c145 100644
--- a/p2041rdb/README
+++ b/p2041rdb/README
@@ -11,4 +11,15 @@ bitbake enea-image-networking
11 11
12Boot commands for p2041rdb 12Boot commands for p2041rdb
13============================= 13=============================
14NFS boot commands:
15setenv serverip <TFTP Server IP>
16
17tftp 1400000 </path/to/kernel_file>
18
19tftp 13f0000 </path/to/dtb_file>
20
21setenv bootargs "'root=/dev/nfs rw nfsroot=<NFS Server IP>:{NFSROOTFS} ip=dhcp console=ttyS0115200 memmap=16M$0xf7000000 mem=4080M max_addr=f6ffffff'"
22
23bootm 0x1400000 - 0x13f0000
24
14 25