Quote:
Originally Posted by mattrayetta 
There is source code for the S,U C and X models at pasctraining.panasonic.com/firmware/Content/Plasma.ASP although i haven't been able to make any useful sense of it.

There is source code for the S,U C and X models at pasctraining.panasonic.com/firmware/Content/Plasma.ASP although i haven't been able to make any useful sense of it.
Based on what I looked at..
This is just their release of the Linux kernel they use (a variant of a standard 2.6.10 Linux kernel), which is required under the GPL. All companies that base their products on Linux must do this. It might contain an interesting tidbit or two where they needed to put some detail directly in a driver, but will not contain _any_ of their "application" code, which would likely have all the algorithms, interesting EEPROM locations etc.
Application code (where the action is) that runs on top of Linux doesn't need to be published unless it directly modifies a Linux API or interfaces with the kernel directly (like a driver does).
-Jim



















