Show pagesourceOld revisionsBacklinksBack to top × Table of Contents 3Com 3CRWER100-75 Supported Versions Hardware Highlights Downloading files Installation Verify OpenWrt installation Serial on JP1 Switch Ports Tags 3Com 3CRWER100-75 This device is NOT RECOMMENDED for future use with OpenWrt due to low flash/ram. DO NOT BUY DEVICES WITH 4MB FLASH / 32MB RAM if you intend to flash an up-to-date and secure OpenWrt version onto it! See 4/32 warning for details. 1) This device does not have sufficient resources (flash and/or RAM) to provide secure and reliable operation. This means that even setting a password or changing simple network settings might not be possible any more, rendering the device effectively useless. See OpenWrt on 4/32 devices what you can do now. 2) OpenWrt support for this device will end after 2019. 19.07 will be the last official build for 4/32 devices. After 19.07, no further OpenWrt images will be built for 4/32 devices. See OpenWrt on 4/32 devices what you can do now. ASAP I' ll try to improve this article. Now here is step by step installation of OpenWrt for experienced user. NOT for beginners. Supported Versions Version/Model Launch Date S/N OpenWrt Version Supported Model Specific Notes - - - trunk r28395 - Hardware Highlights CPU Ram Flash Network USB Serial JTag Atheros 2315A@180MHz 16MiB 4MiB 1 + 4 No Yes ? Downloading files OpenWrt From Attitude Adjustment generic repo Kernel: openwrt-atheros-vmlinux.lzma RootFS: openwrt-atheros-root.squashfs Other SW TFTP http://tftpd32.jounin.net/tftpd32_download.html Putty http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html Installation 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! Operating system Set your IP: 10.10.12.2 (alt. 192.168.1.101) Mask: 255.0.0.0 TFTP Start server listening on: 10.10.12.2 (alt. 192.168.1.101) Putty Telnet to 10.10.12.72 (alt. 192.168.1.1) on port 9000 to get Redboot prompt It's better to use .bat (Because port 10.10.12.72:9000 open only 1 second) You can use some usefull script from https://gist.github.com/shayas/ :redboot putty.exe -telnet -P 9000 10.10.12.72 goto redboot RedBoot Verify config ( last point where you can stop the procedure ) fconfig -l Clear flash fis init Agree with format y Download kernel from TFTP server load -r -b %{FREEMEMLO} openwrt-atheros-vmlinux.lzma Create partition for kernel fis create -r 0x80041000 -e 0x80041000 vmlinux.bin.l7 Download RootFS from TFTP server load -r -b %{FREEMEMLO} openwrt-atheros-root.squashfs Check free space fis free Create partition for RootFS. Replace 0x2E0000 for number you get as difference between last number of free space and the first number. All in hex. fis create -l 0x2E0000 rootfs Verify partition table fis list Reboot into OpenWrt reset Verify OpenWrt installation Telnet to 192.168.1.1 on standard port(23) If it does not work try: 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. Serial on JP1 brown = gnd red = tx orange = rx Switch Ports 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 Tags How to add tags ath25, 4Flash, 16RAM, 802.11bg, 2Ant, DetachableAntenna, FastEthernet, 5Port, integrated, Serial This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.OKMore information about cookies ath25 4Flash 16RAM 802.11bg 2ant detachableantenna fastethernet 5port integrated serial Last modified: 2021/04/03 13:28by brunorf