Upgrade#
Methods to verify and upgrade the main bootloader.
Functions#
bool
btl_checkForUpgrade(void)
Check whether a bootloader upgrade is available.
bool
btl_applyUpgrade(void)
Apply a bootloader upgrade.
Function Documentation#
btl_checkForUpgrade#
bool btl_checkForUpgrade (void )
Check whether a bootloader upgrade is available.
Parameters
Type | Direction | Argument Name | Description |
---|---|---|---|
void | N/A |
Returns
True if an upgrade image is in the upgrade location
btl_applyUpgrade#
bool btl_applyUpgrade (void )
Apply a bootloader upgrade.
Parameters
Type | Direction | Argument Name | Description |
---|---|---|---|
void | N/A |
Returns
True if the bootloader upgrade was applied successfully