Debian for WDTV Live (running WDLXTV) - Inc. Build Essentials
Back in 2010, b-rad released Debian Squeeze (MIPSEL) for a WDLXTV hacked WDTV:
http://forum.wdlxtv.com/viewtopic.php?f=43&t=494&start=0
I've placed a copy on SourceForge with the script to chroot the image on a hacked WDTV Live (WDLXTV).
Since then, Squeeze is no longer supported, so Debian moved the source repo's.
The original "/etc/apt/sources.list" file needs to be changed:
deb http://archive.debian.org/debian-archive/debian/ squeeze main contrib non-free
deb-src http://archive.debian.org/debian-archive/debian/ squeeze main contrib non-free
You can then install Squeeze packages: eg:
apt-get update
apt-get install debian-archive-keyring
apt-get install build-essential
Which gives you a basic GCC environment.
...
High Speed Karlsruhe open automotive code initiative
Since the summer of 2010, the FSAE team High Speed Karlsruhe uses Infineon's XC878 to power its electronics.
The XC878 is an 8052 compatible 8-bit µC. Our dedication is to 8-bit real time applications, guaranteed by the powerful peripherals of the XC878.
This project aims to publish those portions of our code, which may be of use to a wider audience.
...Also supports: Xilinx FPGA configuration, FPGA SSI interface, smart card reader etc.
Tested partially (different modules in each case) on ATMega163/16/32/323/8.
Awards
CodeProject 2010, Third Prize, Hardware and Device Programming
Check the Wiki Page for more details.