This tool allows you to flash firmware into a Sercomm router after it was put into download mode, e.g. if the original firmware was destroyed. It runs under Linux only, you must be root to execute it.
make
- Power off the device
- Press the RESET or WPS button (this depends on the router model)
- Power on while holding the button
- Wait 5 seconds or more until the LEDs blink in a special pattern depending on the router model.
Connect a LAN port to a NIC of the host, e.g. to eth1.
./sercomm-recovery eth1
This should list some info about all device found in download mode.
./sercomm-recovery eth1 flash_burn.bin
This probes for devices in download mode. If more than one found, it prompts for the one to flash. Afterwards the firmware file is checked (matching hardware id etc.) and flashed. A reboot is executed afterwards.
If anything goes wrong with probing or flashing, please execute the command again with "-v", e.g:
./sercomm-recovery -v eth1 flash_burn.bin
This adds a lot of debug output to stdout.
Currently works with:
- Sercomm AD1018
- Sercomm H500-s (untested)
- Sercomm Vox 2.5 (untested)