commit | aa9880c8225427ae4221f6ba96bc03209c3b7d7f | [log] [tgz] |
---|---|---|
author | June Tate-Gans <jtgans@google.com> | Fri Mar 29 15:08:52 2019 -0700 |
committer | June Tate-Gans <jtgans@google.com> | Fri Mar 29 15:14:23 2019 -0700 |
tree | 9b67f974c6022a27d69b66616f16bece4690747b | |
parent | 28a184984513926097dafb1f4d452d53a51c8f8b [diff] |
make: Add a simple makefile to make distribution easier Also clean up a few other mdt usages. Change-Id: I5afb08bcbbd17283d262fd0c50d154a03b42cc79
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.