Best approach to develop an embedded Linux app using QorIQ?

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

Best approach to develop an embedded Linux app using QorIQ?

1,102 Views
stinger
Contributor I

Hello all,

 

I'm using the P2020DS board to develop an networking appliance that will run embedded Linux. The dev board came with codewarrior v8.8.3 for windows which supports the P2020 processor. I've been able to compile and run the "welcome to codewarrior" sample app. Now I need to compile some Linux user code along with the necessary parts of the kernel and I don't know how to do that using cw for windows. I have run into conflicts between the standard header files and those included as part of MSL_C in cw. Is there a better way for me to proceed? I tried to get cw for platform linux but it appears to require an old redhat 9 vintage distro. Specifically I needed libXmu.so.6 and it dependencies to make that work. Has any got that working on a more modern distro? Finally I would like to run new eclipse version of cw but I see no support in that yet for QorIQ and I have already posted a query on that. Any advice would be greatly appreciated.

Labels (1)
0 Kudos
Reply
2 Replies

490 Views
ronco
NXP Employee
NXP Employee

Modifications and development of the P2020DS Linux u-boot and kernel code is done in the P2020DS BSP, or ltib, not in CodeWarrior Dev Studio.  Go to http://www.freescale.com/powerbsp, download the package for the P2020DS to your Linux machine and install it there.  Documentation is included but if you're new to using an ltib then I recommend researching your questions on-line.  www.google.com/linux is a good starting point.

 

The Eclipse-based CodeWarrior Dev Studio for QorIQ is still in development but is scheduled for release this Summer.  Watch the announcements on www.freescale.com for details.  I hope this helps.

0 Kudos
Reply

490 Views
stinger
Contributor I

thanks a lot!

0 Kudos
Reply