Giter VIP home page Giter VIP logo

tool-bossac-py-reset's Introduction

Overview

Need a tool for uploading your firmware using simple steps? Do you need a way to do a usb reset signal for uploading as platformio/Arduino IDE: Performing 1200-bps touch reset on serial port COM1

This is for you

Requirements

Python pyserial (pip install pyserial)

Instructions

  1. Reset the board/trigger bootloader (will do it on the first port found)

In a terminal run: python pyTouchAuto.py

  • If you want to specify a port, modify the code of pyTouch.py and run python pyTouch.py
  1. Run upload command, eg. bossac (included in folder)

If connected to board through Programming Port: path/to/bossac -i -d --port=ttyACM0 -U false -e -w -b "path/to/firmware.bin" -R

If connected to board through Native USB: path/to/bossac -i -d --port=ttyACM0 -U true -e -w -b "path/to/firmware.bin" -R

Refer to bossac manual for details on the used option/switches (-idUewbR)

Examples:

In a Linux terminal: ./1.6.1-arduino/bossac -i -d --port=ttyACM0 -U false -e -w -b "./firmware.bin" -R

In Windows: ./1.6.1-arduino/bossac -i -d --port=COMn -U false -e -w -b "firmware.bin" -R

Example for an sketch build in Arduino IDE:

"/home/axel/.arduino15/packages/arduino/tools/bossac/1.6.1-arduino/bossac" -i -d --port=ttyACM0 -U false -e -w -b "/tmp/arduino/sketches/9AD2B3422801741548BD78F5F71C95A7/Blink_arm.ino.bin" -R

tool-bossac-py-reset's People

Contributors

chepo92 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.