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.

Starterware/TMDSSK3358: Running Starterware examples under Linux

Part Number: TMDSSK3358

Tool/software: Starterware

Hi,

Currently, we are using AM335x Starter Kit as our development board. we are able to run the following example in standalone mode(without Linux OS) from SD card.

ti\AM335X_StarterWare_02_00_01_01\binary\armv7a\cgt_ccs\am335x\evmskAM335x\usb_dev_comp_ser_ser.

Below are the screen shots of the USB emulation for this example on PC and AM335x Stater Kit.

Now we build the same application using CCS with by commenting the code related to MMU initialization(MMUConfigAndEnable ) and able to generate usb_dev_comp_ser_ser.out

Then we tried to run this "usb_dev_comp_ser_ser.out" in Linux environment on AM335x Stater Kit(Ti provided Linux) for which we are getting invalid instruction error(core dump).

Please help us how we can run this application in Linux environment  also.