Hi,
I am trying to port cryptodev-linux and caam drivers in LS1046ardb Kit. I tried the following steps and created the qspi image and loaded into the kit.
$ flex-builder -c cryptodev_linux -a arm64
$ flex-builder -c openssl -a arm64
$ flex-builder -i merge-component -a arm64
$ flex-builder -i mkfw -m ls1046ardb -b qspi.
When i enter the following in the kit , it shows up an error.
#modprobe cryptodev
modprobe: module cryptodev not found in modules.dep
Please help. Also how do i include caam drivers.
Please try the following commands.
$ flex-builder -c cryptodev_linux -a arm64 -r yocto:tiny
$ flex-builder -c openssl -a arm64 -r yocto:tiny
$ flex-builder -i merge-component -r yocto:tiny
$ flex-builder -i mkrfs -r yocto:tiny
$ flex-builder -i mklinux -r yocto:tiny
$ flex-builder -i mkfw -m ls1046ardb -b qspi