commit | 53a54dd5d6d685855b636530912bb5804ed4f6e5 | [log] [tgz] |
---|---|---|
author | June Tate-Gans <jtgans@google.com> | Thu Mar 07 14:13:54 2019 -0800 |
committer | June Tate-Gans <jtgans@google.com> | Fri Mar 08 18:49:03 2019 +0000 |
tree | 913a866b19a54e5cb27f83e863d2dd1c2d602d0f | |
parent | 409cb5591a6819d01cf5f126d2e1a3c8a952f20f [diff] |
config: Make get work properly The get command was broken, mis-processing the number of arguments it was receiving. Change-Id: I67f60909508ae29fafac20d1da2e830999cd6a92
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.