commit | dba9d97e9a51bf554cbf486b7c1d10a0c01a1de6 | [log] [tgz] |
---|---|---|
author | June Tate-Gans <jtgans@google.com> | Fri Apr 05 12:17:06 2019 -0700 |
committer | June Tate-Gans <jtgans@google.com> | Fri Apr 05 12:17:06 2019 -0700 |
tree | 783597685392f56839a4eca9d1029b7108adea8b | |
parent | 78f3a84931efabec8191aa732b41fe28bb8891e3 [diff] |
console: Fix a bug with a missing self Change-Id: I04693d9976ee628bc1be055a0ea1b33c53f62749
MDT is a simple tool to aid in working with single board computers that the Mendel Linux distribution runs on. It consists of a whole bunch of pre-existing open source tooling, coupled with some simple wrappers written in python to ease their use.
It also provides an easy way to interact with these boards without having to fight with serial consoles, IP addresses, and other fiddly bits, reducing barrier to entry when working with these boards.
With minimal effort, MDT should also be portable to existing systems such as Debian and Ubuntu, if needed. This, however, is out of the scope of this project.
Install it via pip like this:
pip install mendel-development-tool
Note that if you run this as a non-root user, the executable will be stored in $HOME/.local/bin
which may not be in your PATH environment variable, so you'll want to add it.