Hi there,
I have an LCDK OMAPL138, and am running CCS v5.4 w/ the latest version of SYSBIOS.
I need to store some data, preferably on the SD card, so that after the board is powered down and brought back up again, it can read this data and resume processing. Ideally I would like to use the Arm side to do this and leave the DSP to the number crunching. What would be the best way to do this? I would like to run SYSBIOS on both the DSP and the GPP to be consistent and light weight. I have read a little bit about RTFS which I understands leverages PSP, but not sure if this will work on the ARM. Is it fully supported? Or do I need to re-think the decision to stick w/ SYSBIOS on the ARM side and go with the not-so-lean-and-mean Linux?
Thanks.