Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
toh:beeline:smartbox_turbo [2022/08/15 17:31] – [Beeline SmartBox TURBO] csharper2005toh:beeline:smartbox_turbo [2023/04/03 05:39] – [Installation] csharper2005
Line 9: Line 9:
 /*****/ /*****/
  
-{{media:beeline:smartbox-turbo_main.png?300|Beeline SmartBox TURBO}}+{{media:beeline:smartbox-turbo_main.png?400|Beeline SmartBox TURBO}}
  
 ===== OpenWrt support ===== ===== OpenWrt support =====
Line 23: Line 23:
 ===== Experimental firmware ===== ===== Experimental firmware =====
  
-  * Community builds - https://forum.openwrt.org/t/add-support-for-beeline-smartbox-giga/99390/4+  * [[https://forum.openwrt.org/t/add-support-for-beeline-smartbox-giga/99390/4|Community builds]]
  
 ===== Hardware highlights ===== ===== Hardware highlights =====
Line 33: Line 33:
 filter  : Model=Smartbox TURBO filter  : Model=Smartbox TURBO
 ---- ----
 +
 +===== Backup =====
 +
 +It's recommended to make a mtd backup before you start:
 +
 +1. Set up a tftp server (e.g. tftpd64 for windows)
 +
 +2. Connect to a router using SSH shell and run the following commands:
 +<code bash>
 +cd /tmp
 +for i in 0 1 2 3 4 5 6 7 8 9 10; do nanddump -f mtd$i /dev/mtd$i; \
 +tftp -l mtd$i -p 10.0.0.2; md5sum mtd$i >> mtd.md5; rm mtd$i; done
 +tftp -l mtd.md5 -p 10.0.0.2
 +</code>
  
 ===== Installation ===== ===== Installation =====
Line 59: Line 73:
 ---- ----
  
 +
 +{{page>meta:infobox:attention_trunk&noheader&nofooter&noeditbtn}}
  
 -> [[docs:guide-user:installation:generic.flashing|Install OpenWrt (generic explanation)]] -> [[docs:guide-user:installation:generic.flashing|Install OpenWrt (generic explanation)]]
 +
 +==== OpenWrt installation ====
 +
 +<WRAP round info 100%>
 +**CAUTION:** \\
 +If you have any third-party firmware (e.g. Padavan, Keenetic, AsusWrt, non-official OpenWrt community builds (especially for Breed bootloader) etc.) installed on your device it's strongly recommended to restore original OEM firmware (including bootloader, EEPROM, partition map etc.) from your backup before you start the OpenWrt installation on your device.
 +</WRAP>
  
 1.  Login to the router web interface (admin:admin) 1.  Login to the router web interface (admin:admin)
Line 92: Line 115:
  
  
-==== mtd backup ==== 
  
-1. Set up a tftp server (e.g. tftpd64 for windows) 
- 
-2. Connect to a router using SSH shell and run the following commands: 
-<code bash> 
-cd /tmp 
-for i in 0 1 2 3 4 5 6 7 8 9 10; do nanddump -f mtd$i /dev/mtd$i; \ 
-tftp -l mtd$i -p 10.0.0.2; md5sum mtd$i >> mtd.md5; rm mtd$i; done 
-tftp -l mtd.md5 -p 10.0.0.2 
-</code> 
 ==== OEM easy installation ==== ==== OEM easy installation ====
  
Line 119: Line 132:
 </code> </code>
 2. Optional: Update with any stock (Beeline) firmware if you want to overwrite OpenWrt in Slot 0 completely. 2. Optional: Update with any stock (Beeline) firmware if you want to overwrite OpenWrt in Slot 0 completely.
-==== Flash Layout ====+===== Flash Layout =====
  
 ^ mtd  ^ partition                       ^ start      ^ size       ^ OpenWrt specific  | ^ mtd  ^ partition                       ^ start      ^ size       ^ OpenWrt specific  |
Line 132: Line 145:
 | mtd8    | Configuration/log               | 0x5000000  | 0x1400000  | ubiconcat1        | | mtd8    | Configuration/log               | 0x5000000  | 0x1400000  | ubiconcat1        |
 | mtd9    | Debug (Ftool)                   | 0x6400000  | 0x1a00000  | ubiconcat2        | | mtd9    | Debug (Ftool)                   | 0x6400000  | 0x1a00000  | ubiconcat2        |
-| mtd10   container                       | 0x8000000  | 0x7c00000  | ubiconcat3        |+| mtd10   Container                       | 0x8000000  | 0x7c00000  | ubiconcat3        |
  
 ===== Upgrading OpenWrt ===== ===== Upgrading OpenWrt =====
Line 169: Line 182:
 -> [[docs:guide-user:troubleshooting:generic.debrick]] -> [[docs:guide-user:troubleshooting:generic.debrick]]
  
-==== Sercomm recovery utility ====+==== sercomm-recovery utility ====
 1. Compile [[https://github.com/danitool/sercomm-recovery|sercomm-recovery]] under the Linux: 1. Compile [[https://github.com/danitool/sercomm-recovery|sercomm-recovery]] under the Linux:
 <code bash> <code bash>
Line 214: Line 227:
 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.
  
-The Beeline Smartbox GIGA has the following buttons:+The Beeline Smartbox TURBO has the following buttons:
  
 ^ BUTTON        ^ Event   ^ ^ BUTTON        ^ Event   ^
Line 281: Line 294:
 There are 2 crews behind the rubber feet. There are also clips around the edge of the case you will need to prize open, using, for example, a plastic card. There are 2 crews behind the rubber feet. There are also clips around the edge of the case you will need to prize open, using, for example, a plastic card.
  
-{{media:beeline:smartbox-turbo_case_opening.jpg?600|Beeline SmartBox TURBO case opening}}+{{media:beeline:smartbox-turbo_case_opening.jpg?400|Beeline SmartBox TURBO case opening}}
  
 ==== Serial ==== ==== Serial ====
Line 287: Line 300:
  
 How to connect to the Serial Port of the Beeline SmartBox TURBO:\\ How to connect to the Serial Port of the Beeline SmartBox TURBO:\\
-{{media:beeline:smartbox-turbo_pcb_serial.jpg?600|Beeline SmartBox TURBO UART connection}}+{{media:beeline:smartbox-turbo_pcb_serial.jpg?400|Beeline SmartBox TURBO UART connection}}
  
 You need to connect R53 and R54 pins (marked red on the photo). For example using the solder. You need to connect R53 and R54 pins (marked red on the photo). For example using the solder.
Line 1696: Line 1709:
  
 ===== Notes ===== ===== Notes =====
 +
 +=== OpenWrt online Image Builder ===
 +  * [[https://firmware-selector.openwrt.org/?version=SNAPSHOT&target=ramips%2Fmt7621&id=beeline_smartbox-turbo|Build Smartbox Turbo firmware]]
 +
 +=== OpenWrt community builds (unofficial) ===
 +  * [[https://forum.openwrt.org/t/add-support-for-beeline-smartbox-giga/99390/4|Community builds]]
 +
 +=== Breed bootloader ===
 +  * [[https://github.com/legale/breed-mt7621-xiaomi-r3g.bin-reset-button-changer/tree/main/smartbox-flash-giga-turbo-pro|Breed bootloader (MOD) r1338 for Smartbox Flash / MTS WG430223, GIGA, Turbo, PRO (github)]]
 +  * [[https://t.me/smartboxgiga/27744|Breed bootloader (MOD) r1338 for Smartbox Flash / MTS WG430223, GIGA, Turbo, PRO]]
 +  * [[https://breed.hackpascal.net/breed-mt7621-xiaomi-r3g.bin|Breed bootloader (original) Xiaomi R3G]]
 +  * [[https://4pda.to/forum/index.php?showtopic=954030&st=2740#entry104489218|Breedenter utility]]
 +
 <nspages -h1 -subns -exclude:start> <nspages -h1 -subns -exclude:start>
 ===== Tags ===== ===== Tags =====
 [[meta:tags|How to add tags]] [[meta:tags|How to add tags]]
 {{tag>U-boot 2core ramips mediatek MT7621 GigabitEthernet 1NIC 5Port 2WNIC wlan 802.11abgn 802.11a 802.11bgn 802.11ac mt7603 mt7615 InternalAntenna 4Ant 256NAND 256RAM USB3.0 USB 1USB Serial GPIO 2button 12v_powered beeline sercomm Dual_firmware}} {{tag>U-boot 2core ramips mediatek MT7621 GigabitEthernet 1NIC 5Port 2WNIC wlan 802.11abgn 802.11a 802.11bgn 802.11ac mt7603 mt7615 InternalAntenna 4Ant 256NAND 256RAM USB3.0 USB 1USB Serial GPIO 2button 12v_powered beeline sercomm Dual_firmware}}
  • Last modified: 2024/02/12 11:13
  • by 127.0.0.1