Posted: Tue Oct 10, 2006 12:37 pm Post subject: lcd4linux |
|
|
Hello
As see on my I2C-Topic i use the lcd4linux-package.
But the lcd4linux in the downloded ipkg or from the toolchain has
all hardware-drivers but only the wireless-plugin.
The wireless-plugin is not needed for the Edimax-router.
The other plugins (loadavg,exec,proc_stat,uptime,netdev,meminfo)
are missing.
We do not need all hardware-driver. Unneeded driver or unneeded
plugins use only memory.
The package will be configured with the .configure-script but
we are on a crosscompile-system.
To build your own lcd4linux you must edit the Makefile in
trunk/openwrt/package/lcd4linux .
This Makefile call the .configure-script with needed parameters .
Edit line 49 "--with-drivers= ...."
and line 50 "--with-plugins= ...."
then from trunk/openwrt do
make package/lcd4linux-clean V=99
make package/lcd4linux-install V=99
You have a new lcd4linux_xyz.ipkg on trunk/openwrt/bin/packages .
You can download my lcd4linux (only HD44780 and Curses-Driver) und
my Makefile from http://www.ipb-halle.de/~ronald/ADM5120/lcd4linux/ _________________ 2x Edimax BP6104K + USB-Mod
I2C-Bus with 40x2 LCD, RTC, ADC, DAC |
|