LS1021A_TWR uboot source code

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

LS1021A_TWR uboot source code

ソリューションへジャンプ
1,850件の閲覧回数
free_will
Contributor I

Hi,

  I am using LS1021A TWR board for development. But after read the pdf file Layerscape Software Development Kit User Guide(Supports: LSDK 19.09-update-311219), i could not find the method to get uboot source code of this board. 

1. How can I get the uboot source code of this reference board? 

2. Below pic shows download link of linux kernel source code,  is it the linux kernel source code of LS1021A_TWR?image.png

pls help me confirm above question, thank you very much.

ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
1,835件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

 

In flex-build build environment, please run the following command, you will get u-boot source in 

flexbuild_lsdk1909_update_311219/packages/firmware/u-boot

$ source setup.env

$ flex-builder -c u-boot -m ls1021atwr

 

Please refer to the following command to get u-boot source code manually.

$ git clone http://source.codeaurora.org/external/qoriq/qoriq-components/u-boot

$ cd u-boot

$ git checkout -b LSDK-19.09-update-311219 LSDK-19.09-update-311219

 

元の投稿で解決策を見る

2 返答(返信)
1,836件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

 

In flex-build build environment, please run the following command, you will get u-boot source in 

flexbuild_lsdk1909_update_311219/packages/firmware/u-boot

$ source setup.env

$ flex-builder -c u-boot -m ls1021atwr

 

Please refer to the following command to get u-boot source code manually.

$ git clone http://source.codeaurora.org/external/qoriq/qoriq-components/u-boot

$ cd u-boot

$ git checkout -b LSDK-19.09-update-311219 LSDK-19.09-update-311219

 

1,829件の閲覧回数
free_will
Contributor I

thanks, i have tried it, it works.

0 件の賞賛
返信