floe wrote:Thank you guys, I hadn't found that yet. I've only looked on the Infineon (?) webpage, which didn't have the datasheet. Good I have some holiday right now, time to read a bit..
It's unfortunate that the data sheet is quite rubbish. If you want to find something out about the chip, it might be worth looking at the 2.4.32 sources from Midge and then forward porting to 2.6.
Midge SVN is at:
http://midge.vlad.org.ua/svn/trunk/openwrt-midge/
It definitely built with the 'lite' configuration @change number 754 - I tried this over the week-end.
svn co -r 754 http://midge.vlad.org.ua/svn/trunk/openwrt-midge
cd ./openwrt-midge
cp target/linux/adm5120-2.4/openwrt-config-midge-lite .config
make menuconfig DEVELOPER=1
make V=99
Hope this helps.