We have an application that we want to run on the DSP core within 1 second of powering on the device. So we'd like to boot the DSP first, start the application, then boot the ARM core with Linux, and then ultimately have the DSP be able to communicate with the ARM core. As I understand from the boot rom, the DSP comes up first then tells the ARM to boot up then the DSP core goes to sleep. Then typically u boot is run on the ARM and this starts off the Linux boot. So what is the recommended method to have the ARM run code to before the Linux boot, cause the DSP to boot and run an application? I have the Smart Grid Infrastructure (SGI) EVM. Which tools do I need to do this using this EVM?