As a result of the dualboot support we may end up with two 'update-firmware' commands in the rootfs. To prevent file name clashing, we may need to install the recovery-utils update-firmware as update-firmware.recovery, and then the current command mode check would fail. Relax the check, by just looking at the first character. Signed-off-by: Javier Viguera <javier.viguera@digi.com> |
||
|---|---|---|
| .. | ||
| include | ||
| lib | ||
| recovery-reboot | ||
| Makefile | ||
| README.md | ||
README.md
Recovery utils
recovery-utils allows to configure recovery commands and reboot into recovery mode.
Provides:
- librecovery static library which implements the supported recovery commands.
- recovery-reboot command line example application to configure and reboot into recovery mode.
- update-firmware command supporting only the firmware update recovery command.