How to add a new defconfig to compiler in imx8mplus platform.

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

How to add a new defconfig to compiler in imx8mplus platform.

1,436 Views
t2865k5
Contributor I

Dear NXP,

I have some question as follows:

(1) Which one is the default defconfig used on imx8mplus platform.

     Is it git\arch\arm64\configs\imx_v8_defconfig ?

(2) 

I want to add a new defconfig. E.g
git\arch\arm64\configs\srg_imx8mp_defconfig

Which command should I use ,and can apply srg_imx8mp_defconfig

Make ARCH=arm64 CROSS_COMPILE .....srg_imx8mp_defconfig

0 Kudos
5 Replies

1,396 Views
t2865k5
Contributor I

Dear NXP,

(1) make mrproper

(2) make ARCH=arm64 defconfig

(3) bitbake linux-imx -f -c compile

(4) bitbake linux-imx -f -c deploy

(5) Please refer to the pictures and the fail message appears

Please help fix this issue .

t2865k5_0-1629178343745.png

t2865k5_1-1629178363768.png

 

0 Kudos

1,414 Views
t2865k5
Contributor I

Dear NXP,

Which file is the default config for imx8mplus platform ? Is it (1) , (2) or (3)

arch\arm64\configs :

(1) defconfig

(2) imx.config

(3) imx_v8_defconfig

0 Kudos

1,417 Views
t2865k5
Contributor I

Dear NXP,

Which file is the default config ?

0 Kudos

1,404 Views
Zhiming_Liu
NXP TechSupport
NXP TechSupport

 imx_v8_defconfig

0 Kudos

1,423 Views
Zhiming_Liu
NXP TechSupport
NXP TechSupport

@t2865k5 

make ARCH=arm64 srg_imx8mp_defconfig

0 Kudos