The function uboot_getenv() is a wrapper over libuboot_get_env() and
requires that the returned strings are freed when no longer in use.
Signed-off-by: Hector Palacios <hector.palacios@digi.com>
https://onedigi.atlassian.net/browse/DEL-7645
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| 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.