Differences
This shows you the differences between two versions of the page.
| — |
ru:toh:netgear:wnr3500l [2013/01/14 22:33] (current) alexandro создано |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Netgear WNR3500L ====== | ||
| + | ===== Supported Versions ===== | ||
| + | ^ Модель/версия ^ Время появления ^ S/N ^ Поддерживаемая версия OpenWrt ^ Разное ^ | ||
| + | | WNR3500U | ? | - | **V1 в транке с 11.01.2013** | Есть древняя версия OpenWrt [[http://www.myopenrouter.com/download/list?cat=52|здесь]] | | ||
| + | | WNR3500L | ? | - | **V1 в транке с 11.01.2013** | - | | ||
| + | |||
| + | ===== Hardware Highlights ===== | ||
| + | ^ Модель ^ CPU ^ Ram ^ Flash ^ Network ^ USB ^ Serial ^ JTag ^ | ||
| + | | WNR3500U | Broadcom BCM4718A@480MHz | 64MiB | 8MiB | 4 x 1 | Yes | Yes | ? | | ||
| + | | WNR3500L | Broadcom BCM4718A@453MHz | 64MiB | 8MiB | 4 x 1 | Yes | Yes | ? | | ||
| + | | ::: | Broadcom BCM4716A@457MHz | ::: | ::: | ::: | ::: | ::: | ? | | ||
| + | | WNR3500Lv2 | Broadcom BCM5357 | 128MiB NAND flash| 128MiB | 4 x 1| yes| yes | ? | | ||
| + | |||
| + | ===== Установка ===== | ||
| + | wnr3500 V2 **не поддерживается** OpenWrt! | ||
| + | |||
| + | wnr3500 V1 в основном работает, начиная с trunk'овой версии от 11.01.2013 ([[https://dev.openwrt.org/ticket/7198|тикет 7198]]). | ||
| + | |||
| + | - подготовка прошивки | ||
| + | - Скачайте и распакуйте [[http://downloads.openwrt.org/snapshots/trunk/brcm47xx/OpenWrt-ImageBuilder-brcm47xx-for-linux-x86_64.tar.bz2|ImageBulder]], [[http://wiki.openwrt.org/doc/howto/obtain.firmware.generate|подробности в документации]] | ||
| + | - Исправьте конфиг сети (возможно, уже исправлено в транке) | ||
| + | - скопируйте target/linux/brcm47xx/base-files/etc/init.d/netconfig в files/etc/init.d/ | ||
| + | - замените ''if (nvram["boardtype"] == "0x04cf")'' на ''if (tolower(nvram["boardtype"]) == "0x04cf")'' | ||
| + | - Соберите прошивку | ||
| + | - ''make image PROFILE=Broadcom-b43 PACKAGES='kmod-bgmac' FILES=files/'' | ||
| + | - Собранная прошивка будет в файле bin/brcm47xx/openwrt-brcm47xx-squashfs.trx | ||
| + | - Если текущая прошивка не позволяет писать напрямую на флэш-ку, поставьте сначала [[http://www.dd-wrt.com/routerdb/de/download/Netgear/WNR3500L/-/dd-wrt.v24-14311_NEWD-2_K2.6_mini-WNR3500L.chk/3467|dd-wrt]] | ||
| + | - dd-wrt также может быть использована для перепрошивки при помощи [[http://www.myopenrouter.com/article/20501/Reset-Debrick-NETGEAR- | ||
| + | WNR3500L-Pin-Short-Method/|pin-short debricking/reseting]] | ||
| + | - настройте сеть на своем компьютере (подключите к lan-порту, назначьте адрес из подсети 192.168.1.0/24) | ||
| + | - через веб (192.168.1.1) поменяйте пароль и затем зайдите на сервер телнетом | ||
| + | - скопируйте прошивку на роутер | ||
| + | - ''scp username@192.168.1.X:path/to/openwrt-brcm47xx-squashfs.trx /tmp/'' | ||
| + | - перепрошейте | ||
| + | - ''mtd -r write /tmp/openwrt-brcm47xx-squashfs.trx linux'' | ||
| + | - по завершению процесса Вы должны быть способны зайти телнетом на роутер под управлением openwrt | ||
| + | |||
| + | ===== Hardware ===== | ||
| + | ==== Info ==== | ||
| + | * SoC: Broadcom BCM4718A | ||
| + | * Switch : Broadcom BCM53115s | ||
| + | |||
| + | ==== Photos ==== | ||
| + | {{:toh:netgear:wnr3500l_2010.jpg?400}} | ||
| + | |||
| + | To open the box, remove the screw on the right side (when standing up), then push and slide the right cover to the bottom (where the screw is)... | ||
| + | |||
| + | {{:toh:netgear:netgear_3500l_v2_hardware.jpg?400|3500Lv2 board}} | ||
| + | |||
| + | Netgear 3500Lv2 board | ||
| + | |||
| + | ==== Buttons ==== | ||
| + | This device has 2 programmable buttons (classic reset button and WPS on the front). | ||
| + | There is also an on/off switch on the rear side. | ||
| + | |||
| + | ==== Serial ==== | ||
| + | A 1x6 pin header (JP1) is already soldered in this router. | ||
| + | |||
| + | | ''[VCC] [RX] [ ] [ ] [TX] [GND]'' | | ||
| + | |||
| + | Serial port settings are 115200@8n1. USB to TTL modules are self powered and only need 3 wires (RX, TX and GND). | ||
| + | |||
| + | Connect first GND, then TX to the RX pin of USB Module. It also works with these 2 pins only for readonly. VCC +3,3V pin is used for powering non USB RS232-TTL cables. | ||
| + | |||
| + | |||
| + | ===== Other Info ===== | ||
| + | * [[http://kb.netgear.com/app/answers/detail/a_id/2649/~/gpl-open-source-code-for-programmers|Netgear GPL sources]] | ||
| + | * [[http://www.myopenrouter.com/downloads/file/109/WNR3500L_OpenSourceGuide.pdf|Netgear Open Source Guide]] | ||
| + | |||
| + | ===== Tags ===== | ||
| + | For some Help with the Tags, please have a look here: [[meta/tags]] | ||
| + | |||
| + | {{tag>GigabitEthernet FastEthernet 5Port 2PHY USB JTAG SERIAL 802.11bgn BCM4718 b43 NonDetachableAntenna 64RAM 8Flash MIPS 74K}} | ||
ru/toh/netgear/wnr3500l.txt · Last modified: 2013/01/14 22:33 by alexandro
This text is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
