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 | ||
| inbox:toh:beeline:smartbox_turbo_plus [2023/07/01 19:29] – [Installation] csharper2005 | toh:beeline:smartbox_turbo_plus [2023/07/15 13:34] – [Return to Stock] csharper2005 | ||
|---|---|---|---|
| Line 30: | Line 30: | ||
| ===== Experimental firmware ===== | ===== Experimental firmware ===== | ||
| - | //List experimental firmware download links here.// | + | * Community builds https://forum.openwrt.org/ |
| * External image https:// | * External image https:// | ||
| * Experimental source code repository https:// | * Experimental source code repository https:// | ||
| Line 102: | Line 101: | ||
| - | ===== Backup (recommended) ===== | + | ===== Backup (optional) ===== |
| -> [[docs: | -> [[docs: | ||
| Line 204: | Line 203: | ||
| - | ==== OEM easy installation ==== | ||
| - | | + | ===== Debricking ===== |
| - | - After reboot: | + | -> [[docs: |
| - | - OpenWRT started - installation completed. | + | |
| - | - OpenWRT did not start - rebooted | + | ==== sercomm-recovery utility ==== |
| - | - From the current OEM firmware, flash the OEM firmware - the slot will switch. | + | 1. Compile [[https:// |
| - | - Now it is possible | + | <code bash> |
| + | git clone https:// | ||
| + | make | ||
| + | </ | ||
| + | |||
| + | 2. Connect the router with a cable and run sercomm-recovery: | ||
| + | <code bash> | ||
| + | sudo ./sercomm-recovery enp0s3 recovery.bin | ||
| + | </ | ||
| + | where // | ||
| + | |||
| + | 3. Wait until the router is flashed and rebooted. | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | |||
| + | |||
| + | === How to make own recovery images === | ||
| + | |||
| + | Contcat all mtd backup into one file: | ||
| + | <code bash> | ||
| + | cat mtd0 mtd1 mtd2 mtd3 mtd4 mtd5 mtd6 mtd7 mtd8 mtd9 mtd10 mtd11 > full.bin | ||
| + | </ | ||
| + | |||
| + | Add OOB data: | ||
| + | <code bash> | ||
| + | bbe -b ": | ||
| + | </ | ||
| + | |||
| + | ==== tftp method ==== | ||
| + | |||
| + | 1. Run tftp server on IP 10.10.10.3/ | ||
| + | |||
| + | 2. Rename initramfs OpenWrt image to test.bin and copy it to the tftp root | ||
| + | |||
| + | 3. Connect UART, power on the router and interrupt | ||
| + | |||
| + | 4. In U-Boot command console run: | ||
| + | <code bash> | ||
| + | tftpboot | ||
| + | bootm | ||
| + | </ | ||
| + | |||
| + | 5. Wait until OpenWrt boots | ||
| + | |||
| + | 6. Make sysupgrade | ||
| ===== Return to Stock ===== | ===== Return to Stock ===== | ||