This file contains build and boot instructions for Enea Linux on LS1021A-IoT, 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