Hi,
I am using the AM572x IDK and am trying to boot the DSP core (any one I am trying DSP1 for now) from the A15 core running linux (pre-built binaries shipped with the SDK)
1. I built the RTSC Led Blink project that is shipped with the TI PDK, for C66xx (DSP).
2. A .out file was generated which I renamed to .xe66 as per "https://e2e.ti.com/support/embedded/tirtos/f/355/p/443667/1597072 "
3.I then copied the file into /lib/firmware/ and re-linked the dra7-dsp1-fw.xe66 file to point to the xe66 file I just copied
For some reason I do not see the message that says that the core is power up, which I usually see when udev loads the default dra7-dsp1-fw.xe66.opencl example,
when I bind the dsp1 core manually using
# echo 40800000.dsp > unbind
# echo 40800000.dsp > bind
Questions:
1. Is there something that needs to be done in standard RTSC projects (Led Blink) to make this work?
2. Where can I build the firmware that is shipped with the SDK (opencl example) so that I could modify that
Thanks very much.
Regards,
Shaunak