Hello I am new to NXP i.MX8 and Yocto.
Does NXP provide a repo warehouse or git where all available SD images and correponding cross-complation enviroment stored?
current I have a 4.9.88 SD image but I don't have cross-compile enviroment, also I would like to add Qt and OpenCV to my system.
Best
 Bio_TICFSL
		
			Bio_TICFSL
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello Molin,
You can download the demo image that include the sd images, also include the one for QT that include openCV, You can download it from:
Embedded Linux for i.MX Applications Processors | NXP
Regards
Hello Bio:
Thank you for reply.
I found the SD images and I downloaded 5.4 xxx, burn and run it successful.
what I need is its cross-compilation enviroment to compose my own app.
currently there is no header, and compiler inside this bare Linux SDImage.
Best,
Hello:
finally I got a non perfect solution,
I unzip SD image files to my host machine to have all *.so collected.
and I download source of my interest packages, such as opencv, etc, put the header files in corresponding folder
therefore I somehow can cross-compile and the output is runnable at i.MX8 QXPMEK
