I'm on to my next product generation. Thanks to all who helped me before.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I'm on to my next product generation. Thanks to all who helped me before.
By the way, two things:
1) If I stop my application and then reload it, it takes as little as 6 seconds to get going again, rather than 60 seconds. It seems the codec engine is already loaded and the codec is already in the DSP, so things go fast. However, I'm running my application with a script that removes ??? from memory, so I'm not sure how this can be. Regardless, might it be possible to preload this business, so that even on the first time after a cold start, it only takes 6 seconds for the codec engine etc to load?
2) I was able to speed up, perhaps from 60 seconds to 40, by removing old .c files from the CCS project folder. I hate this "if it's there, compile and link it" mentality of CCS and linux. This makes it impossible to easily archive older source versions in the same folder. Anyway, this reduced the size of the .x64P file, and in turn the load speed.
-Helmut
Hi Helmut,
I am expert of fast boot for embedded Linux.
Here you can find sample boot log of Fast Boot of Embedded Linux Network Camera on DM6467 in 5.5 sec. More details you can find on page http://www.makelinux.com/emb/fastboot/. Fastest boot time of bare Linux I've achieved is 300 ms on OMAP
I can sell you source code of my solution or I can perform optimization of your code.
Please contact me at const@makelinux.com
Constantine: I've been emailing you but have not gotten a response. Are you receiving my emails? Were you possibly out of town or off work last week? (If you're not getting my email, please send me a private message through this forum and we can connect by phone.) Thanks. -Helmut
Others: Any other suggestions for boot speed would be greatly appreciated.