Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| toh:rostelecom:rt-fe-1a [2023/12/06 19:45] – [Rostelecom RT-FE-1A] csharper2005 | toh:rostelecom:rt-fe-1a [2023/12/06 20:19] – [OEM installation using the TFTP method] csharper2005 | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| /* DO NOT CREATE NEW DEVICEPAGES VIA COPY & PASTE! */ | /* DO NOT CREATE NEW DEVICEPAGES VIA COPY & PASTE! */ | ||
| /* USE https:// | /* USE https:// | ||
| - | |||
| - | {{page> | ||
| Rostelecom RT-FE-1A is a wireless WiFi 5 router manufactured by Sercomm company. | Rostelecom RT-FE-1A is a wireless WiFi 5 router manufactured by Sercomm company. | ||
| Line 73: | Line 71: | ||
| -> [[docs: | -> [[docs: | ||
| - | FIXME Please add the installation procedure here. | + | 1. Login to the router web interface (default http:// |
| - | ==== Flash Layout ==== | + | 2. Navigate to //Settings -> Configuration -> Save to Computer// |
| - | <WRAP BOX> | + | |
| - | FIXME //[[: | + | |
| - | Please check out the article [[docs:techref:flash.layout|Flash layout]]. It contains examples and explanations that describe how to document the flash layout. | + | 3. Decode |
| - | </WRAP> | + | < |
| + | cfgtool.py -u configurationBackup.cfg | ||
| + | </code> | ||
| - | ==== OEM easy installation | + | 4. Open // |
| + | < | ||
| + | <OBJECT name=" | ||
| + | <OBJECT name=" | ||
| + | < | ||
| + | </ | ||
| + | </ | ||
| - | <WRAP BOX> | + | 5. Replace //<some value>// |
| - | FIXME //The instructions below are for Broadcom devices and only serve as an example.//\\ | + | < |
| - | **//Remove | + | <OBJECT name=" |
| + | <OBJECT name=" | ||
| + | < | ||
| + | < | ||
| + | </ | ||
| + | </ | ||
| - | This section deals with | + | 6. Encode |
| - | * How you install OpenWrt from a device freshly opened | + | < |
| - | * The steps required such as reset to factory defaults if the device has already been configured | + | cfgtool.py -p configurationBackup.xml |
| + | </ | ||
| - | **Note:** Reset router to factory defaults if it has been previously configured. | + | 7. |
| - | * Browse to ''< | + | |
| - | * Upload .bin file to router | + | |
| - | * Wait for it to reboot | + | |
| - | * Telnet to 192.168.1.1 and set a root password, or browse to ''< | + | |
| - | </ | + | |
| - | ==== OEM installation using the TFTP method ==== | + | 8. Login to the router web interface (// |
| - | -> | + | 9. Enable SSH access to the router (// |
| - | === Specific values needed for tftp === | + | 10. Connect to the router using SSH shell using // |
| - | <WRAP BOX> | + | 11. Run in SSH shell: |
| + | <code> | ||
| + | sh | ||
| + | </code> | ||
| - | FIXME Enter values | + | 12. Make a mtd backup (optional step): |
| + | - Set up a tftp server (e.g. tftpd64 | ||
| + | - Connect to a router using SSH shell and run the following commands: | ||
| + | < | ||
| + | cd /tmp | ||
| + | for i in 0 1 2 3 4 5 6 7 8 9; do nanddump -f mtd$i /dev/mtd$i; \ | ||
| + | tftp -l mtd$i -p 192.168.0.2; | ||
| + | tftp -l mtd.md5 | ||
| + | </ | ||
| - | ^ Bootloader tftp server IPv4 address | + | 13. Change bootflag to Sercomm1 and reboot: |
| - | ^ Bootloader MAC address (special) | + | < |
| - | ^ Firmware tftp image | + | printf 1 | dd bs=1 seek=7 count=1 of=/dev/mtdblock3 |
| - | ^ TFTP transfer window | + | reboot |
| - | ^ TFTP window start | approximately FILL-IN seconds after power on | | + | </ |
| - | ^ TFTP client required IP address | + | |
| - | </WRAP> | + | 14. Login to the router web interface under //admin// account |
| - | ===== Upgrading OpenWrt ===== | + | 15. Remove dots from the OpenWrt factory image filename |
| - | -> [[docs: | + | |
| - | <WRAP BOX> | + | 16. Update firmware via web using OpenWrt factory image |
| - | FIXME These are generic | + | ==== Flash Layout ==== |
| + | |||
| + | ^ Start - End ^ Label ^ | ||
| + | | 0x000000000000-0x000000100000 | ||
| + | | 0x000000100000-0x000000200000 | ||
| + | | 0x000000200000-0x000000300000 | ||
| + | | 0x000000300000-0x000000400000 | ||
| + | | 0x000000400000-0x000000a00000 | ||
| + | | 0x000000a00000-0x000001000000 | ||
| + | | 0x000001000000-0x000002800000 | ||
| + | | 0x000002800000-0x000004000000 | ||
| + | | 0x000004000000-0x000004800000 | ||
| + | | 0x000004800000-0x000005400000 | ||
| + | | 0x000005400000-0x000007c20000 | ||
| + | |||
| + | |||
| + | ==== OEM easy installation ==== | ||
| + | |||
| + | See [[: | ||
| + | ==== OEM installation using the TFTP method ==== | ||
| + | |||
| + | -> [[docs: | ||
| + | |||
| + | ==== Return to stock ==== | ||
| + | Change bootflag to Sercomm1 in OpenWrt CLI and then reboot: | ||
| + | < | ||
| + | printf 1 | dd bs=1 seek=7 count=1 of=/ | ||
| + | </ | ||
| + | ===== Upgrading OpenWrt ===== | ||
| + | -> [[docs: | ||
| ==== LuCI Web Upgrade Process ==== | ==== LuCI Web Upgrade Process ==== | ||
| - | * Browse to ''< | + | * Browse to ''< |
| * Upload image file for sysupgrade to LuCI | * Upload image file for sysupgrade to LuCI | ||
| * Wait for reboot | * Wait for reboot | ||
| Line 134: | Line 177: | ||
| If you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line. | If you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line. | ||
| - | There are two command line methods for upgrading: | ||
| * '' | * '' | ||
| - | * '' | ||
| Note: It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing. | Note: It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing. | ||
| Line 151: | Line 192: | ||
| </ | </ | ||
| - | === mtd === | ||
| - | |||
| - | If '' | ||
| - | |||
| - | * Login as root via SSH on 192.168.1.1, | ||
| - | |||
| - | < | ||
| - | cd /tmp | ||
| - | wget http:// | ||
| - | mtd write / | ||
| - | </ | ||
| - | |||
| - | </ | ||
| ===== Debricking ===== | ===== Debricking ===== | ||
| Line 176: | Line 204: | ||
| ===== Specific Configuration ===== | ===== Specific Configuration ===== | ||
| - | |||
| - | <WRAP BOX> | ||
| - | FIXME Please fill in real values for this device, then remove the EXAMPLEs | ||
| ==== Network interfaces ==== | ==== Network interfaces ==== | ||
| The default network configuration is: | The default network configuration is: | ||
| - | ^ Interface Name ^ Description | + | ^ Interface Name ^ Description |
| - | | br-lan | + | | br-lan |
| - | | vlan0 (eth0.0) | + | | wan |
| - | | vlan1 (eth0.1) | + | |
| - | | wl0 | EXAMPLE WiFi | EXAMPLE Disabled | + | |
| - | </ | ||
| ==== Switch Ports (for VLANs) ==== | ==== Switch Ports (for VLANs) ==== | ||
| - | <WRAP BOX> | ||
| - | FIXME Please fill in real values for this device, then remove the EXAMPLEs | ||
| - | Numbers 0-3 are Ports 1-4 as labeled on the unit, number 4 is the Internet (WAN) on the unit, 5 is the internal connection to the router itself. Don't be fooled: Port 1 on the unit is number 3 when configuring VLANs. vlan0 = eth0.0, vlan1 = eth0.1 and so on. | ||
| ^ Port ^ Switch port ^ | ^ Port ^ Switch port ^ | ||
| - | | Internet (WAN) | + | | Internet (WAN) |
| - | | LAN 1 | EXAMPLE 3 | | + | | LAN 1 | 1 | |
| - | | LAN 2 | EXAMPLE | + | | LAN 2 | 2 | |
| - | | LAN 3 | EXAMPLE 1 | | + | | LAN 3 | 3 | |
| - | | LAN 4 | EXAMPLE 0 | | + | | LAN 4 | 4 | |
| - | </ | ||
| ==== Buttons ==== | ==== Buttons ==== | ||
| -> [[docs: | -> [[docs: | ||
| Here, we merely name the buttons, so we can use them in the above Howto. | Here, we merely name the buttons, so we can use them in the above Howto. | ||
| - | |||
| - | <WRAP BOX> | ||
| - | FIXME Please fill in real values for this device, then remove the EXAMPLEs | ||
| The Rostelecom RT-FE-1A has the following buttons: | The Rostelecom RT-FE-1A has the following buttons: | ||
| - | ^ BUTTON | + | ^ BUTTON |
| - | | EXAMPLE | + | | Reset | reset | |
| - | | EXAMPLE Secure Easy Setup | + | | WPS |
| - | | EXAMPLE No buttons at all. | + | |
| - | </ | ||
| ===== Hardware ===== | ===== Hardware ===== | ||
| Line 249: | Line 263: | ||
| **Note:** This will void your warranty! | **Note:** This will void your warranty! | ||
| - | <WRAP BOX> | + | There are crews behind |
| - | FIXME //Describe what needs to be done to open the device, e.g. remove | + | |
| - | * To remove | + | |
| - | </ | + | |
| //Main PCB://\\ | //Main PCB://\\ | ||
| Line 263: | Line 274: | ||
| **Insert photo of PCB with markings for serial port** | **Insert photo of PCB with markings for serial port** | ||
| - | <WRAP BOX> | + | Pins are silkscreened on the board. |
| - | FIXME //Replace EXAMPLE by real values.// | + | |
| - | </ | + | |
| - | ^ Serial connection parameters\\ for Rostelecom RT-FE-1A | + | ^ Serial connection parameters\\ for Rostelecom RT-FE-1A | 57600, 8N1, 3.3V | |
| ==== JTAG ==== | ==== JTAG ==== | ||
| Line 606: | Line 615: | ||
| ===== Notes ===== | ===== Notes ===== | ||
| - | //Space for additional notes, links to forum threads or other resources.// | ||
| - | * ... | ||
| ===== Tags ===== | ===== Tags ===== | ||
| - | <WRAP BOX> | + | {{tag>U-boot 2core ramips mediatek MT7621 GigabitEthernet 1NIC 5Port 2WNIC wlan 802.11abgn 802.11a 802.11bgn 802.11ac mt7603 mt7615 4Ant 128NAND 256RAM Serial GPIO 2button 12v_powered rostelecom sercomm Dual_firmware }} |
| - | FIXME //Add tags below, then remove this fixme.// | + | |
| - | </ | + | |
| - | [[meta: | ||
| - | {{tag> | ||