diff options
author | David Bauer <mail@david-bauer.net> | 2018-12-31 16:24:25 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2019-01-26 21:46:32 +0100 |
commit | 1e06482f7db284567b240ce6f59c644439ec813f (patch) | |
tree | 6671fac8711f91e3b37c746f6d4b9b6b6199cd90 /package/base-files/files | |
parent | 36a091cb076dda891e3b41ae3080f858f88697c3 (diff) | |
download | upstream-1e06482f7db284567b240ce6f59c644439ec813f.tar.gz upstream-1e06482f7db284567b240ce6f59c644439ec813f.tar.bz2 upstream-1e06482f7db284567b240ce6f59c644439ec813f.zip |
mtd: add logic for TP-Link ramips recovery magic
This adds an option to set the recovery flag of newer TP-Link MediaTek
boards and remove it after a successful write.
To make use of this feature, add the '-t' option to mtd-write.
The '-t' option takes the mtd partition containing the recovery flag
(usually 'romfile') as an argument. Make sure this partition is not
flagged as read-only!
Example:
> mtd -t romfile write owrt.bin firmware
This command writes the recovery-flag before it begins writing the image
to the firmware partition. After the image-write has been successful,
the recovery flag is removed.
This way, the TP-Link web-recovery is automatically enabled on an
unsucessful flash (e.g. power loss).
This option is only available if the mtd package is compiled for the
ramips target.
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'package/base-files/files')
0 files changed, 0 insertions, 0 deletions