summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index 928e0b5..7b6bfbc 100644
--- a/README.txt
+++ b/README.txt
@@ -6,7 +6,7 @@ $ telnet localhost 4444
> at91sam3 gpnvm set 1
> at91sam3 gpnvm show
-Compile and flash
+Compile and flash:
$ arm-none-eabi-gcc -mcpu=cortex-m3 -mthumb -T script.ld -nostartfiles -nostdlib -o a.elf main.c
# openocd -f openocd-due.cfg -c "program a.elf verify reset exit"