How to configure the P1010 RDB binaries by using the Yocto SDK 1.4?

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

How to configure the P1010 RDB binaries by using the Yocto SDK 1.4?

548 Views
haowang
Contributor I

Hi, I'm using the Freescale SDK 1.4 to build the kernel of the P1010 RDB. If I use 'bitbake fsl-image-minimal', some u-boot and kernel images will be build.

Now I don't want the Security Engine 4.4 to be activated in the boot, how can I configure this before the kernel is complied?

Thanks for the help.

Labels (1)
0 Kudos
1 Reply

251 Views
yipingwang
NXP TechSupport
NXP TechSupport

About how to configure and rebuild Linux Kernel, please try to use the following steps.

1. $ bitbake -c patch virtual/kernel -f

2. Do menuconfig

$ bitbake -c menuconfig virtual/kernel

The following is CAAM configuration options, please disable them.

<*> Freescale CAAM-Multicore driver backend

(9) Job Ring size

[ ] Job Ring interrupt coalescing

<*> Register algorithm implementations with the Crypto API

<*> Register hash algorithm implementations with Crypto API

<*> Register caam device for hwrng API

save the configuration and rebuild Kernel.

$ bitbake -c compile -f virtual/kernel

$ bitbake virtual/kernel

0 Kudos