Fail to run make menuconfig in LSDK19.09 on ls1028ardb

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Fail to run make menuconfig in LSDK19.09 on ls1028ardb

ソリューションへジャンプ
632件の閲覧回数
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 件の賞賛
1 解決策
556件の閲覧回数
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 件の賞賛
1 返信
557件の閲覧回数
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 件の賞賛