commit | fdb04e206b4478b73934462227cb3e7840ff57b9 | [log] [tgz] |
---|---|---|
author | June Tate-Gans <jtgans@google.com> | Tue Feb 05 13:03:03 2019 -0800 |
committer | June Tate-Gans <jtgans@google.com> | Tue Feb 05 13:03:03 2019 -0800 |
tree | 0b4cea919477408f90150cab570f60983f4f96c8 | |
parent | 5033406f274fa578335a5d5c7b1ae0b6e1a57c2d [diff] |
mdt: Stop the stupid python tracebacks on SIGINT We really don't need to know. :D Change-Id: If82f67e8f8791df6c1c6145e4fc862f54e243823
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.