To boot from TFTP/NFS you need something like:
setenv uimage uImage-ccimx6sbc
setenv initrdimg dey-image-tiny-initramfs-ccimx6sbc.rootfs.initramfs
setenv fdt_file uImage-imx6q-ccimx6sbc.dtb
setenv initrdaddr 0x22000000
setenv bootargs console=ttymxc3,115200 rdinit=/sbin/init
saveenv
tftp $loadaddr $uimage
tftp $initrdaddr $initrdimg
tftp $fdt_addr $fdt_file
bootm $loadaddr $initrdaddr $fdt_addr
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
|
||
|---|---|---|
| .. | ||
| classes | ||
| conf | ||
| recipes-connectivity | ||
| recipes-core | ||
| recipes-devtools/oracle-java | ||
| recipes-digi | ||
| recipes-graphics | ||
| recipes-multimedia | ||
| recipes-qt/qt4 | ||
| recipes-sato | ||
| DIGI_EULA | ||
| DIGI_OPEN_EULA | ||
| README | ||
README
OpenEmbedded/Yocto Digi Embedded Linux layer ============================================ This layer provides the Digi Embedded Linux distribution images. This layer depends on: git://git.yoctoproject.org/poky.git git://git.openembedded.org/meta-openembedded.git git://git.yoctoproject.org/meta-fsl-arm.git git://github.com/Freescale/meta-fsl-demos.git Digi's license agreements ------------------------- All software is covered by Digi's general EULA and Digi's Open Source EULA. To have the right to use the software in your images you need to read and accept both EULAs at the DIGI_EULA and DIGI_OPEN_EULA files. Support ------- This layer is provided 'as is' with no guarantee. However, some support may be available from support@digi.com