From 5209d99ea3a8fa538cef53948a8422d5c5d9e426 Mon Sep 17 00:00:00 2001 From: jenkins Date: Tue, 13 Sep 2016 19:44:06 +0200 Subject: Adding README for p2041rdb Change-Id: I762f378db6cd737f8b7dc11442d0245d280abba2 --- p2041rdb/README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'p2041rdb') diff --git a/p2041rdb/README b/p2041rdb/README index 3dd790e..082de9f 100644 --- a/p2041rdb/README +++ b/p2041rdb/README @@ -4,5 +4,23 @@ networking profile. +___Build-command:p2041rdb +cd /path/to/poky_directory/ +TEMPLATECONF=meta-el-networking/conf/template.p2041rdb/ . ./oe-init-build-env /path/to/build-dir +bitbake enea-image-networking +___END +___Boot-command:p2041rdb +NFS boot commands: +setenv serverip + +tftp 1400000 + +tftp 13f0000 + +setenv bootargs "'root=/dev/nfs rw nfsroot=:{NFSROOTFS} ip=dhcp console=ttyS0115200 memmap=16M$0xf7000000 mem=4080M max_addr=f6ffffff'" + +bootm 0x1400000 - 0x13f0000 + +___END -- cgit v1.2.3-54-g00ecf