LS1021A_TWR uboot source code

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

LS1021A_TWR uboot source code

Jump to solution
1,139 Views
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.

Labels (1)
Tags (1)
0 Kudos
Reply
1 Solution
1,124 Views
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

 

View solution in original post

2 Replies
1,125 Views
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,118 Views
free_will
Contributor I

thanks, i have tried it, it works.

0 Kudos
Reply