commit | 0c184cf24643574ac10b0da9525554de9a09529c | [log] [tgz] |
---|---|---|
author | June Tate-Gans <jtgans@google.com> | Mon Feb 11 12:01:16 2019 -0800 |
committer | June Tate-Gans <jtgans@google.com> | Mon Feb 11 12:01:40 2019 -0800 |
tree | 603ca1a8ff058dd8106b4af5f097fcf093aca905 | |
parent | a26695c99078f1ff0874b91224686f45fe50f2aa [diff] |
main: Add in some dependency checks This prevents nasty tracebacks from firing if we can't load paramiko or zeroconf. Change-Id: If075ab46af462a18552a6da8ba7ffdfe1f3e7f63
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.