summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index 7b6bfbc..49e3bc5 100644
--- a/README.txt
+++ b/README.txt
@@ -1,6 +1,6 @@
Set GPNVM bits to boot from flash0:
-# openocd -f openocd-due.cfg
+$ openocd -f openocd-due.cfg
$ telnet localhost 4444
> halt
> at91sam3 gpnvm set 1
@@ -9,4 +9,4 @@ $ telnet localhost 4444
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"
+$ openocd -f openocd-due.cfg -c "program a.elf verify reset exit"