Upgrade#

Methods to verify and upgrade the main bootloader.

Functions#

bool

Check whether a bootloader upgrade is available.

bool

Apply a bootloader upgrade.

Function Documentation#

btl_checkForUpgrade#

bool btl_checkForUpgrade (void )

Check whether a bootloader upgrade is available.

Parameters
N/A

Returns

  • True if an upgrade image is in the upgrade location


Definition at line 36 of file platform/bootloader/core/btl_upgrade.h

btl_applyUpgrade#

bool btl_applyUpgrade (void )

Apply a bootloader upgrade.

Parameters
N/A

Returns

  • True if the bootloader upgrade was applied successfully


Definition at line 43 of file platform/bootloader/core/btl_upgrade.h