commit | a56ee45fd243f8bafda4ba4d35c6526c71e835eb | [log] [tgz] |
---|---|---|
author | June Tate-Gans <jtgans@google.com> | Tue Mar 26 16:17:26 2019 -0700 |
committer | June Tate-Gans <jtgans@google.com> | Tue Mar 26 16:17:26 2019 -0700 |
tree | fb6ab4f84f0895acbff25b1af2fa1dd8c37c3521 | |
parent | 71723e2461d552dad822bff1b630b91acef15c49 [diff] |
errors: Provide some helpful information when keypushes fail This gives the user some actionable methods for resolving the problem. Change-Id: I08ce95767b978d8dff1274038060d8958cb5c20c
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.