commit | c51ce95d37196d265a21a9f0ca77b4793212a155 | [log] [tgz] |
---|---|---|
author | June Tate-Gans <jtgans@google.com> | Wed May 15 12:57:09 2019 -0700 |
committer | June Tate-Gans <jtgans@google.com> | Wed May 15 12:57:09 2019 -0700 |
tree | 94a9fa31c8b9f055114b1c275d20559d8e560a68 | |
parent | 929e84c355bf10d481b1186a53584465b715ca2b [diff] |
push: Adjust to handle relative destination paths This does some checks on the arguments passed in *before* it attempts a connection, and then also adds in support for paths relative to /home/mendel when pushing. Change-Id: I8f07af5ea6e916d9b462d487cb8f5dc1a86ab1e9
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.
Install it via pip like this:
pip install mendel-development-tool
Note that if you run this as a non-root user, the executable will be stored in $HOME/.local/bin
which may not be in your PATH environment variable, so you'll want to add it.