Wind River Support Network

HomeDefectsLINCD-5200
Fixed

LINCD-5200 : Some encryption algorithms are not properly supported on ti-j72xx kernel 5.10.30

Created: Apr 22, 2021    Updated: May 26, 2021
Resolved Date: May 7, 2021
Found In Version: 10.21.17.0
Fix Version: 10.21.20.0
Severity: Standard
Applicable for: Wind River Linux CD
Component/s: BSP

Description

There will be below errors when run tcrypt.ko command:

root@ti-j72xx:/# insmod ./lib/modules/5.10.30-yocto-standard/kernel/crypto/tcrypt.ko mode=500 sec=1 &
[1] 539
root@ti-j72xx:/# tcrypt:
testing speed of async ecb(aes) (ecb-aes-sa2ul) encryption
tcrypt: test 0 (128 bit key, 16 byte blocks):
tcrypt: crypto_wait_req: timeout for 00000000d28bc200
tcrypt: encryption() failed flags=0
tcrypt: test 0 (192 bit key, 16 byte blocks):
tcrypt: crypto_wait_req: timeout for 00000000d28bc200
tcrypt: encryption() failed flags=0
tcrypt: test 0 (256 bit key, 16 byte blocks):
tcrypt: crypto_wait_req: timeout for 00000000d28bc200
tcrypt: encryption() failed flags=0
tcrypt:

Steps to Reproduce

1.build project

/lpg-build/cdc/fast_prod/WRLINUX_MASTER_WR/MASTER_WR_GIT/wrlinux-10/setup.sh --machines=ti-j72xx --distro wrlinux-graphics --dl-layers --accept-eula=yes
. ./environment-setup-x86_64-wrlinuxsdk-linux
. ./oe-init-build-env build_test

bitbake-layers add-layer /buildarea1/renfeiqu/master_wr/testcases/wr-testing/bts-dev/

echo "require templates/feature/bts/template.conf" >> conf/local.conf

echo BB_NUMBER_THREADS ?= \"24\" >> conf/local.conf

echo PARALLEL_MAKE ?= \"-j 24\" >> conf/local.conf

echo "WRTEMPLATE_append = \" feature/docker feature/target-toolchain feature/bsp-extras \"" >> conf/local.conf
echo "KERNEL_FEATURES_append = \" bsp/ti-j72xx/ti-j72xx-remoteproc.scc\"" >> conf/local.conf
echo "MACHINE_FEATURES += \" gpu\"" >> conf/local.conf
echo "BB_NO_NETWORK = '0'" >> conf/local.conf

bitbake wrlinux-image-std-sato

2.boot up the board and run the testcase
Live chat
Online