Hi, I am trying to integrate cryptodev_linux component. I used the following commands to generate bootpartition.
$ flex-builder -c cryptodev_linux -a arm64
$ flex-builder -c openssl -a arm64
$ flex-builder -i merge-component -a arm64:
$ flex-builder -i mkbootpartition -a arm64
I copied the bootpartition in sd card and used the following command in the kit.
flex-installer -b bootpartition_LS_arm64_lts_5.4.tgz -r rootfs_lsdk2004_ubuntu_main_arm64.tgz -d /dev/mmcblk0
when i reboot the kit and run the following command ,
modprobe caamalg
It shows error as
"caamalg not found in modules.dep"
How do i make openssl use sec engine for the operations?? Kindly help.