summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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