From 8feb24048510f1b27aa1e37730a2050df17f9ca4 Mon Sep 17 00:00:00 2001 From: jenkins Date: Tue, 28 Jun 2016 12:52:23 +0200 Subject: Adding README for ls1021aiot Change-Id: I1edf98c619d036d5ff6cdfc01535fd9f1c183c03 --- ls1021aiot/README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'ls1021aiot/README') diff --git a/ls1021aiot/README b/ls1021aiot/README index ec64949..bf8d746 100644 --- a/ls1021aiot/README +++ b/ls1021aiot/README @@ -4,5 +4,23 @@ standard profile. +___Build-command:ls1021aiot +cd /path/to/poky_directory/ +TEMPLATECONF=meta-el-standard/conf/template.ls1021aiot/ . ./oe-init-build-env /path/to/build-dir +bitbake enea-image-standard +___END +___Boot-command:ls1021aiot +NFS boot commands: +setenv serverip + +tftp 82000000 + +tftp 8f000000 + +setenv bootargs "'root=/dev/nfs rw nfsroot=:{NFSROOTFS} ip=dhcp console=ttyS0115200'" + +bootm 82000000 - 8f000000 + +___END -- cgit v1.2.3-54-g00ecf