Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
peterantypas committed Jun 14, 2016
1 parent b9ee111 commit f4146d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootloader/README.md
@@ -1,6 +1,6 @@
# Bootloader
The bootloader is a small (~10K) application that occupies the first few pages of flash at 0x0800000.
Its only purpose is to determine whether an application is installed by inspecting a certain flash page.
Its only purpose is to determine whether an application is installed by inspecting a specific Flash page for special metadata.
If the application is installed it just passes control to it, otherwise it enters UART software upload mode.

When an upload completes, the bootloader writes the special metadata page and resets the system, which will
Expand Down

0 comments on commit f4146d4

Please sign in to comment.