Please help me make sure I'm following the right path to get from here to there...
OBJECTIVE:
- Custom DM6467T board designed with EVM as reference.
- Powers up and runs one video codec only, doing analytics on video passing through.
- Codec is not a "chroma key" app, but that's a sufficient alias for now.
CURRENT STATUS:
- Custom boards in fab.
- Able to flash NAND with UBL, U-Boot, Kernel.
- FS not in NAND yet but will be (no hard disk on custom board)
- Able to compile code and build codec package
- Part way through building codec server package
QUESTION:
So what are the BIG PICTURE steps to get from my current status to my objective?
I'd like a little guidance to make sure I don't spend weeks going down a wrong path. My guess would be, and please correct me:
- Finish codec server package
- Learn how to install that on EVM so it can be used
- Optionally modify encodedecode source to call my codec instead of [H.264 for example] to confirm codec presence
- Write my own application to load CE, perhaps learning (liberally) from encodedecode source (leverage step above)
- Figure out how to replace EVM startup demo program config with my app. Dunno that much about Linux
- At this point, I should be able to power up EVM and it run my codec, just like the final appliance will do.
I'll leave out the detail beyond that for now. Anyway, Is that a proper path, or am I missing something. Please share some links or search keywords for how to actually DO those things!
Thanks very much,
Helmut