Hi,
I want to run sample application and debuag the application on MISTRAL OMAP 35x Board with Linux as OS on Board.
Please anybody can help me out from this issue.
Regards,
Anupam
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I want to run sample application and debuag the application on MISTRAL OMAP 35x Board with Linux as OS on Board.
Please anybody can help me out from this issue.
Regards,
Anupam
There is a simple tutorial on writing a simple program and running it on the OMAP35x EVM in section 4.5.1 of the OMAP3530 DVSDK Getting Started Guide for starters, in general I would suggest going through the getting started guide first to ensure you have everything setup to properly build and load applications to the EVM. There are some examples of setting up GDB to debug such an application on the wiki for example here and here, though these were written for Davinci devices the commands can be adapted to OMAP3.
Hi,
What is the OMAP35x Linux PSP package version you are using? The Linux PSP package has sample applications under the examples folder.
There is a makefile to build the sample apps. You need to configure the kernel directory path, path where sample sources are present,path where executables can be placed and the tool chain prefix in Rules.make file and then issue make. This will build the sample apps. You can then copy them onto a SD card or on NFS and execute them.
Thanks,
Prathap.