compulab-yokneam / meta-compulab-hab

1 stars 0 forks source link

meta-compulab-hab

This meta-layer allows using the cst-tools inside Yocto.

Supported machines:

How to use

Add to the Yocto build

Yocto build results:

Target Location
signed imx-boot ${BUILDIR}/tmp/deploy/images/${MACHINE}/flash.bin.signed
signed kernel image ${BUILDIR}/tmp/deploy/images/${MACHINE}/Image.signed
fuse values file ${BUILDIR}/tmp/deploy/images/${MACHINE}/fuse.out

Signing procedure with predefined keys

Note The crts and the keys folders contain keys generated by the latest Yocto build.
These forders can be replaced with the user generated keys.
The cst-tools recipe makes use of predefined keys if them are at crts and keys.

Building the image with predefined keys

Using as a standalone tool

Description Command
signed files only make clean
keys only make clean_keys
all files make clean_all

Fuse Programming