Before I head down this road figured I would see if others are aware of roadblocks ahead. Not sure what the DSP/BIOS initialization code will do with the timers which Linux will be using so wondering if others aware. DSP/BIOS CLK allows selection of Timer0 and Timer1. If I remember correctly from looking at Linux source Timer 0 is the scheduling timer and 1 is the watchdog (been a while so have to look again). Thus a problem. Can probably change the kernel so timer 1 is free but not sure if DSP/BIOS will trounce on the hardware anyways if set CLK to Timer1. Thoughts? Anyone been through this? I noticed in the latest release a note about not using Linux and DSP/BIOS together (know have to remove any devices want DSP to control from kernel but more interested in just running tasks/queues at the moment):
"NOTE: For this release, TI recommends choosing either the ARM Linux drivers or the DSP BIOS Drivers for
execution but not both at the same time."
Thanks,
Kev