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:beeline:smartbox_turbo_plus [2023/07/15 12:50] – [Experimental firmware] csharper2005 | toh:beeline:smartbox_turbo_plus [2023/07/15 13:34] – [Return to Stock] csharper2005 | ||
|---|---|---|---|
| Line 101: | Line 101: | ||
| - | ===== Backup (recommended) ===== | + | ===== Backup (optional) ===== |
| -> [[docs: | -> [[docs: | ||
| Line 202: | Line 202: | ||
| -> [[docs: | -> [[docs: | ||
| + | |||
| + | |||
| + | ===== Debricking ===== | ||
| + | -> [[docs: | ||
| + | |||
| + | ==== sercomm-recovery utility ==== | ||
| + | 1. Compile [[https:// | ||
| + | <code bash> | ||
| + | git clone https:// | ||
| + | make | ||
| + | </ | ||
| + | |||
| + | 2. Connect the router with a cable and run sercomm-recovery: | ||
| + | <code bash> | ||
| + | sudo ./ | ||
| + | </ | ||
| + | where //enp0s3// - network interface connected the router, // | ||
| + | |||
| + | 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 the boot process by pressing any key | ||
| + | |||
| + | 4. In U-Boot command console run: | ||
| + | <code bash> | ||
| + | tftpboot | ||
| + | bootm | ||
| + | </ | ||
| + | |||
| + | 5. Wait until OpenWrt boots | ||
| + | |||
| + | 6. Make sysupgrade to install OpenWrt on NAND flash of the router | ||