To add secure boot support to your Digi Embedded Yocto project:

1. Configure secure boot

To build signed and encrypted artifacts, modify your conf/local.conf file to include the following:

conf/local.conf
# Required to include trustfence support.
INHERIT += "trustfence"

1.1. Encryption of images

Image encryption is enabled by default. To disable image encryption see Advanced options.

1.2. PKI tree

Digi Embedded Yocto generates by default a PKI tree under a new folder called trustfence inside in your project. To specify a custom path for the PKI tree, see Advanced options.

1.3. U-Boot environment encryption

When enabling TrustFence, the U-Boot environment will be encrypted by default using the CAAM OTPMK and the secure internal unique key.

This feature is only supported in closed devices. This setting has no effect on open devices.

To explicitly disable U-Boot environment encryption, see Advanced options.

2. Build your target images

Once TrustFence is enabled and configured in your Digi Embedded Yocto project, you can build your target image. For example:

$ bitbake dey-image-qt

When the build process finishes, several secure artifacts appear in the deployment directory:

  • u-boot-ccimx6ulsbc.imx: These are the default U-Boot images. They are not signed.

  • u-boot-dtb-signed-ccimx6ulsbc.imx: These are the signed U-Boot images. Like default U-Boot images, they are specific for each variant.

  • u-boot-dtb-usb-signed-ccimx6ulsbc.imx: These are special signed U-Boot images for USB recovery.

  • u-boot-dtb-encrypted-ccimx6ulsbc.imx: These are signed and encrypted U-Boot images specific for each variant.

  • SRK_efuses.bin: This is a file containing the hash of the SRK public keys. It will be required when setting up the device for secure boot.

  • A dey-image-qt-x11-ccimx6ulsbc.boot.ubifs image containing the following:

    • zImage-ccimx6ulsbc.bin: Signed and encrypted Linux kernel image.

    • .dtb files: Signed and encrypted device tree blob files for all hardware platforms.

    • boot.scr: Signed and encrypted U-Boot bootscript.

    • dey-image-trustfence-initramfs-ccimx6ulsbc.cpio.gz.u-boot.tf: Signed and encrypted initramfs for rootfs encryption.

  • A dey-image-qt-x11-ccimx6ulsbc.recovery.ubifs image containing the following:

    • zImage-ccimx6ulsbc.bin: Signed and encrypted Linux kernel image.

    • .dtb files: Signed and encrypted device tree blob files for all hardware platforms.

    • boot.scr: Signed and encrypted U-Boot bootscript.

    • uramdisk-recovery.img: Signed and encrypted initramfs for recovery.

The PKI tree and the encryption key are also generated (when not provided). They are stored at the specified TRUSTFENCE_SIGN_KEYS_PATH location.

The folder will contain the following:

  • crts/: directory containing the different certificates used for the signature

  • keys/: directory containing the private key associated with each certificate and the passphrase protecting them

  • dek.bin: data encryption key used to encrypt the images

The following files need to be securely stored in order to be used in the manufacturing of secure devices:

  • SRK e-fuses public keys hash bin file (SRK_efuses.bin)

  • PKI tree used to sign the firmware images, including the data encryption key in plain text

3. Program the signed artifacts

3.1. Program the signed bootloader

The signed bootloader can be flashed like any other bootloader image:

=> update uboot tftp u-boot-dtb-signed-ccimx6ulsbc.imx

3.2. Program the signed system images

By default, Digi Embedded Yocto produces encrypted artifacts for the ConnectCore 6UL. Encrypted artifacts will not be able to boot until the device has been programmed with the encryption key and closed.

Skip this paragraph unless you have specifically disabled the artifacts encryption, as described in Disable encryption of images.

To program signed, non-encrypted artifacts from the U-Boot console, for example from TFTP, do the following:

To program the linux partition:

=> update linux tftp dey-image-qt.boot.ubifs

To program the recovery partition:

=> update recovery tftp dey-image-qt.recovery.ubifs

4. Check the TrustFence status

Reset the device, and check that there are no secure events reported using the trustfence command:

=> trustfence status
* SRK fuses:            [NOT PROGRAMMED]
* Secure boot:          [OPEN]
* Encrypted U-Boot:     [NO]
* HAB events:           [NO ERRORS]

The output shows the device is in open configuration, the SRK e-fuses are not burned, no keys are revoked, and the current U-Boot image is not encrypted.

In this case, no secure boot events are generated. This indicates the image should be able to boot the device when closed.

If secure boot events were present, you can get additional information with the hab_status command to understand why the signature verification failed. This is a U-Boot command that will dump extra debug information from the High Assurance Boot ROM.

See the NXP secure boot application notes for more information on event decoding.

5. Secure the device

The final step in configuring secure boot for a device is burning the secure eFuse configuration.

The secure eFuse configuration can only be written once and is irreversible.

To secure the device:

5.1. Program the SRK eFuse

The SRK fuses hold the hash of the SRK public keys. In open devices, they are never used. In closed devices, they are used to validate the public key contained in signed firmware images.

Before closing the device, you must store the hash of the public keys in the SRK OTP bits on the device. This will allow the ROM loader to validate the public key included in signed firmware images. When building signed U-Boot images, Yocto generates a file named SRK_efuses.bin, which can be used to program the SRK efuses from the U-Boot shell in a safe way following this procedure:

  1. Verify there are no HAB events (as explained above).

  2. From the U-Boot prompt, load the SRK_efuses.bin file to memory using TFTP:

    => tftp ${loadaddr} SRK_efuses.bin
    Using FEC device
    TFTP from server 192.168.129.10; our IP address is 192.168.42.30
    Filename 'deploy/SRK_efuses.bin'.
    Load address: 0x12000000
    Loading: #
             15.6 KiB/s
    done
    Bytes transferred = 32 (20 hex)
    Information in the console log may vary.
  3. Program the device using the trustfence prog_srk command:

    => trustfence prog_srk ${loadaddr} ${filesize}
    Warning: Programming fuses is an irreversible operation!
             This may brick your system.
             Use this command only if you are sure of what you are doing!
    Really perform this fuse programming? <y/N>
    The filesize environment variable is automatically calculated from the previous tftp command to be equal to the size (in bytes) of the SRK_efuses.bin file.

To simplify key management, Digi recommends you program all devices with the same set of four keys.

See Revoke a key for steps to take if any of these keys are compromised.

5.2. Close the device

This step is irreversible and could brick your device.

Before closing the device:

  • Verify you have programmed a signed, not encrypted, U-Boot image.

  • Run hab_status and:

    • Verify there are no HAB events

    • Verify the SRK eFuses are programmed. The SRK OTP bits are not verified on open devices. For a closed device to boot, all the SRK OTP bits must be burned. An open device booting with no HAB events will stop booting after being closed if the SRK OTP bits are invalid, not burned, or only partially burned.

To close a device, issue Digi’s U-Boot trustfence close command as follows and then reset the target:

=> trustfence close
=> reset

After that, the device will only boot properly signed images.

Booting signed images through USB on a closed device requires a specific U-Boot version with prefix u-boot-dtb-usb-signed-, which you can find at tmp/deploy/images/ in your project folder. See Recover your closed device.

After you have closed the device, consider the following ways to further secure your device:

  • Secure JTAG, so it cannot be used to boot the processor and avoid the secure boot. See Secure JTAG.

  • U-Boot will drop to a console after an unsuccessful firmware authentication for debugging purposes. Since a user could use this console for booting the system, Digi recommends you disable this console in production firmware. See Secure console modes.

The U-Boot environment encryption feature is enabled by default, so U-Boot will import the MAC addresses (and any other write-once environment variables) from the previous (not encrypted) environment, and will reset any other variable to the default values. After that, a save operation will overwrite the environment with encrypted data.

To ensure that both copies of the environment get encrypted, save the environment twice right after booting a closed device that has a U-Boot with environment encryption support, as follows:

=> saveenv
Erasing NAND...
Erasing at 0x320000 -- 100% complete.
Writing to NAND... OK
=> saveenv

Erasing redundant NAND...
Erasing at 0x320000 -- 100% complete.
Writing to redundant NAND... OK

6. Program the signed and encrypted artifacts on a closed device

Once the device has been closed, the encryption uses the unique and secure OTPMK (One Time Programmable Master Key). The update process will encrypt the DEK into an encrypted blob and store it in the U-Boot partition. This must happen with the unique secure OTPMK, so be sure final programming happens after the device has been closed and restarted.

6.1. Program the encrypted bootloader

There are two ways to flash an encrypted U-Boot image:

Secure a new DEK

Use this method if you are using encrypted images for the first time, or if you want to change the DEK. In this case, you need two input artifacts:

  • The encrypted U-Boot image

  • The data encryption key (DEK) in plain text

Use the following command to flash the encrypted U-Boot image:

=> trustfence update tftp u-boot-dtb-encrypted-ccimx6ulsbc.imx dek.bin

With the above command, the U-Boot image is flashed and the DEK is secured and stored in the uboot partition.

On an open device, the encryption uses the test master key, while on a closed device the encryption uses the unique and secure OTPMK. For that reason, the final programming of the encrypted U-Boot image must be done after closing the device and resetting.

The DEK blob is secured only if a closed device was used. When using an open device, the DEK blob is not secured and both the DEK in plain text and the decrypted U-Boot could be recovered from the media.

The device now boots into a signed and encrypted U-Boot.

You can always recover a closed device by booting a properly signed U-Boot from recovery media. See Recover your device.

Reuse an existing DEK

Use this method if you are updating a bootloader that’s already encrypted with the same DEK. In this case you don’t need to send the plain text DEK anymore.

Use the same command as when securing a new DEK but omit the DEK argument:

=> trustfence update tftp u-boot-dtb-encrypted-ccimx6ulsbc.imx

The U-Boot image being flashed must have been encrypted with the existing DEK secured in the device. If the device does not have a DEK secured, the command will fail.

If a different DEK is used, the device will stop booting.
When updating to a new U-Boot major version, Digi recommends installing first the signed version, rebooting and then installing the encrypted one.

6.2. Program the encrypted system images

The rest of the encrypted artifacts (other than U-Boot) can be flashed using standard procedures for programming a boot partition. However, to use any encrypted artifact, the following additional requirements must be met:

  • You must use a closed device.

  • The device must contain a U-Boot image encrypted with the same encryption key.

To program the linux partition:

=> update linux tftp dey-image-qt.boot.ubifs

To program the recovery partition:

=> update recovery tftp dey-image-qt.recovery.ubifs

Signed and encrypted artifacts are larger than regular unsigned artifacts. Therefore, both linux and recovery partition images may be greater than the allotted partition size in the U-Boot environment variable mtdparts.

If this is the case, you must follow these instructions to resize the partitions.

The device now boots into a trusted Linux kernel.

7. Set up your device with root file system encryption

Root file system encryption adds another layer of security to TrustFence. It uses the kernel’s cryptographic support to encrypt all the data you store in the root file system. Attempting to access this data without the correct encryption key returns random, meaningless bytes.

When you enable TrustFence (see Enable TrustFence support in Digi Embedded Yocto), you automatically enable root file system encryption. This makes it so any SWU packages built with the project enable root file system encryption when installed on a target.

Encryption of the root file system is not carried out by Digi Embedded Yocto and so, the rootfs artifact must not be programmed from U-Boot, or it won’t mount on a fully encrypted system. Run a firmware update process following these instructions to encrypt the root file system.

To explicitly disable root file system encryption, see Advanced options.

8. Program the encrypted rootfs

  1. Create a software update package. To create a software update package, bitbake your image recipe adding the suffix -swu. For example, if you have built image dey-image-qt with rootfs encryption enabled, run the following command to create a software update package:

    $ bitbake dey-image-qt-swu
  2. Make sure the resulting software update artifact (*.swu file) is accessible by the device. For example, you can store it on the internal NAND, in the update partition:

    $ ls -l /mnt/update/
    -rw-r--r--    1 root     root     731810304 Jan 26 18:15 dey-image-qt-swu-ccimx6ulsbc.swu

    Or on external media (microSD card, USB disk):

    $ ls -l /run/media/sda1
    -rwxrwx---    1 root     disk     241062400 Jan 18 19:30 dey-image-qt-swu-ccimx6ulsbc.swu
    $ ls -l /run/media/mmcblk1p1
    -rwxrwx---    1 root     disk     241062400 Jan 18 19:30 dey-image-qt-swu-ccimx6ulsbc.swu
    The *.swu file must be stored on the root folder of the partition. Subfolders are not supported.
  3. Configure the recovery commands to update the system with the previously generated package.

    # update-firmware file://dey-image-qt-swu-ccimx6ulsbc.swu

    The device boots in recovery mode and starts updating the system with the provided package. Once it finishes, the device reboots and the firmware update is complete.

After your first secure system deploy, you can use the update-firmware tool to trigger a new firmware update. See SWU packages.

Advanced options

Disable signing of images

Signing of images is automatically enabled as part of TrustFence. To explicitly disable the generation of signed images, define TRUSTFENCE_SIGN to 0:

conf/local.conf
# Disable signed images
TRUSTFENCE_SIGN = "0"

This also disables the encryption of boot images (boot loader, Linux artifacts).

Disable encryption

Digi Embedded Yocto provides encryption support for the following elements:

  • U-Boot environment

  • Boot artifacts (bootloader and Linux artifacts).

  • Root file system

When you enable TrustFence, the following encryption is automatically enabled:

  • U-Boot environment

  • Boot artifacts (bootloader and Linux artifacts).

  • Root file system

The following sections describe how to explicitly disable the encryption of these elements:

Disable U-Boot environment encryption

To explicitly disable U-Boot environment encryption, set:

conf/local.conf
# Disable U-Boot environment encryption
TRUSTFENCE_ENCRYPT_ENVIRONMENT = "0"
When flashing U-Boot without the environment encryption feature in a device with an encrypted environment, all the values will be lost. Be sure to save any important data such as MAC addresses before you execute this procedure.

Disable encryption of images

To disable the encryption of images (bootloader, Linux artifacts), set:

conf/local.conf
# Disable encryption of images
TRUSTFENCE_DEK_PATH = "0"

Disable root file system encryption

To explicitly disable root file system encryption, set TRUSTFENCE_ENCRYPT_ROOTFS to 0 as follows:

conf/local.conf
TRUSTFENCE_ENCRYPT_ROOTFS = "0"

Then, generate an SWU package and install it on the target to disable the rootfs encryption.

Use a custom PKI tree path

You can use the following parameters to customize the location of the sensitive keys:

  • TRUSTFENCE_SIGN_KEYS_PATH: Path to a folder containing the PKI tree. If the folder does not exist or does not contain a PKI tree, a new PKI tree will be generated automatically. The default value is a new folder trustfence in the Digi Embedded Yocto project home location.

conf/local.conf
# Use a custom path to the signature keys and certificates.
TRUSTFENCE_SIGN_KEYS_PATH = "/mnt/secure/PKI_tree"
  • TRUSTFENCE_DEK_PATH: Path to the data encryption key. When provided, it must be a 128-, 192- or 256-bit binary file. Otherwise, a random 256-bit key will be generated automatically. The default value is <TRUSTFENCE_SIGN_KEYS_PATH>/dek.bin. Define to 0 to disable the encryption of the signed images.

conf/local.conf
# Use a custom path to the Data Encryption Key (or set to "0" to disable encryption).
TRUSTFENCE_DEK_PATH = "/mnt/secure/encryption_key.bin"

Read-only rootfs authentication

You can choose to build a read-only rootfs (see Read-only root file system). When TrustFence is enabled, the resulting rootfs image is signed and the bootloader authenticates it before booting. This guarantees the rootfs comes from a trusted source.