RMerlin wrote:If you're talking about the firmware called WDLXTV, everything is in the SVN repo. dmaosd is closed source, so there is no source code for it. WDLXTV isn't built from sources, it's built from component assembly.
Is SVN repo you're talking about -
http://svn.wdlxtv.com/svn/wdlxtv-live ? Is there some guide on how to build a firmware from WDLXTV repo? (I have almost no experience on Linux, but have an intention to learn) /build contains only "version", yet I've tried to search for makefiles in /trunk with no luck.
Also, maybe someone have a clue:
1. Does all multimedia receiving-->decoding-->playback process is performed in DMAOSD or there are several components acts together?
2. Is there an access to HDMI signalling from homebrew apps?
3. Is there a disassembler/decompiler for ELF/MIPS which is capable to understand calls to dynamic libraries (like fopen, recv, select, etc.). I've tried to use
REC Studio Decompiler and IDA -- they both shows an import table, but leave some garbish code which even doesn't looks like .SO-calls. Something like "*(*(r28 + -32128))();"