INITDIR=${BUILDDIR}/signing bash <(curl -sL https://raw.githubusercontent.com/compulab-yokneam/compulab-ahab/refs/heads/master/tools/run.me)
Follow the on-scree instrucions and actavate SPSDK environment for interactive mode
- Activate SPSDK Virtual Environment
source ${INITDIR}/setup.env
- Define DEPLOY_IMAGE_DIR variable:
export DEPLOY_IMAGE_DIR=${BUILDDIR}/tmp/deploy/images/ucm-imx95
- Script
cd ${DEPLOY_DIR_IMAGE}/imx-boot-tools
source ${SIG_AHAB_PATH}/imx95/bootloader/uboot/run.me
ls ${DEPLOY_DIR_IMAGE}/imx-boot-tools/outputs
cd ${DEPLOY_DIR_IMAGE}/imx-boot-tools
source ${SIG_AHAB_PATH}/imx95/bootloader/signed_uboot/run.me
ls ${DEPLOY_DIR_IMAGE}/imx-boot-tools/outputs
- Makefile
cd ${SIG_AHAB_PATH}
SPSDKDIR=${SPSDKDIR} WORKDIR=${DEPLOY_DIR_IMAGE}/imx-boot-tools make -C imx95/bootloader clean bootloader
- Script
cd ${DEPLOY_DIR_IMAGE}
source ${SIG_AHAB_PATH}/imx95/kernel/run.me
ls ${DEPLOY_DIR_IMAGE}/outputs
- Makefile
cd ${SIG_AHAB_PATH}
SPSDKDIR=${SPSDKDIR} WORKDIR=${DEPLOY_DIR_IMAGE} make -C imx95/kernel clean flash_os_signed