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:wifire:s1500_nbn [2023/07/02 13:04] – [Return to Stock] csharper2005 | toh:wifire:s1500_nbn [2023/10/16 19:48] – [Installation] csharper2005 | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| /* This template is intended to be used via https:// | /* This template is intended to be used via https:// | ||
| - | {{page> | ||
| OEM/ODM name: Sercomm S1500 BUC | OEM/ODM name: Sercomm S1500 BUC | ||
| Line 55: | Line 54: | ||
| /* stable release */ | /* stable release */ | ||
| - | /* uncomment once stable release is available | ||
| ---- datatable ---- | ---- datatable ---- | ||
| cols : Model, Versions, Supported Current Rel, Firmware OpenWrt Install URL_url, Firmware OpenWrt Upgrade URL_url, Firmware OEM Stock URL_url | cols : Model, Versions, Supported Current Rel, Firmware OpenWrt Install URL_url, Firmware OpenWrt Upgrade URL_url, Firmware OEM Stock URL_url | ||
| Line 63: | Line 61: | ||
| filter | filter | ||
| ---- | ---- | ||
| - | */ | ||
| - | |||
| - | /* snapshot */ | ||
| - | /* delete once stable release is available */ | ||
| - | ---- datatable ---- | ||
| - | cols : Model, Versions, Supported Current Rel, Firmware OpenWrt snapshot Install URL_url, Firmware OpenWrt snapshot Upgrade URL_url, Firmware OEM Stock URL_url | ||
| - | headers : Model, Version, Current Release, Firmware OpenWrt snapshot Install, Firmware OpenWrt snapshot Upgrade, Firmware OEM Stock | ||
| - | align : c,c,c | ||
| - | filter | ||
| - | filter | ||
| - | ---- | ||
| - | |||
| - | |||
| - | {{page> | ||
| -> [[docs: | -> [[docs: | ||
| Line 299: | Line 283: | ||
| **You will need:** | **You will need:** | ||
| * PC or Virtual machine with Linux | * PC or Virtual machine with Linux | ||
| - | * mtd partitions backup (**mtd1.bin** - //u-boot bootloader//, | + | * mtd partitions backup (**uboot.bin** - //u-boot bootloader//, |
| * http server with mtd partitions backup (i.e. with IP 192.168.1.2) | * http server with mtd partitions backup (i.e. with IP 192.168.1.2) | ||
| * recovery image (see [[: | * recovery image (see [[: | ||
| Line 312: | Line 296: | ||
| 2. Download //Factory// backup from your http server and write it: | 2. Download //Factory// backup from your http server and write it: | ||
| <code bash> | <code bash> | ||
| - | wget http:// | + | wget http:// |
| </ | </ | ||
| <code bash> | <code bash> | ||
| Line 326: | Line 310: | ||
| <code bash> | <code bash> | ||
| - | wget http:// | + | wget http:// |
| </ | </ | ||
| <code bash> | <code bash> | ||