X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fsam3x-ek%2Fexamples%2Fsam3x-ek_sd_bootloader%2F.spec;fp=boards%2Fsam3x-ek%2Fexamples%2Fsam3x-ek_sd_bootloader%2F.spec;h=28fb9c1ce20c138a62b90b09e8eb0dd11c472f58;hb=710780c30a26bdbdebe3e92b6fde1af0b04a91a3;hp=1a9577193db3d876021f87ffee19558822d4ba2e;hpb=75f65e419fb6f4179d44de58c9af1c9b244c016c;p=bertos.git diff --git a/boards/sam3x-ek/examples/sam3x-ek_sd_bootloader/.spec b/boards/sam3x-ek/examples/sam3x-ek_sd_bootloader/.spec index 1a957719..28fb9c1c 100644 --- a/boards/sam3x-ek/examples/sam3x-ek_sd_bootloader/.spec +++ b/boards/sam3x-ek/examples/sam3x-ek_sd_bootloader/.spec @@ -1 +1,12 @@ -name = 'sam3x-ek_sd_bootloader preset' \ No newline at end of file +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. +

+"""