meta-digi/meta-digi-dey/recipes-core/recovery/recovery-utils/recovery-utils
Hector Palacios fc1a736758 recovery: change the way to determine if the device is closed
The old fsl_otp driver is deprecated and we need to determine
if the device is closed using a new property of the device tree
called 'digi,tf-closed'.

Assume the device is open if the property is not found.

Signed-off-by: Hector Palacios <hector.palacios@digi.com>

https://jira.digi.com/browse/DEL-7185
2020-07-24 13:12:13 +02:00
..
include recovery-utils: add support to set the rootfs encryption key 2017-03-14 18:01:02 +01:00
lib recovery: change the way to determine if the device is closed 2020-07-24 13:12:13 +02:00
recovery-reboot recovery-utils: add support to set the rootfs encryption key 2017-03-14 18:01:02 +01: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.