Giter Club home page Giter Club logo

apollo3_uploader_svl's Introduction

generate executables

Apollo3 Uploader - SparkFun Variable Loader (SVL)

The svl bootloader is the default bootloader on Artemis module--based boards. This repo contains both the Python programs that are used to send code to a board and the source code for the program that receives code on an Artemis module.

The bootloader for the Artemis can be upgraded via Arduino using these instructions. It can also be upgraded using the Artemis Firmware Upload GUI.

Artemis SVL Versions:

  • v6 - Fix to write to the upper half of flash
  • v5 - Speed and reliability increases
  • v4 - Added peripheral deinitialization to deliver the Apollo3 closer to the initial reset state.
  • v3 - Initial version

Usage

  • prerequisites

    • board has the SparkFun Variable Loader installed
      • source code is located in bootloader/src
      • precompiled binaries and a makefile are located in bootloader/gcc (the artemis module target is suitable for all current SparkFun products)
    • Python is installed on your computer
    • your program is compiled + linked to support the SVL (binary offset 0x10000)
  • use the SVL loader script to upload to the board

    python svl.py [flags] port

    • -b baud rate: 115200, 921600, or other desired common baud rate (57600, 115200, 230400, 460800, 921600)
    • -f filepath: path to the binary image of your program to upload
    • port serial port: the serial port to connect over (/dev/* on *nix or COMX on windows)
    • -v verbose: turn on verbose output

apollo3_uploader_svl's People

Contributors

gigapod avatar davesapphire avatar nseidle 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.