name = 'SD bootloader' description="""

Overview

This example application demonstrates how to make simple bootloader with BeRTOS. <\p>

The bootloader start every time we reset the board, and check if SD card if present. If the SD is present the bootloader find on file system (FAT) the file named firmware.bin, and make simple check if the board need to be flashed. After that the bootloader jump to flashed application.

"""