aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFredrik Thulin <fredrik@thulin.net>2016-05-27 15:56:16 +0200
committerFredrik Thulin <fredrik@thulin.net>2016-05-27 15:56:16 +0200
commit92ce4da1158aabd1a45d3a5044a5e5fd7bac3c41 (patch)
tree01b86c44026aacdd9a23d584f36c929c9a681f37 /README.md
parent24ce7281fcf08cd471f2948af7658dd57a53ee63 (diff)
DFU working - but no signature validation for now.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3784aad..90bbdb5 100644
--- a/README.md
+++ b/README.md
@@ -65,6 +65,13 @@ blue LED five times in one second, and then execution of the LED test
firmware will begin. The LED test firmware will flash the green, yellow,
red and blue LEDs in order until the end of time.
+Once the bootloader is installed, regular firmware can be loaded without
+an ST-LINK cable like this:
+
+ $ ./bin/dfu projects/board-test/led-test.bin
+
+Then reboot the Alpha board.
+
ST-LINK
=======