commit | 085760350accbcd69b7b8dbb20199ad043e473de | [log] [tgz] |
---|---|---|
author | June Tate-Gans <jtgans@google.com> | Thu Mar 14 14:06:37 2019 -0700 |
committer | June Tate-Gans <jtgans@google.com> | Thu Mar 14 14:06:37 2019 -0700 |
tree | 521450aeec707e369857aea20a0ff05ed0f78ed8 | |
parent | d9e10acf381379699dafc625553baf445646de56 [diff] |
setup: Fix paramiko version to 2.x.x and above Unfortunately we can't fix this to version 2.1.x and above simply because it's not available on currently shipping Debian distributions. Using 2.1.x would allow us to set environment variables, however. Change-Id: I9428f87d80fd6c5b504e6e62ffa2c4f4593a4a8d
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.