From 9b56c4f7800d81ed71c49f9c2b3a76b8aa3398a0 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Fri, 24 Aug 2018 20:23:58 -0400 Subject: [PATCH] docs: Update Bootloaders.md with updated bossac info for sam3x8e Signed-off-by: Kevin O'Connor --- docs/Bootloaders.md | 7 +++---- 1 file 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)