Fail to run make menuconfig in LSDK19.09 on ls1028ardb

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

Fail to run make menuconfig in LSDK19.09 on ls1028ardb

Jump to solution
625 Views
yyu2
Contributor III

Hi all,

I tried to run "make menuconfig" as stated in chapter 7.1 of LSDK1909 manual. But it failed with error information as below.

Could you help to comment on this issue?

Thanks,

   Yi

pastedImage_2.png

pastedImage_1.png

0 Kudos
1 Solution
549 Views
Pavel
NXP Employee
NXP Employee

Use the following command sequence for installing LSDK 1909 and call kernel menu.

 

  1. sudo apt-get install git

 

  1. tar xvzf flexbuild_lsdk1909.tgz

 

  1. source setup.env

 

  1. flex-builder -i mkrfs -a arm64

 

  1. flex-builder -c linux:custom -a arm64 -m ls1028ardb // kernel menu

 

  1. flex-builder -c linux -a arm64

 

Have a great day,
Pavel Chubakov

 

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
1 Reply
550 Views
Pavel
NXP Employee
NXP Employee

Use the following command sequence for installing LSDK 1909 and call kernel menu.

 

  1. sudo apt-get install git

 

  1. tar xvzf flexbuild_lsdk1909.tgz

 

  1. source setup.env

 

  1. flex-builder -i mkrfs -a arm64

 

  1. flex-builder -c linux:custom -a arm64 -m ls1028ardb // kernel menu

 

  1. flex-builder -c linux -a arm64

 

Have a great day,
Pavel Chubakov

 

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos