aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Bootloaders.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Bootloaders.md')
-rwxr-xr-xdocs/Bootloaders.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/Bootloaders.md b/docs/Bootloaders.md
index 87ce0b00..c6147567 100755
--- a/docs/Bootloaders.md
+++ b/docs/Bootloaders.md
@@ -135,13 +135,12 @@ on the "programming usb port" (the USB port closest to the power
supply).
The code at https://github.com/shumatech/BOSSA can be used to program
-the SAM3. It may be necessary to use the code from the `1.6.1-arduino`
-release.
+the SAM3. It is recommended to use version 1.9 or later.
To flash an application use something like:
```
-stty -F /dev/ttyACM0 1200
-bossac -i -p ttyACM0 -R -e -w -v -b out/klipper.bin
+bossac -U -p /dev/ttyACM0 -a -e -w out/klipper.bin -v -b
+bossac -U -p /dev/ttyACM0 -R
```
SAM4 micro-controllers (Duet Wifi)