450 mb/s vezeték nélküli n-es gigabites router
Содержание:
- Open Source Code For Programmers (GPL)
- To Upgrade
- To Upgrade
- Аппаратный моддинг
- ДЛЯ ОНОВЛЕННЯ
- Open Source Code For Programmers (GPL)
- Open Source Code For Programmers (GPL)
- To Upgrade
- Восстановление
- Güncelleme İçin
- To Upgrade
- Open Source Code For Programmers (GPL)
- Специальные настройки
- ДЛЯ ОБНОВЛЕНИЯ
- Open Source Code For Programmers (GPL)
- Bootloader Mods
- Programcılar İçin Açık Kaynak Kodu (GPL)
- Open Source Code For Programmers (GPL)
- To Upgrade
Open Source Code For Programmers (GPL)
Please note: The products of TP-Link partly contain software code developed by third parties, including software code subject to the GNU General Public Licence (“GPL“), Version 1/Version 2/Version 3 or GNU Lesser General Public License («LGPL»). You may use the respective software condition to following the GPL licence terms.
You can review, print and download the respective GPL licence terms here. You receive the GPL source codes of the respective software used in TP-Link products for direct download and further information, including a list of TP-Link software that contain GPL software code under GPL Code Center.
To Upgrade
IMPORTANT: To prevent upgrade failures, please read the following before proceeding with the upgrade process
- Please upgrade firmware from the local TP-Link official website of the purchase location for your TP-Link device, otherwise it will be against the warranty. Please click here to change site if necessary.
- Please verify the hardware version of your device for the firmware version. Wrong firmware upgrade may damage your device and void the warranty. (Normally V1.x=V1)How to find the hardware version on a TP-Link device?
- Do NOT turn off the power during the upgrade process, as it may cause permanent damage to the product.
- To avoid wireless disconnect issue during firmware upgrade process, it’s recommended to upload firmware with wired connection unless there is no LAN/Ethernet port on your TP-Link device.
- It’s recommended that users stop all Internet applications on the computer, or simply disconnect Internet line from the device before the upgrade.
- Use decompression software such as WinZIP or WinRAR to extract the file you download before the upgrade.
TL-WR1043ND_V3_151021_US | ||
---|---|---|
Published Date: 2015-10-21 | Language: English | File Size: 4.90 MB |
|
To Upgrade
IMPORTANT: To prevent upgrade failures, please read the following before proceeding with the upgrade process
- Please upgrade firmware from the local TP-Link official website of the purchase location for your TP-Link device, otherwise it will be against the warranty. Please click here to change site if necessary.
- Please verify the hardware version of your device for the firmware version. Wrong firmware upgrade may damage your device and void the warranty. (Normally V1.x=V1)How to find the hardware version on a TP-Link device?
- Do NOT turn off the power during the upgrade process, as it may cause permanent damage to the product.
- To avoid wireless disconnect issue during firmware upgrade process, it’s recommended to upload firmware with wired connection unless there is no LAN/Ethernet port on your TP-Link device.
- It’s recommended that users stop all Internet applications on the computer, or simply disconnect Internet line from the device before the upgrade.
- Use decompression software such as WinZIP or WinRAR to extract the file you download before the upgrade.
TL-WR1043ND_V1_140319 | ||
---|---|---|
Published Date: 2014-03-19 | Language: English | File Size: 4.75 MB |
|
TL-WR1043ND_v1_130428 | ||
---|---|---|
Published Date: 2013-04-28 | Language: English | File Size: 4.44 MB |
|
TL-WR1043ND_V1_130325 | ||
---|---|---|
Published Date: 2013-03-25 | Language: English | File Size: 5.22 MB |
|
Аппаратный моддинг
Внимание: Мы не несем никакой ответственности, за Ваши действия или бездействия, за физический, финансовый, моральный или любой другой ущерб. Помните, вскрывая роутер, Вы лишаетесь гарантии
Данный материал не является пошаговым руководством: Вы должны понимать, что Вы делаете.
Вы были предупреждены.
Мод 64MB памяти
Устройство использует DDR1 16Mbit x 16bit (16Mibit*16=256 mebibit. 256 mebibit/8=32MiByte) чип с частотой 400MHz. Замените его на любой 32Mbit x 16bit чип. 333MHz чипы, вместо 400МГц, также работают отлично. Такого типа чипы найти довольно сложно. Самый простой способ их найти — снять их с DDR-SODIMM модуля памяти. Так как нет 64Mbit x 16Bit DDR1 чипов → мод 128 МБ памяти невозможен!
Проверенные микросхемы памяти:
- Hynix HY5DU121622DTP-D43 (From Mustang DDR-SODIMM 512 MB)
- Infineon HYB25D512160BE (From Infineon DDR-SODIMM 512 MB)
Также могут работать:
Убедитесь, что роутер “увидел” все 64МБ оперативной памяти (используя PuTTY):
1.nvram set sdram_init=0x0013 2.nvram commit 3.reboot
root@OpenWrt:~# free total used free shared buffers Mem: 62104 17472 44632 0 1392 Total: 62104 17472 44632
Мод I²C GPIO
An I²C-bus can easily be added using the GPIO-lines of the AR913x-SoC. So far, the only usable ones which have been confirmed to work are GPIO 5 (the QSS-LED, easily solderable at D10,left pin with ‘+’) as SDA and GPIO 20 (labeled on the pcb, next to the RAM chip) as SCL. There are only two pull-up resistors of 4,7k-10k needed, which have to be soldered between the apropriate GPIO line and Vcc (found at the spot labeled TP3V3, about 2 cm above the WiFi-shielding). The common ground can be obtained from the TP_GND spot (between P1 and the flash chip). Remember this bus runs at 3.3V level, when connecting I²C-devices.
Unfortunately the precompiled packages don’t seem to work properly, so building from sources is most likely necessary. Therefore, make sure the apropriate part of your OpenWRT-config file looks like that:
# # I2C support # CONFIG_PACKAGE_kmod-i2c-core=y CONFIG_PACKAGE_kmod-i2c-algo-bit=y # CONFIG_PACKAGE_kmod-i2c-algo-pca is not set # CONFIG_PACKAGE_kmod-i2c-algo-pcf is not set CONFIG_PACKAGE_kmod-i2c-gpio=y CONFIG_PACKAGE_kmod-i2c-gpio-custom=y
Besides that, check in the kernel-config, that the support for I²C character device is selected. In the kernel config file the appropriate line should look like that:
CONFIG_I2C_CHARDEV=m
To load the kernel module, do a:
insmod i2c-gpio-custom bus0=0,5,20
In many cases, GPIO 5 will already be occupied by the leds-gpio kernel module — causing the above command to fail. In case you don’t need the leds at all, you can just unload the leds-gpio kernel module, remove the package or disable it in the OpenWRT-configuration. As an alternative, you can just release the binding of the QSS-LED in sysfs — thus keeping the function of the other LEDs.
Мод I²C Tiny-USB
Though not really a modification of the internal hardware, the I²C Tiny-USB adapter allows you to extend your router with an I²C bus over USB. It is not as cheap as the I²C-GPIO mod, but will not risk your warranty. Remember this bus runs at 5V level, when connecting I²C-devices.
ДЛЯ ОНОВЛЕННЯ
ВАЖЛИВО: Щоб уникнути проблем при оновленні ПЗ, будь ласка, прочитайте наступну інформацію по процедурі оновлення.
Перевірте відповідність апаратної версії і версії ПЗ. Використання невірної версії ПЗ може пошкодити ваш пристрій і анулювати гарантію. (Зазвичай V1.x = V1)
НЕ рекомендується встановлювати версію ПО, не призначену для вашого регіону. Натисніть тут для вибору регіону і завантажте найбільш актуальну версію програмного забезпечення.
- НЕ відключайте живлення під час процесу оновлення, оскільки це може завдати шкоди маршрутизатору
- НЕ оновлюйте ПЗ маршрутизатора по Wi-Fi, за винятком тих випадків, коли це є єдиним можливим способом.
- Рекомендується, щоб всі користувачі припинили використовувати всі інтернет-додатки на комп’ютері або відключили мережевий кабель від клієнтських пристроїв перед оновленням.
TL-WR1043ND_V2_150910 | ||
---|---|---|
Дата публікації: 2015-10-23 | Мова: Английский | Розмір файлу: 4.73 MB |
|
TL-WR1043ND_V2_140613 | ||
---|---|---|
Дата публікації: 2014-06-13 | Мова: Английский | Розмір файлу: 5.35 MB |
|
TL-WR1043ND_V2_130925 | ||
---|---|---|
Дата публікації: 2013-09-25 | Мова: Английский | Розмір файлу: 5.24 MB |
|
Open Source Code For Programmers (GPL)
Please note: The products of TP-Link partly contain software code developed by third parties, including software code subject to the GNU General Public Licence (“GPL“), Version 1/Version 2/Version 3 or GNU Lesser General Public License («LGPL»). You may use the respective software condition to following the GPL licence terms.
You can review, print and download the respective GPL licence terms here. You receive the GPL source codes of the respective software used in TP-Link products for direct download and further information, including a list of TP-Link software that contain GPL software code under GPL Code Center.
Open Source Code For Programmers (GPL)
Please note: The products of TP-Link partly contain software code developed by third parties, including software code subject to the GNU General Public Licence (“GPL“), Version 1/Version 2/Version 3 or GNU Lesser General Public License («LGPL»). You may use the respective software condition to following the GPL licence terms.
You can review, print and download the respective GPL licence terms here. You receive the GPL source codes of the respective software used in TP-Link products for direct download and further information, including a list of TP-Link software that contain GPL software code under GPL Code Center.
To Upgrade
IMPORTANT: To prevent upgrade failures, please read the following before proceeding with the upgrade process
- Please upgrade firmware from the local TP-Link official website of the purchase location for your TP-Link device, otherwise it will be against the warranty. Please click here to change site if necessary.
- Please verify the hardware version of your device for the firmware version. Wrong firmware upgrade may damage your device and void the warranty. (Normally V1.x=V1)How to find the hardware version on a TP-Link device?
- Do NOT turn off the power during the upgrade process, as it may cause permanent damage to the product.
- To avoid wireless disconnect issue during firmware upgrade process, it’s recommended to upload firmware with wired connection unless there is no LAN/Ethernet port on your TP-Link device.
- It’s recommended that users stop all Internet applications on the computer, or simply disconnect Internet line from the device before the upgrade.
- Use decompression software such as WinZIP or WinRAR to extract the file you download before the upgrade.
TL-WR1043ND_V2_150910 | ||
---|---|---|
Published Date: 2015-10-23 | Language: English | File Size: 4.73 MB |
|
TL-WR1043ND_V2_140613 | ||
---|---|---|
Published Date: 2014-06-13 | Language: English | File Size: 5.35 MB |
|
TL-WR1043ND_V2_130925 | ||
---|---|---|
Published Date: 2013-09-25 | Language: English | File Size: 5.24 MB |
|
Восстановление
→ generic.debrick
Примечание: Если вы случайно брикнули свой роутер, перезаписав загрузчик попробуйте следующее:
- Отпаяйте Spansion SPI-Flash (datasheet) от платы. Я использую аллюминиевую фольгу, чтобы защитить остальные элементы платы от излишнего нагрева и выпаиваю микросхему при помощи фена паяльной станции. Получается отлично.
- Найдите способ подключить SPI флеш к чему-либо с SPI интерфейсом…. Я использовал AVR микроконтроллер. Тут Вы можете скачать документацию с дополнительной информацией. Attention, the PDF is mirrored and it is intended to manufacuring boards with the direct toner method.
- Прошейте bootloader на флеш-память. Я взял bootloader с аналогичного wr1043nd.
- Припаяйте чип назад на роутер, соблюдая ключ.
- The router shall now be unbricked.
Güncelleme İçin
ÖNEMLİ: Güncelleme hatalarını önlemek için, güncelleme işlemine devam etmeden önce aşağıdakileri okuyunuz
- Cihaz yazılımı sürümü için, cihazınızın donanım sürümünü doğrulayın. Yazılımın yanlış güncellenmesi cihazınıza zarar verebilir ve garantiyi geçersiz kılabilir. (Normalde V1.x = V1)
Bölgeniz için olmayan bir firmware güncellemesi önerilmemektedir. Bölgenizi seçmek ve en uygun firmware sürümünü indirmek için lütfen burayı tıklayın. (Örneğin, AB’nin ve ABD’nin üretici yazılımı farklı donanım sürümleridir) - Ürünü kalıcı bir hasara uğratmamak için güncelleme işlemi sırasında gücü KAPATMAYIN.
- Yazılımı kablosuz bağlantı yoluyla GÜNCELLEMEYİN.
- Kullanıcıların bilgisayardaki tüm Internet uygulamalarını durdurmaları veya güncellemeden önce Internet hattını cihazdan çıkarmanız önerilir.
- Güncellemeden önce indirdiğiniz dosyayı ayıklamak için WinZIP veya WinRAR gibi yazılımlar kullanın.
TL-WR1043ND(EU)_V4_160607 | ||
---|---|---|
Yayın Tarihi: 2016-06-07 | Dil: İngilizce | Dosya Boyutu: 5.11 MB |
|
To Upgrade
IMPORTANT: To prevent upgrade failures, please read the following before proceeding with the upgrade process
- Please upgrade firmware from the local TP-Link official website of the purchase location for your TP-Link device, otherwise it will be against the warranty. Please click here to change site if necessary.
- Please verify the hardware version of your device for the firmware version. Wrong firmware upgrade may damage your device and void the warranty. (Normally V1.x=V1)How to find the hardware version on a TP-Link device?
- Do NOT turn off the power during the upgrade process, as it may cause permanent damage to the product.
- To avoid wireless disconnect issue during firmware upgrade process, it’s recommended to upload firmware with wired connection unless there is no LAN/Ethernet port on your TP-Link device.
- It’s recommended that users stop all Internet applications on the computer, or simply disconnect Internet line from the device before the upgrade.
- Use decompression software such as WinZIP or WinRAR to extract the file you download before the upgrade.
TL-WR1043ND_V3_151021_US | ||
---|---|---|
Published Date: 2015-10-21 | Language: English | File Size: 4.90 MB |
|
Open Source Code For Programmers (GPL)
Please note: The products of TP-Link partly contain software code developed by third parties, including software code subject to the GNU General Public Licence (“GPL“), Version 1/Version 2/Version 3 or GNU Lesser General Public License («LGPL»). You may use the respective software condition to following the GPL licence terms.
You can review, print and download the respective GPL licence terms here. You receive the GPL source codes of the respective software used in TP-Link products for direct download and further information, including a list of TP-Link software that contain GPL software code under GPL Code Center.
Специальные настройки
Интерфейс
Сетевые настройки по-умолчанию:
Имя интерфейса | Описание | Настройки по-умолчанию |
---|---|---|
br-lan | LAN & WiFi | 192.168.1.1/24 |
eth0 | LAN ports (1 to 4) + WAN | Нет |
wlan0 | WiFi | Отключен |
Порты коммутатора для VLAN (hw ver 1.x)
Порты коммутатора с 1 по 4 подключены к внешним портам LAN(1-4), как они помечены на корпусе, порт 0 — разъём WAN на корпусе.
5 порт подключен внутри к самому роутеру.
Это иллюстрирует таблица ниже:
Порт | Порт коммутатора |
---|---|
Internet (WAN) | |
LAN 1 | 1 |
LAN 2 | 2 |
LAN 3 | 3 |
LAN 4 | 4 |
GMII | 5 |
Порты коммутатора для VLAN (hw ver 2.x)
В апп. версии 2, у процессора два независимых порта, каждый из которых может быть использован для создания trunk, или access-интерфейса.
Соответствие внутренних портов внешним разъёмам и портам процессора показано на рисунке ниже:
Некоторые нюансы, касающиеся версии 10.03.1-rc4 на аппаратной версии 1.8 смотрите .
Безопасный режим
→ OpenWrt Failsafe Mode
Включите ваш маршрутизатор. После того, как индикатор ‘SYS’ начнет мигать, нажмите и удерживайте кнопку QSS (Находится на передней панели справа), до тех пор, пока индикатор ‘SYS’ не начнет мигать быстрее.
Восстановление через последовательную консоль
Вы увидите что-то подобное:
. No valid address in Flash. Using fixed address : cfg1 0xf cfg2 0x7114 eth0 up eth0 Autobooting in 1 seconds
Введите
tpl
в течении 1 секунды. Затем используйте этот метод —
ДЛЯ ОБНОВЛЕНИЯ
ВАЖНО: Чтобы избежать проблем при обновлении ПО, пожалуйста, прочитайте следующую информацию по процедуре обновления. Проверьте соответствие аппаратной версии и версии ПО
Установка неправильной версии ПО может повредить ваше устройство и аннулировать гарантию. (Обычно V1.x =V1)
Проверьте соответствие аппаратной версии и версии ПО. Установка неправильной версии ПО может повредить ваше устройство и аннулировать гарантию. (Обычно V1.x =V1)
НЕ рекомендуется устанавливать версию ПО, не предназначенную для вашего региона. Нажмите здесь для выбора региона и загрузите наиболее актуальную версию ПО.
- НЕ отключайте питание во время процесса обновления, поскольку это может нанести урон маршрутизатору
- НЕ обновляйте ПО маршрутизатора по Wi-Fi, за исключением тех случаев, когда это является единственно возможным способом.
- Рекомендуется, чтобы все пользователи прекратили использовать все интернет-приложения на компьютере или отключили сетевой кабель от клиентских устройств перед обновлением.
Примечание: Конфигурационные файлы могут быть некорректно установлены на новые версии встроенного ПО, требующие сброса на заводские настройки.
Рекомендации по обновлению ПО: Wi-Fi роутер, Wi-Fi роутер с модемом ADSL2+, Усилитель Wi-Fi сигнала
TL-WR1043ND_V2_150910 | ||
---|---|---|
Дата публикации: 2015-10-23 | Язык: Английский | Размер файла: 4.73 MB |
|
TL-WR1043ND_V2_150717 | ||
---|---|---|
Дата публикации: 2015-08-11 | Язык: Английский | Размер файла: 4.64 MB |
|
TL-WR1043ND_V2_140725_RU | ||
---|---|---|
Дата публикации: 2014-07-25 | Язык: Русский | Размер файла: 5.74 MB |
|
Open Source Code For Programmers (GPL)
Please note: The products of TP-Link partly contain software code developed by third parties, including software code subject to the GNU General Public Licence (“GPL“), Version 1/Version 2/Version 3 or GNU Lesser General Public License («LGPL»). You may use the respective software condition to following the GPL licence terms.
You can review, print and download the respective GPL licence terms here. You receive the GPL source codes of the respective software used in TP-Link products for direct download and further information, including a list of TP-Link software that contain GPL software code under GPL Code Center.
Bootloader Mods
- you could read about bootloader in general and about Das U-Boot/Configuration of U-Boot in particular.
- the uboot version you find on the 1043 is a fork of mainline U-Boot version 1.1.4 from 2005-12-17 see here. You can / you cannot take a current mainline version of uboot and simply cross-compile it for WR1043ND! TP-Link-Version: http://www.tp-link.com/support/gpl.asp. It contains the file which is about 6,06 MiB in size, deflate this as well. The deflated source code will occupy about 37MiB of space, start with reading the .
- also see ftp://ftp.denx.de/pub/u-boot/ and compare the versions.
- you may be able to cross compile the code with the OpenWrt toolchain Buildroot. See build-system for guidance. But you may need to use other toolchain to crosscompile, like the ELDK (Embedded Linux Development Kit).
- you cannot test your bootloader, because for some obscure reason, you don’t have write access to the flash via .
Making bootloader partition writable
Look at target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr1043nd.c
static struct mtd_partition tl_wr1043nd_partitions = { { .name = "u-boot", .offset = , .size = 0x020000, .mask_flags = MTD_WRITEABLE, } , { .name = "kernel", .offset = 0x020000, .size = 0x140000, } , { .name = "rootfs", .offset = 0x160000, .size = 0x690000, } , { .name = "art", .offset = 0x7f0000, .size = 0x010000, .mask_flags = MTD_WRITEABLE, } , { .name = "firmware", .offset = 0x020000, .size = 0x7d0000, } };
Remove the line
.mask_flags = MTD_WRITEABLE,
for the partition named “u-boot” to make it writeable.
Смена MAC адреса
-
Сделайте дамп uboot раздела этой командой
cat devmtd0 > tmpuboot.org
- На смещении 0x1FC00 Обычно находится MAC-адрес. Вы можете изменить его с помощью любого hex-редактора. Я использую dhex.
-
После изменения MAC-адреса и убедившись, что раздел uboot доступен для записи, вы можете прошить модифицированный образ обратно:
mtd write tmpuboot.mod u-boot
где “uboot.mod” — имя файла вашего измененного образа.
Programcılar İçin Açık Kaynak Kodu (GPL)
Aşağıdaki bilgiler programcılar içindir ve çoğu TP-Link ev kullanıcısı için gereksizdir.
TP-Link’in ürünleri kısmen GNU Genel Kamu Lisansı («GPL»), Version 1 / Version 2 / Version 3 veya GNU Lesser General Public License’a («LGPL») tabi yazılım kodu da dahil olmak üzere, üçüncü şahıslar tarafından geliştirilen yazılım kodunu içerir. İlgili yazılım koşulunu GPL lisans koşullarını izlemek için kullanabilirsiniz.
İlgili GPL lisans koşullarını buradan inceleyebilir, yazdırabilir ve indirebilirsiniz. TP-Link ürünlerinde kullanılan ilgili yazılımın GPL kaynak kodlarını, GPL Kod Merkezi altında GPL yazılım kodunu içeren TP-Link yazılımının bir listesi de dahil olmak üzere, doğrudan indirmek ve daha fazla bilgi almak için alırsınız.
Open Source Code For Programmers (GPL)
Please note: The products of TP-Link partly contain software code developed by third parties, including software code subject to the GNU General Public Licence (“GPL“), Version 1/Version 2/Version 3 or GNU Lesser General Public License («LGPL»). You may use the respective software condition to following the GPL licence terms.
You can review, print and download the respective GPL licence terms here. You receive the GPL source codes of the respective software used in TP-Link products for direct download and further information, including a list of TP-Link software that contain GPL software code under GPL Code Center.
To Upgrade
IMPORTANT: To prevent upgrade failures, please read the following before proceeding with the upgrade process
- Please upgrade firmware from the local TP-Link official website of the purchase location for your TP-Link device, otherwise it will be against the warranty. Please click here to change site if necessary.
- Please verify the hardware version of your device for the firmware version. Wrong firmware upgrade may damage your device and void the warranty. (Normally V1.x=V1)Làm sao để biết phiên bản phần cứng của thiết bị TP-Link
- Do NOT turn off the power during the upgrade process, as it may cause permanent damage to the product.
- To avoid wireless disconnect issue during firmware upgrade process, it’s recommended to upload firmware with wired connection unless there is no LAN/Ethernet port on your TP-Link device.
- It’s recommended that users stop all Internet applications on the computer, or simply disconnect Internet line from the device before the upgrade.
- Use decompression software such as WinZIP or WinRAR to extract the file you download before the upgrade.
TL-WR1043ND_V3_150514 | ||
---|---|---|
Ngày Phát Hành: 2015-05-14 | Ngôn Ngữ: English | File Size: 5.03 MB |
|
TL-WR1043ND_V3_150313 | ||
---|---|---|
Ngày Phát Hành: 2015-03-13 | Ngôn Ngữ: English | File Size: 4.79 MB |
|