Porting of cryptodev in LS1046ardb

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Porting of cryptodev in LS1046ardb

454 Views
rashmikj
Contributor III

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.

 

 

 

0 Kudos
Reply
1 Reply

449 Views
yipingwang
NXP TechSupport
NXP TechSupport

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

0 Kudos
Reply