| Both sides previous revision Previous revision Next revision | Previous revision |
| toh:tp-link:tp-link_tl-mr6400_v1.0 [2020/07/10 17:58] – [Tags] 1SIM added tmomas | toh:tp-link:tl-mr6400_v1 [2024/10/11 20:24] (current) – [OEM installation using the TFTP method] andrewz |
|---|
| ====== TP-Link TL-MR6400 v1.0====== | ====== TP-Link TL-MR6400 v1.0 ====== |
| /* This template is intended to be used via https://openwrt.org/meta/create_new_device_page only. */ | /* This template is intended to be used via https://openwrt.org/meta/create_new_device_page only. */ |
| |
| |
| ===== Supported Versions ===== | ===== Supported Versions ===== |
| ---- datatable ---- | <!-- ToH: { |
| cols : Brand, Model, Versions, Supported Current Rel, OEM device homepage URL_url, OWrt Forum Topic URL_url, Device Techdata_pageid | "source": "json", |
| headers : Brand, Model, Version, Current Release, OEM Info, Forum Topic, Technical Data | "dom": "t", |
| align : c,c,c,c,c,c,c | "paging": false, |
| filter : Model=TL-MR6400 | "rotate": true, |
| ---- | "shownColumns": ["brand", "model", "version", "supportedcurrentrel", "oemdevicehomepageurl", "owrt_forum_topic_url", "deviceid"], |
| | "filterColumns": {"model": "^TL-MR6400$", "version": "^v1$"} |
| | } --> |
| |
| ===== Hardware highlights ===== | ===== Hardware highlights ===== |
| ---- datatable ---- | <!-- ToH: { |
| cols : Model, Versions, CPU, CPU MHz, Flash MB_mbflashs, RAM MB_mbram, WLAN Hardware, WLAN 2.4Ghz, WLAN 5.0Ghz, Ethernet 100M ports_, Ethernet Gbit ports_, Modem, USB ports_ | "source": "json", |
| header : Model, Version,SoC,CPU MHz,Flash MB,RAM MB,WLAN Hardware,WLAN2.4,WLAN5.0,100M ports,Gbit ports,Modem,USB | "dom": "t", |
| align : c,c,c,c,c,c,c,c,c,c,c,c,c | "paging": false, |
| filter : Model=TL-MR6400 | "rotate": true, |
| ---- | "shownColumns": ["model", "version", "cpu", "cpumhz", "flashmb", "rammb", "wlanhardware", "wlan24ghz", "wlan50ghz", "ethernet100mports", "ethernet1gports", "modem", "usbports"], |
| | "filterColumns": {"model": "^TL-MR6400$", "version": "^v1$"} |
| | } --> |
| |
| |
| ===== Installation ===== | ===== Installation ===== |
| ---- datatable ---- | <!-- ToH: { |
| cols : Model, Versions, Supported Current Rel, Firmware OpenWrt Install URL_url, Firmware OpenWrt Upgrade URL_url, Firmware OEM Stock URL_url | "source": "json", |
| headers : Model, Version, Current Release, Firmware OpenWrt Install, Firmware OpenWrt Upgrade, Firmware OEM Stock | "dom": "t", |
| align : l,c,c | "paging": false, |
| filter : Model=TL-MR6400 | "rotate": true, |
| ---- | "shownColumns": ["model", "version", "supportedcurrentrel", "firmwareopenwrtinstallurl", "firmwareopenwrtupgradeurl", "firmwareoemstockurl"], |
| | "filterColumns": {"model": "^TL-MR6400$", "version": "^v1$"} |
| | } --> |
| |
| ==== OEM installation using the TFTP method ==== | ==== OEM installation using the TFTP method ==== |
| |
| - Ensure that LAN interface in original firmware's web-ui is NOT set to address from 192.168.0.0/24 ([[#lan_interface_rndis_interface_network_collision|more info]]) | - Ensure that LAN interface in original firmware's web-ui is NOT set to address from 192.168.0.0/24 ([[#lan_interface_rndis_interface_network_collision|more info]]) |
| - Connect to any ethernet port | - Connect to any Ethernet port |
| - Setup your interface to 192.168.0.66/24 | - Setup your interface to 192.168.0.66/24 |
| - Serve factory image as ''mr6400_tp_recovery.bin'' via TFTP server | - Serve factory image as ''mr6400_tp_recovery.bin'' via TFTP server |
| Steps: | Steps: |
| - free space on /cache | - free space on /cache |
| - enter LTE Module's shell (`adb shell`) | - enter LTE Module's shell (''adb shell'') |
| - unshare v_disk.img | - unshare v_disk.img |
| - run ''cat /sys/devices/virtual/android_usb/android0/f_mass_storage/lun/file'' | - run ''cat /sys/devices/virtual/android_usb/android0/f_mass_storage/lun/file'' |
| - LTE Module will flash itself and reboot to new firmware | - LTE Module will flash itself and reboot to new firmware |
| |
| **NOTE:** If adb stops working after LTE Module reboots. You can try running `rmmod option` to get adb working again. | **NOTE:** If ''adb'' stops working after LTE Module reboots. You can try running ''rmmod option'' to get ''adb'' working again. |
| |
| **NOTE:** LTE Module's web interface won't start atomatically after LTE Module boots up. Start it manually (e.g. ''/etc/init.d/adb-enablemodem start''). | **NOTE:** LTE Module's web interface won't start automatically after LTE Module boots up. Start it manually (e.g. ''/etc/init.d/adb-enablemodem start''). |
| |
| /*** if info available: uncomment and fill in | /*** if info available: uncomment and fill in |