Write the doc for sam3 examples.
[bertos.git] / boards / sam3x-ek / examples / sam3x-ek_sd_bootloader / .spec
index 1a9577193db3d876021f87ffee19558822d4ba2e..28fb9c1ce20c138a62b90b09e8eb0dd11c472f58 100644 (file)
@@ -1 +1,12 @@
-name = 'sam3x-ek_sd_bootloader preset'
\ No newline at end of file
+name = 'SD bootloader'
+description="""
+<h2>Overview</h2>
+<p>
+This example application demonstrates how to make simple bootloader with BeRTOS.
+<\p>
+<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 <b>firmware.bin</b>,
+and make simple check if the board need to be flashed. After that the bootloader jump to flashed application.
+</p>
+"""