commit | a0e89070e8f3ab59aea962fef78258601b668f16 | [log] [tgz] |
---|---|---|
author | June Tate-Gans <jtgans@google.com> | Mon Apr 15 17:04:50 2019 -0700 |
committer | June Tate-Gans <jtgans@google.com> | Mon Apr 15 17:04:50 2019 -0700 |
tree | 4972e9b2f7fc80d7f4f466ae6e134051b6b71b05 | |
parent | 267893c2874cdd21deb2598779872a6418a079b4 [diff] |
get: Make get actually dump all the variables like the docs say Before get would simply dump its usage information to the terminal. Not all that helpful. :D Change-Id: I28cbcd57b09832b63f659333e67334885d86fe59
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.