Instructions of building Centos for QorIQ

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

Instructions of building Centos for QorIQ

855 Views
hongcui
Contributor I

Hi, All,

I was wondering if there is instruction for building Centos for QorIQ?

https://community.nxp.com/docs/DOC-331215  did not contain any instruction.

Thanks!

Hong

0 Kudos
2 Replies

486 Views
yipingwang
NXP TechSupport
NXP TechSupport

Hello Hong,

Are you using Layerscape SDK? Please refer to https://www.nxp.com/docs/en/supporting-information/LSDK-KC-REV0.pdf, you could generate Ubuntu/CentOS/Debian based rootfs.

 

$ tar -xzvf flexbuild_lsdk1712_*.tgz

$ cd flexbuild

$ source setup.env

$ apt-get install git

$ flex-builder -i repo-fetch

$ flex-builder -i repo-tag

Modify configs/build_lsdk1712.cfg, change the "DISTROTYPE" to "centos" and "CODENAME" to "jessie".

$ flex-builder -i mkrfs -a arm64

rootfs image is deployed in build/images/centos_jessie_arm64_rootfs.d

 

The git hub address is as the following.

https://lsdk.github.io/ 

https://github.com/qoriq-open-source

Thanks,

Yiping

0 Kudos

486 Views
hongcui
Contributor I

Thanks a lot, Yiping.

Does it also support ppc64 architecture?

Sent from my iPhone

0 Kudos