ASAP I' ll try to improve this article. Now here is step by step installation of OpenWrt for experienced user. NOT for beginners.
Version/Model | Launch Date | S/N | OpenWrt Version Supported | Model Specific Notes |
---|---|---|---|---|
- | - | - | trunk r28395 | - |
CPU | Ram | Flash | Network | USB | Serial | JTag |
---|---|---|---|---|---|---|
Atheros 2315A@180MHz | 16MiB | 4MiB | 1 + 4 | No | Yes | ? |
From Attitude Adjustment generic repo
You are doing everything at your own risk! Nobody is responsible for what you are doing. Don't do it if you don't know what you are doing! Incomplete BETA version of text!
.bat
(Because port 10.10.12.72:9000 open only 1 second):redboot putty.exe -telnet -P 9000 10.10.12.72 goto redboot
fconfig -l
fis init
y
load -r -b %{FREEMEMLO} openwrt-atheros-vmlinux.lzma
fis create -r 0x80041000 -e 0x80041000 vmlinux.bin.l7
load -r -b %{FREEMEMLO} openwrt-atheros-root.squashfs
fis free
fis create -l 0x2E0000 rootfs
fis list
reset
1) Telnet to 10.10.12.72 (alt. 192.168.1.1) on port 9000 to get Redboot prompt
RedBoot> fis load -l vmlinux.bin.l7 RedBoot> go 0x80041000
2) Now you can see Open Wrt promt.
root@OpenWrt:/#
3) Thus you have to correct booting procedure. Reboot device
Telnet to 10.10.12.72 RedBoot> fconfig -l RedBoot> fconfig boot_script_data
Enter following:
fis load -l vmlinux.bin.l7 go 0x80041000
Save and reboot.
Port | Switch port | Router's port label | Interface |
---|---|---|---|
LAN | Port 0 | LAN 4 | eth0.1 |
LAN | Port 1 | LAN 3 | eth0.1 |
LAN | Port 2 | LAN 2 | eth0.1 |
LAN | Port 3 | LAN 1 | eth0.1 |
WAN | Port 4 | Cable/DSL | eth0.2 |
CPU | Port 5 | N.A. | eth0 |
To find out the dev switch name:
root@OpenWrt:~# swconfig list Found: switch0 - eth0
To check the switch ports list:
root@OpenWrt:~# swconfig dev switch0 show Global attributes: enable_vlan: 1 name: IP175C phy: 0 reg: 0 val: 12544 Port 0: status: up, 10 Mbps, full duplex, auto-negotiate link: 10 tagged: 0 pvid: 1 Port 1: status: down, auto-negotiate (in progress) link: 0 tagged: 0 pvid: 1 Port 2: status: down, auto-negotiate (in progress) link: 0 tagged: 0 pvid: 1 Port 3: status: down, auto-negotiate (in progress) link: 0 tagged: 0 pvid: 1 Port 4: status: up, 100 Mbps, full duplex, auto-negotiate link: 100 tagged: 0 pvid: 2 Port 5: status: up, 100 Mbps, cpu port link: 100 tagged: 1 pvid: 0 VLAN 1: vid: 1 ports: 0 1 2 3 5t VLAN 2: vid: 2 ports: 4 5t