Changes between Version 44 and Version 45 of venice/secure_boot
- Timestamp:
- 02/28/2026 12:13:57 AM (2 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
venice/secure_boot
v44 v45 185 185 # sign flash.bin (if U-Boot version is less than v2024.10 where automated signing was introduced if CONFIG_IMX_HAB=y) 186 186 [ -f doc/imx/habv4/csf_examples/mx8m/csf.sh ] && /bin/sh doc/imx/habv4/csf_examples/mx8m/csf.sh 187 # create a JTAG image (if needed) using one of the following (dependent on which SoC you are using) 187 }}} 188 189 4. Now Make a signed JTAG binary to flash to the Gateworks SBC 190 {{{ 191 wget https://dev.gateworks.com/jtag/mkimage_jtag 192 # create a JTAG image using one of the following (dependent on which SoC you are using) 188 193 mkimage_jtag --soc imx8mm --emmc -s --partconf=boot0 \ 189 194 flash.bin@boot0:erase_none:66-8192 > signed_u-boot_spl-imx8mm.bin # imx8mm emmc boot0 partition … … 191 196 flash.bin@boot0:erase_none:0-8192 > signed_u-boot_spl-imx8mp.bin # imx8mp/imx8mn emmc boot0 partition 192 197 }}} 193 4. Program signed firmware image :198 4. Program signed firmware image to the Gateworks SBC using the jtag_usbv4 command on the host with the Gateworks SBC connected via the JTAG hardware dongle: 194 199 {{{#!bash 195 200 jtag_usbv4 -p signed_u-boot_spl-imx8mm.bin
