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
TypeDirectionArgument NameDescription
voidN/A

Returns

  • True if an upgrade image is in the upgrade location


btl_applyUpgrade#

bool btl_applyUpgrade (void )

Apply a bootloader upgrade.

Parameters
TypeDirectionArgument NameDescription
voidN/A

Returns

  • True if the bootloader upgrade was applied successfully