I tried source ./fsl-setup-poky -m p2080ds -j4 -t 2 and got "ERROR: Specified an invalid machine type!" how do I build a toolchain (64bit) for p2080ds?

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

I tried source ./fsl-setup-poky -m p2080ds -j4 -t 2 and got "ERROR: Specified an invalid machine type!" how do I build a toolchain (64bit) for p2080ds?

956 Views
kevindankwardt
Contributor I

$ source ./fsl-setup-poky -m p2080ds -j4 -t 2

ERROR: Specified an invalid machine type!

Usage: . /home/kdankwardt/QorIQ-SDK-V1.6-20140619-yocto/fsl-setup-poky <-m machine>

    Supported QorIQ(powerpc) machines: b4420qds-64b b4420qds b4860qds-64b b4860qds bsc9131rdb bsc9132qds c293pcie p1010rdb p1020rdb p1021rdb p1022ds p1023rdb p1025twr p2020ds p2020rdb p2041rdb p3041ds p4080ds p5020ds-64b p5020ds p5040ds-64b p5040ds t1040rdb-64b t1040rdb t1042rdb-64b t1042rdb t2080qds-64b t2080qds t2080rdb-64b t2080rdb t4160qds-64b t4160qds t4240qds-64b t4240qds t4240rdb-64b t4240rdb

0 Kudos
2 Replies

741 Views
yipingwang
NXP TechSupport
NXP TechSupport

Hello Kevin Dankwardt,


You need to execute the following commands according to your target board.


$ source ./fsl-setup-poky -m t2080qds-64b -j 4 -t 2

or

$ source ./fsl-setup-poky -m t2080rdb-64b -j 4 -t 2


Have a great day,
Yiping

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

741 Views
addiyi
NXP Employee
NXP Employee

P2080DS is not a valid target board. Please make sure you selected a supported board.

Adrian

0 Kudos