Clone this repo:
  1. 10fe0ff discoverer: Stop warnings about update_service by June Tate-Gans · 3 years, 10 months ago master
  2. 9680c4b mdt: Ensure we build wheels by June Tate-Gans · 3 years, 11 months ago
  3. 028a4f8 discoverer: Remove use of deprecated API by June Tate-Gans · 3 years, 11 months ago
  4. d3b2e88 wheel: Stop using bdist_wheel by June Tate-Gans · 4 years, 6 months ago
  5. 60475ed mdt: Bump version and prep for the next release by June Tate-Gans · 4 years, 6 months ago

MDT - The Mendel Development Tool

What is this?

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.

How do I use it?

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.