SDK-V2.0-1609 如何编译 p2041 ..?

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

SDK-V2.0-1609 如何编译 p2041 ..?

101 Views
hongyuanzhao
Contributor I

user@hy:~/nxp/SDK-V2.0-1609/sources$ . ./fsl-setup-env -h
Usage: . fsl-setup-env -m <machine>

Supported machines:


Optional parameters:
* [-m machine]: the target machine to be built.
* [-b path]: non-default path of project build folder.
* [-j jobs]: number of jobs for make to spawn during the compilation stage.
* [-t tasks]: number of BitBake tasks that can be issued in parallel.
* [-d path]: non-default path of DL_DIR (downloaded source)
* [-c path]: non-default path of SSTATE_DIR (shared state Cache)
* [-g]: enable Carrier Grade Linux
* [-l]: lite mode. To help conserve disk space, deletes the building
directory once the package is built.
* [-h]: help

user@hy:~/nxp/SDK-V2.0-1609/sources$

 

user@hy:~/nxp/SDK-V2.0-1609/sources$ . ./fsl-setup-env -m t2080ifc-64b
t2080ifc-64b is not supported by this build setup.
Usage: . fsl-setup-env -m <machine>

Supported machines:


Optional parameters:
* [-m machine]: the target machine to be built.
* [-b path]: non-default path of project build folder.
* [-j jobs]: number of jobs for make to spawn during the compilation stage.
* [-t tasks]: number of BitBake tasks that can be issued in parallel.
* [-d path]: non-default path of DL_DIR (downloaded source)
* [-c path]: non-default path of SSTATE_DIR (shared state Cache)
* [-g]: enable Carrier Grade Linux
* [-l]: lite mode. To help conserve disk space, deletes the building
directory once the package is built.
* [-h]: help

user@hy:~/nxp/SDK-V2.0-1609/sources$

 

0 Kudos
1 Reply

88 Views
yipingwang
NXP TechSupport
NXP TechSupport

This SDK has been verified on following Linux distributions: Ubuntu 14.04, CentOS-7.1.1503,Debian 8.2, Fedora 22 and OpenSUSE 13.2

You could use Ubuntu 16.04 to build QorIQ SDK 2.0.

Please download QORIQ-SDK-2.0-IC-REV0.pdf from the following link.

https://support.nxp.com/s/case/5002p00002zowWiAAI/community-sdkv201609-%E5%A6%82%E4%BD%95%E7%BC%96%E...

Then refer to "3.2 Essential Build Instructions" to build SDK 2.0.

$ . ./fsl-setup-env -m t2080rdb-64b

$ bitbake fsl-image-core

0 Kudos