The latest Debian release to support WiFi ( DLink WUA1340) /WPA2/ with the fixed IP is added to Bipom FTP public server (bipomftp@www.bipom.com)
FTP Username = bipomftp
FTP Password = guest123!
http://www.bipom.com/support/gadgetpc/bipomftp.pngLinux kernel: linux2.6.30.4_06Feb2010.tar.bz2
RootFS (Debian Lenny): debian_rootfs_06Feb2010.tar.bz2
Platform: BiPOM ARM9260
Features: UVC camera, DLink WiFi interface, mc, swap support, man-db, WAP2-PSK, ssh, telnetd
To run the system it is necessary to:
- prepare a dual-partition USB drive
Read
http://www.bipom.com/documents/boards/gadgetpc/GadgetPC%20Debian%20Installation%20Guide.pdf ;
- adapt U-Boot of Gadget PC to mount USB drive as ROOTFS
setenv bootargs mem=32M console=ttyS1,115200 root=/dev/sda2 rw rootwait
setenv bootcmd \'usb start; fatload usb 0:1 0x21000000 uimage; bootm 0x21000000\'
saveenv
;
- adapt /etc/network/interfaces to your network
# The wireless network WPA2-PSK interface
auto wlan0
iface wlan0 inet static
address 192.168.1.211
netmask 255.255.255.0
gateway 192.168.1.1
wpa-psk "your_password"
wpa-driver wext
wpa-key-mgmt WPA-PSK
wpa-proto WPA2
wpa-ssid "your_ssid"
;
- assign WPA2-PSK authentication to your wireless network