summaryrefslogtreecommitdiffstats
path: root/p2041rdb/README
diff options
context:
space:
mode:
Diffstat (limited to 'p2041rdb/README')
-rw-r--r--p2041rdb/README26
1 files changed, 0 insertions, 26 deletions
diff --git a/p2041rdb/README b/p2041rdb/README
deleted file mode 100644
index 3b2e30c..0000000
--- a/p2041rdb/README
+++ /dev/null
@@ -1,26 +0,0 @@
1This file contains build and boot instructions for Enea Linux on P2041RDB,
2
3standard profile.
4
5
6
7___Build-command:p2041rdb
8cd /path/to/poky_directory/
9TEMPLATECONF=meta-el-standard/conf/template.p2041rdb/ . ./oe-init-build-env /path/to/build-dir
10bitbake enea-image-standard
11___END
12
13
14___Boot-command:p2041rdb
15NFS boot commands:
16setenv serverip <TFTP Server IP>
17
18tftp 1400000 </path/to/kernel_file>
19
20tftp 13f0000 </path/to/dtb_file>
21
22setenv bootargs "'root=/dev/nfs rw nfsroot=<NFS Server IP>:{NFSROOTFS} ip=dhcp console=ttyS0115200 memmap=16M$0xf7000000 mem=4080M max_addr=f6ffffff'"
23
24bootm 0x1400000 - 0x13f0000
25
26___END