meta-digi/meta-digi-dey/recipes-core/recovery/recovery-utils/recovery-utils
Gabriel Valcazar d5c696fd5b recovery-utils: only print open device warning when encrypting partitions
Technically, partition unencryption is safe to do in open devices, although it
implies that at least one partition has already been encrypted. If we aren't
going to encrypt any partitions, there's no need to print the warning.

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
2021-06-02 14:45:00 +02:00
..
include recovery-utils: ask for confirmation when changing the encryption key 2021-05-27 12:10:44 +02:00
lib recovery-utils: only print open device warning when encrypting partitions 2021-06-02 14:45:00 +02:00
recovery-reboot recovery-utils: ask for confirmation when changing the encryption key 2021-05-27 12:10:44 +02:00
Makefile meta-digi-dey: add new 'recovery-utils' recipe 2017-01-11 17:51:07 +01:00
README.md meta-digi-dey: add new 'recovery-utils' recipe 2017-01-11 17:51:07 +01:00

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.