Part Number: AM3359
Other Parts Discussed in Thread: SYSBIOS,
Tool/software: Code Composer Studio
I recently received an AM3359 module to develop an EtherCAT slave. I have successfully built an EtherCAT slave based on the Beckhoff Slave Stack tool and have it running with the debug probe. I based the project on the EtherCAT demo in sysbios 2.1.3.2, and added the slave stack files and removed the ethercat library. I thought I'd see if I could put the app on an SD card. If I take the release version of ethercat.out generated by CCS6.1.3 and type:
C:\ti\AM335X_StarterWare_02_00_01_01\tools\ti_image\tiimage.exe 0x8000000 NONE ethercat.out app
and place it along with the MLO file on a FAT32 formatted SD card, and reset the board, I see:
Copying to RAM completed successfully
Image Copy Successful, Executing Application..
but nothing else. Any ideas as to what I might be doing wrong would be greatly appreciated.
Is my call to tiimage correct?
I see I have both an ethercat.bin and ethercat_ti.bin, but don't why there are 2 bin files.
Thanks for any help!
