Alright!
Well this is my first time deploying a Linux OS, I usually use an RTOS or plain code.
I have gone through every document i could find. I have deployed Linux to the eval board through both TFTP server running in ram and now have the file system running on the NAND flash with the Linux kernel residing and booting from there.
The biggest questions I'm running into is how do I develop a simple hello world program to run on Linux using CCS. Or mostly what configurations are necessary to compile a simple hello program.
I watched this video: https://www.youtube.com/watch?v=up05mdE7Mb4 "Linux Application Debug with Code Composer Studio". And as I understand that the best way to deploy the program is to switch the Linux from running on the NAND and move it to a network boot with NFS to effectively "share" the program one I get it compiled.
What tool chain should I be using when I create the project? in the video he selects one tool chain and then later switches it to a different tool chain. as I understand the appropriate tool chain should be Linaro? or can I use Cross GCC? Also Cross GCC is the only tool chain option I am given for my platform configuration unless I deselect " show project types and tool chains only supported by platform". When I Deselect that the Linux GCC toolchain becomes available.
Maybe there is an example that someone could point me to.
Any help would be greatly appreciated, I have been racking my head against the table over this and I know its something simple i'm missing.
Thanks!
Andrew