Ich habe als Diplomarbeit den Überbegriff "Embedded Linux" gewählt. Konkret verwende ich OpenWRT um folgende 2 Embedded Devices zu betreiben:
MP3 Jukebox, Bluetooth Steuerung, Last.fm support, Webradio Unterstützung. Basierend auf einer ASUS Wrt 500GP Hardware. Die MP3's werden entweder auf einem ...Read More
MP3 player, Screenshots">
Some pics about the WIP MP3 player based on OpenWRT.
Front view
Control the player with your mobile phone...
Read More
I've created some useful (my opinion) packages for OpenWrt - Atheros platform. They were not applied to the trunk, I don't know why but you may download them here:
Atheros GPIO LED driver - a kernel module which will create the ...Read More
WL500GP + OpenWrt + Lcd4linux = Jukebox">
I committed some packages to the OpenWrt trunk, some are already applied others not yet. I use Lcd4Linux to fill display, MPD as music player, scmpc to submit the played tracks to last.fm. Here are some pics:
Read More
I want to toggle the WIFI on my OpenWrt when I press the reset button, per default OpenWrt just halts the system.
Most information is from the OpenWrt WIKI
** EDIT, 1.10.2008 **
this was an openwrt bug, check #2774 and #2772.
1) edit ...Read More
GPIO">
I was unable to find a precompiled GPIO module for the Atheros build. So I created a new Openwrt Package which is based on Ticket #1172. The module itself was created by olg and is hosted here.
On this site you ...Read More
I will use the Serial Port to connect La Fonera, there are also other methods to flash Openwrt on La Fonera but my Router was bricked somehow I just had this solution (RedBoot) left..
This method is completely soldering less; I ...Read More
I use my old Palm IIIc as a Serial Console for my OpenWRT router. Palm use, like my Asus WL500G Premium OpenWRT router, TTL serial levels inside the box. I opened my Palm and on the “LA CUCARACHA NEGRA” PCB ...Read More
I want to connect my Asus WL500 Premium with the serial console. On the ASUS mainboard are UART connectors, RX, TX and GND. But the voltage level of those signals is 0..3,3v where RS232 use -12v..12v. If you would connect ...Read More
MP3 player with keyboard and display">
Enable an usbkeyboard for OpenWRT
Insert those modules:
insmod /lib/modules/2.4.30/input.o
insmod /lib/modules/2.4.30/evdev.o
insmod /lib/modules/2.4.30/hid.o
Download HERE
To compile those modules yourself, you need to enable the following kernel option:
Input core support --->
Input core support
Keyboard support
...Read More
SVN Version including patched plugin_mpd">
I've compiled the SVN version of LCD4Linux (Version 0.10.2-SVN-772) and patched the mpd plugin for OpenWRT v0.9 (kamikaze).
Get the source here: lcd4linuxsvn-src.tar.bz2,
or just the PATCH.
How to install the binaries:
1) get libmpd.tar and copy it's content to /lib (home of libmpd: ...Read More
As I buyed an ASUS wl500 device, I tried to compile the firmware myself, which is quite an easy task (hint: don't forget to increase the andLinux disk-image!).
I use andLinux (check the andLinux wiki) as my Linux environment. I replaced ...Read More