mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
colibri-imx6.conf: add a wic image in favour of sdcard image
The wic image can be used to boot kernel/dtb/rootfs from an SD card. U-Boot gets booted from the on module eMMC, the image from the prepared SD card can be started with 'run sdboot'. zcat XXX.rootfs.wic.gz | dd of=/dev/sdX bs=1M Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
8e30e89454
commit
0b9af1e059
|
@ -26,7 +26,10 @@ UBOOT_CONFIG[spl] = "colibri_imx6_defconfig,,u-boot.img"
|
|||
UBOOT_MAKE_TARGET = ""
|
||||
UBOOT_ENTRYPOINT_use-mainline-bsp = "0x10008000"
|
||||
|
||||
IMAGE_FSTYPES = "sdcard.gz tar.xz"
|
||||
IMAGE_FSTYPES = "wic.gz tar.xz"
|
||||
# wic support
|
||||
WKS_FILE = "sdimage-bootpart.wks"
|
||||
WIC_CREATE_EXTRA_ARGS_append = " --no-fstab-update"
|
||||
|
||||
SERIAL_CONSOLE ?= "115200 ttymxc0"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user