mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
toradex machines: deploy boot script
With U-Boot 2019.07 booting from block devices is implemented with distro_bootcmd needing an U-Boot script boot.cmd/scr. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
This commit is contained in:
parent
70b0915b8c
commit
efd834fa3c
|
@ -32,6 +32,8 @@ UBOOT_ENTRYPOINT_use-mainline-bsp = "0x10008000"
|
|||
|
||||
IMAGE_FSTYPES += "tar.xz"
|
||||
# wic support
|
||||
IMAGE_BOOT_FILES_append = " boot.scr"
|
||||
WKS_FILE_DEPENDS_append = " u-boot-script-toradex"
|
||||
WKS_FILE = "sdimage-bootpart.wks"
|
||||
|
||||
MACHINE_FEATURES += "screen usbgadget usbhost vfat ext2 alsa touchscreen wifi bluetooth 3g pci"
|
||||
|
|
|
@ -31,6 +31,8 @@ UBOOT_ENTRYPOINT_use-mainline-bsp = "0x10008000"
|
|||
|
||||
IMAGE_FSTYPES += "tar.xz"
|
||||
# wic support
|
||||
IMAGE_BOOT_FILES_append = " boot.scr"
|
||||
WKS_FILE_DEPENDS_append = " u-boot-script-toradex"
|
||||
WKS_FILE = "sdimage-bootpart.wks"
|
||||
|
||||
MACHINE_FEATURES += "screen usbgadget usbhost vfat ext2 alsa touchscreen wifi bluetooth 3g"
|
||||
|
|
|
@ -26,6 +26,8 @@ UBOOT_MACHINE ?= "colibri-imx6ull_defconfig"
|
|||
|
||||
IMAGE_FSTYPES += "tar.xz"
|
||||
# wic support
|
||||
IMAGE_BOOT_FILES_append = " boot.scr"
|
||||
WKS_FILE_DEPENDS_append = " u-boot-script-toradex"
|
||||
WKS_FILE = "sdimage-bootpart.wks"
|
||||
|
||||
MACHINE_FEATURES += "screen usbgadget usbhost vfat ext2 alsa touchscreen wifi bluetooth 3g"
|
||||
|
|
|
@ -30,6 +30,8 @@ UBOOT_MACHINE ?= "colibri_imx7_defconfig"
|
|||
|
||||
IMAGE_FSTYPES += "tar.xz"
|
||||
# wic support
|
||||
IMAGE_BOOT_FILES_append = " boot.scr"
|
||||
WKS_FILE_DEPENDS_append = " u-boot-script-toradex"
|
||||
WKS_FILE = "sdimage-bootpart.wks"
|
||||
|
||||
# Enable free --space-fixup (-F) by default, this allows DFU updates
|
||||
|
|
|
@ -33,6 +33,8 @@ UBOOT_MACHINE ?= "colibri_vf_defconfig"
|
|||
|
||||
IMAGE_FSTYPES += "tar.xz ubifs"
|
||||
# wic support
|
||||
IMAGE_BOOT_FILES_append = " boot.scr"
|
||||
WKS_FILE_DEPENDS_append = " u-boot-script-toradex"
|
||||
WKS_FILE = "sdimage-bootpart.wks"
|
||||
|
||||
# Enable free --space-fixup (-F) by default, this allows DFU updates
|
||||
|
|
Loading…
Reference in New Issue
Block a user