Bifferboard
rtl8192su with OpenWRT for Bifferboard
Hi, to compile this WLAN stick, you have to choice rtl8192su driver in kernel_menu config. If you can not select this package as build-in, then try to follow this. After this I could stick the rtl8192su driver as build-in. After booting the image I tried to make a wifi detect. Unfortunately the output was … Weiterlesen
Bifferboard BIFFBOOT config
Here is my config for biffboot which I am using at the moment. Configuration values: bootsource: on-board flash console: enabled nic: enabled boottype: Linux 2.6 parameter block loadaddress: 0×00400000 cmndline: console=uart,io,0x3f8 rootfstype=squashfs,jffs2 kernelmax: 0×0010
Using Bifferboard as WLAN client
Hi, I just want to write my steps down which I have done until now to get my Wireless USB dongle to work on bifferboard. I have a “PHILIPS” usb stick with a “zd1211b” chipset. To make it work you have to choice the following packages in menuconfig: Kernel modules -> Wireless Drivers -> kmow_zd1211rw … Weiterlesen
Realtime Beispiel mit OpenWRT für Bifferboard
Als erstes laden wir das aktuelle OpenWRT für unser Bifferboard mit: #git clone git://github.com/bifferos/openwrt.git Danach noch die schritte bevor wir uns ans Compilieren machen cp bifferboard_example_config .config make package/symlinks make menuconfig dann in menü folgendes auswählen “Base system” -> “rtai-led-demo” Abschließend mit einem #make das ganze compilieren und mit #./tools/bifferboard/bb_eth_upload8.py eth0 00:01:02:03:04:05 auf unsere Board … Weiterlesen