Saturday, December 4, 2010

New android mobile

Started using samsung galaxy s android mobile... The best smart phone ... I will write my review soon :)
Published with Blogger-droid v1.6.5

Saturday, September 25, 2010

started with PB42 and PB44 reference board and ath9k

hi ,

started working with atheros reference boards PB42,PB44 boards. Boards comes with 2 and 3 miniPCI slots. ar7161 600 Mhz processor , gb ethernet switch, usb connectors.

Now i started porting ath9k using openWRT. that is done...

the ath9k is not like madwifi. the commands are different.

need to learn configuration, commands, testing methods.

Tuesday, July 27, 2010

VLAN support + madwifi-r3314 + kernel > 2.6.30

Hi,

after porting i was testing the features of the AP. while testing VLAN was not working with
the kernel 2.6.32.14. while looking at the "netdevice.h" file the net_device structure coding has been changed from the kernel version 2.6.29 onwards.
But madwifi supports only kernels upto 2.6.28

Now its time to add the patches into madwifi code to add support for vlan....

Got the link from the below site
http://de-mirror.org/distro/frugalware/frugalware-testing/source/network/madwifi/

added the patches manually ... finally it started working...... tested upto 8 VAPS with 8 different VLAN tags....

Jul 27 2010

Tuesday, July 6, 2010

Linux Embedded Board Partition confusions

Hi...

After board bring up (LS-SR71), now need to add the option firmware upgrade through WEB-GUI...
For that i need to use mtd utilities (MTD)
Inside board,
When i give "cat /proc/mtd" i can see 5 partitions
mtd0: "redboot"
mtd1: "kernel"
mtd2: "rootfs"
mtd3: "FIS directory"
mtd4: "RedBoot config"

but when in /dev/ directory there are 7 mtd devices(both character device and block device)
namely mtd0 to mtd6 and mtdblock0 to mtdblock6 ....

I can't write my kernel file in mtd1.
only possible way is writing kernel in mtd2 and rootfs in mtd4 ....

I want some explanation... ??

Thursday, July 1, 2010

UBNT LS-SR71 Board Bring up --- Successfully Done :)

Hi,

The Next Hardware Board which has AR71xx series Processor. Made it work finally... Lot of problems i faced during the Board Bring up.

Finally its up and running.... Thanks to openwrt....

The Next step i done is ported my own SDK to UBNT LS-SR-71 Board....

Here are Specification

Board - UBNT LS-SR71 - AR7161 with 600Mhz
8 MB Flash (Nor)
32 MB RAM

Kernel - Linux 2.6.32.14 (openwrt patched)
Wireless - Madwifi r3314 ( Base Code taken from openwrt) but Done some changes to add
support to WDS mode

Now started testing ......

Sunday, April 4, 2010

Routerboard 411 openwrt porting with MADWIFI

successfully ported the openwrt trunk+madwifi wireless driver into RB411 board...

Initially find some problems with wireless interface and Ethernet interface detection.

Finally integrated everything.. and working fine

Kernel 2.6.32
Madwifi r3314