commit | 9d5a0724bad7b4ea0d18bb6c90d8fa7ffe88f90e | [log] [tgz] |
---|---|---|
author | June Tate-Gans <jtgans@google.com> | Mon Apr 01 15:59:15 2019 -0700 |
committer | Alex Van Damme <atv@google.com> | Mon Apr 01 23:05:23 2019 +0000 |
tree | 50cbd9ca76f642500d87714149eb5b37b6804eaf | |
parent | e423a47b95f8f3a8fa1d8b39820741f059e4aa46 [diff] |
pushkey: Fix argument names Apparently I copypasta'd the original pushkey code in the wrong way. Change-Id: I3bcbb30c63bab263a9801000cf79794a2798e539
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.