Git Product home page Git Product logo

minimycobotflasher's Introduction

Burning mycobot firmware in the Terminal.

This is a very small tool to help you burn mycobot Firmware, it's not as big as GUI.

  • Support local firmware
  • Support remote firmware,

Permissions

If you need to communicate with your device, please ensure that you have the correct permissions. For example, on Ubuntu Linux, you must ensure that your user is part of the dialout group. e.g.:
https://askubuntu.com/a/133244/692420
Note that it will be easiest to log out of your current session and log back in (see this post for more information). You can the check that your current shell session has your the correct permissions by checking for dialout in a command like this:

$ id
uid=1001(myuser) gid=1002(myuser) groups=1002(myuser),20(dialout),27(sudo)

Install

Ensure you have Python 3 and a way to provision local virtual environments.

As an example for Ubuntu:

sudo apt install python3 python3-venv

Then clone the repository.

git clone https://github.com/zlj-zz/minimycobotflasher.git

Setup Virtual Environment

cd minimycobotflasher
python3 -m venv ./venv
source ./venv/bin/activate
pip3 install -U pip
pip3 install -r ./requirements.txt

Run with source code.

source ./venv/bin/activate
python3 main.py --help

Install for Packaging

If you want to build manually, require Python3.6 or later.

cd minimycobotflasher
source ./venv/bin/activate
make install
which minimycobotflasher

minimycobotflasher's People

Contributors

eacousineau avatar zlj-zz 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.