Hi All,
I am developing DM816x base on DVR RDK. After some digging, I found that the provided (from Udworks) is build from arago. My project require fair a amount of external package and cross compile seems to be a tedious work. I am attract to use Angstrom file system as it support opkg package management system.
I have try to recompile whole DVR RDK (including QT) using angstrom compiler but upon execuation of DVR RDK, the program just stop half way. No error is giving out.
My question would be:
1. Is it feasible to recompile DVR RDK using angstrom tool-chain?
2.When I recompile using angstrom tool-chain, do I also require to compile for linux kernel using angstrom-tool-chain? So far I am using original TI-kernel(compiled with Code Sourcery) and is working fine. When I boot using angstrom compiled kernel, I saw some kernel panic message.
3.Is there any better option that I can use out there instead of Angstrom?
Thank you very much.