hardware:fon2100
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| hardware:fon2100 [2007/09/08 22:48] – created kratz00 | hardware:fon2100 [2008/01/02 18:05] (current) – kratz00 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| The default fon2100 was useless to me so I decided to put http:// | The default fon2100 was useless to me so I decided to put http:// | ||
| - | Screenshot of the webinterface before flashing the device. | + | Screenshot of the webinterface before flashing the device: |
| - | .... | + | {{hardware: |
| ==Hacking the device to gain ssh access to prepare the firmware flash process== | ==Hacking the device to gain ssh access to prepare the firmware flash process== | ||
| Line 8: | Line 8: | ||
| ==Flashing the device== | ==Flashing the device== | ||
| + | |||
| + | ==Upgrading OpenWrt== | ||
| + | backup configuration files first: | ||
| + | |||
| + | / | ||
| + | / | ||
| + | / | ||
| + | |||
| + | < | ||
| + | cat / | ||
| + | dev: size | ||
| + | mtd0: 00030000 00010000 " | ||
| + | mtd1: 000c0000 00010000 " | ||
| + | mtd2: 006f0000 00010000 " | ||
| + | mtd3: 005f0000 00010000 " | ||
| + | mtd4: 0000f000 00010000 "FIS directory" | ||
| + | mtd5: 00001000 00010000 " | ||
| + | </ | ||
| + | |||
| + | First the kernel is updated | ||
| + | < | ||
| + | cd /tmp | ||
| + | wget http:// | ||
| + | mtd -e vmlinux.bin.l7 write openwrt-atheros-2.6-vmlinux.lzma vmlinux.bin.l7 | ||
| + | </ | ||
| + | |||
| + | and second the squashfs image | ||
| + | < | ||
| + | wget http:// | ||
| + | mtd -e rootfs -r write openwrt-atheros-2.6-root.jffs2-64k rootfs | ||
| + | </ | ||
| + | |||
| + | After the reboot the router has following settings: | ||
| + | < | ||
| + | LAN: 192.168.1.1/ | ||
| + | WAN: DHCP | ||
| + | WIFI: Disabled | ||
| + | Telnet: Enabled until root password set | ||
| + | SSH: Used after setting root password | ||
| + | </ | ||
| + | |||
| + | |||
hardware/fon2100.1189284528.txt.gz · Last modified: by kratz00
