diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-08-24 20:23:58 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-08-27 08:54:43 -0400 |
commit | 9b56c4f7800d81ed71c49f9c2b3a76b8aa3398a0 (patch) | |
tree | 6bce849a192c45342844f66044e242f6544d4d92 /docs/Bootloaders.md | |
parent | daf4d237c0fdbaad58f3c6f5cb3b3e32f3e996e4 (diff) | |
download | kutter-9b56c4f7800d81ed71c49f9c2b3a76b8aa3398a0.tar.gz kutter-9b56c4f7800d81ed71c49f9c2b3a76b8aa3398a0.tar.xz kutter-9b56c4f7800d81ed71c49f9c2b3a76b8aa3398a0.zip |
docs: Update Bootloaders.md with updated bossac info for sam3x8e
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Bootloaders.md')
-rwxr-xr-x | docs/Bootloaders.md | 7 |
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) |