Secure Boot on Debug builds#

It is possible to boot a debug build image on secure boot by providing the ECID hash of the target board.

To create images with the ECID hash, pass --ecid_hash in bind_partitions.

Example:

bind_partitions -b <board_name> <qnx/linux> –ecid_hash <130 character Hex string start with 0x>

To get the ECID hash of the board console:

ECID information is available at /sys/bus/nvmem/devices/efuse2/nvmem, which can be read by using the cat command.