Changes between Version 14 and Version 15 of venice/secure_boot
- Timestamp:
- 03/20/2024 05:27:13 PM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
venice/secure_boot
v14 v15 111 111 make menuconfig # select CONFIG_IMX_HAB=y and CONFIG_SPL_LOAD_FIT_ADDRESS=0x44000000 112 112 make flash.bin 113 }}} 114 - for clarity here are the differences in defconfig: 115 {{{#!bash 116 $ make savedefconfig && diff defconfig configs/imx8mm_venice_defconfig 117 scripts/kconfig/conf --savedefconfig=defconfig Kconfig 118 21,22d20 119 < CONFIG_IMX_HAB=y 120 < # CONFIG_CMD_DEKBLOB is not set 121 31d28 122 < CONFIG_SPL_LOAD_FIT_ADDRESS=0x44000000 113 123 }}} 114 124 3. create a signed_flash.bin … … 327 337 make -j8 flash.bin 328 338 }}} 339 - for clarity here are the differences in defconfig for imx8mm with 4GB configuration: 340 {{{#!bash 341 $ make savedefconfig && diff defconfig configs/imx8mm_venice_defconfig 342 scripts/kconfig/conf --savedefconfig=defconfig Kconfig 343 21d20 344 < CONFIG_IMX_HAB=y 345 30d28 346 < CONFIG_SPL_LOAD_FIT_ADDRESS=0x44000000 347 139d136 348 < CONFIG_OPTEE_LOAD_ADDRESS=0xfe000000 349 161d157 350 < # CONFIG_OPTEE_LIB is not set 351 }}} 329 352 1. Sign it: 330 353 {{{#!bash