Skip to content

[kirkstone] fng-install:u-boot: Fix installation on devices without u-boot environment

Jonas Höppner requested to merge cherry-pick-a9d370f1 into kirkstone

The install script backups some variables from the existing u-boot environment before overwriting it. This failed for devices where no environment was available yet, which lead to stop the update with error. This case is now ignored and the installation continues without backup in this case.

(cherry picked from commit a9d370f1)

Merge request reports