Reformat.
[bertos.git] / boards / sam3x-ek / examples / sam3x-ek_sd_bootloader / .spec
1 name = 'SD bootloader'
2 description="""
3 <h2>Overview</h2>
4 <p>
5 This example application demonstrates how to make simple bootloader with BeRTOS.
6 <\p>
7 <p>
8 The bootloader start every time we reset the board, and check if SD card if present.
9 If the SD is present the bootloader find on file system (FAT) the file named <b>firmware.bin</b>,
10 and make simple check if the board need to be flashed. After that the bootloader jump to flashed application.
11 </p>
12 """