Create boot part via WIC and add option to enable eMMC boot flow
On i.MX8M we have devices with SPI NOR and eMMC. Historically we used the SPI NOR as primary boot device to store the bootloader and the environment. This adds an option to select eMMC boot to store the bootloader and environment in the hardware boot partition of the eMMC. Furthermore we try to avoid custom code to generate the boot partition and use WIC and a custom swupdate script instead. To make sure the correct fw_env.config is installed on the system, generate it dynamically depending on the selected options and platform.
parent
03e46374
No related branches found
No related tags found
Showing
- Kconfig 8 additions, 0 deletionsKconfig
- kas/dev/emmc-boot.yml 9 additions, 0 deletionskas/dev/emmc-boot.yml
- layers/meta-ked-imx/classes/bootfs.bbclass 0 additions, 22 deletionslayers/meta-ked-imx/classes/bootfs.bbclass
- layers/meta-ked-imx/recipes-bsp/u-boot/u-boot-ktn/ked-mx6ul/fw_env.config 0 additions, 13 deletions...imx/recipes-bsp/u-boot/u-boot-ktn/ked-mx6ul/fw_env.config
- layers/meta-ked-imx/recipes-bsp/u-boot/u-boot-ktn/ked-mx8mm/fw_env.config 0 additions, 13 deletions...imx/recipes-bsp/u-boot/u-boot-ktn/ked-mx8mm/fw_env.config
- layers/meta-ked-imx/recipes-bsp/u-boot/u-boot-ktn_2023.04.bb 24 additions, 3 deletionslayers/meta-ked-imx/recipes-bsp/u-boot/u-boot-ktn_2023.04.bb
- layers/meta-ked-imx/swupdate/recipes-core/images/image-ked-swupdate-platform.inc 27 additions, 2 deletions...pdate/recipes-core/images/image-ked-swupdate-platform.inc
- layers/meta-ked-imx/swupdate/recipes-core/images/swupdate/kontron-mx8mm/setup-bootpart.sh 8 additions, 0 deletions...ipes-core/images/swupdate/kontron-mx8mm/setup-bootpart.sh
- layers/meta-ked-imx/swupdate/recipes-core/images/swupdate/kontron-mx8mm/sw-description 9 additions, 10 deletions...recipes-core/images/swupdate/kontron-mx8mm/sw-description
Loading
Please register or sign in to comment