Part Number: TMDXIDK5718
Hi,
Some backgrounds to what we want to achieve.
1. We are developing two programs, one will be allocated to A15 and one will be allocated to DSP core.
2. A15 is running on Linux, and the DSP is running on TI RTOS. Both programs will interact with each other using IPC.
3. We want to start both programs running automatically upon boot-up.
What we achieve so far:
1. We are able to run the program in Linux (A15 core) upon boot-up by using systemd. Upon boot-up, the service will call a script (.sh) in my home directory, and in turn call the application. It has been running well.
2. We are able to run the DSP application using CCS in the emulation environment.
However, we can't seem to find information on how to run the DSP program from boot. In fact, we don't understand how the DSP binaries can be loaded and start running (not using emulator).
Can you point us a way as to:
1. Where should we put the DSP binaries?
2. How to load the DSP binaries to DSP core?
3. How to start the DSP application running upon boot-up.
Thank you so much. Appreciate it.
CB