Hello Community.
I am trying secure boot with HAB. I completed all steps (http://variwiki.com/index.php?title=High_Assurance_Boot&release=RELEASE_SUMO_V1.1_DART-6UL) and I insert the SD card on my board. Power up and write the "hab_status" command in u-boot environment but return to me;
=> hab_status
Unknown command 'hab_status' - try 'help'
I followed the AN4581.pdf
In /uboot-imx/include/configs/mx6_common.h, I uncomment for SECURE mode support;
/* uncomment for SECURE mode support */
#define CONFIG_SECURE_BOOT // uncomment this
/* Secure boot (HAB) support */
#ifdef CONFIG_SECURE_BOOT
#define CONFIG_CSF_SIZE 0x2000
#if !defined(CONFIG_MX6ULL) && !defined(CONFIG_MX6SLL) && !defined(CONFIG_MX6SL)
#define CONFIG_CMD_DEKBLOB
...
but it doesn't work. It gives same response in u-boot command line : "hab_status" unkonwn command..
What can I do for this issue?
Thanks