commit | 6f4de9e84559f93a998e5f00387233ed2376d0ed | [log] [tgz] |
---|---|---|
author | June Tate-Gans <jtgans@google.com> | Tue Feb 05 15:20:44 2019 -0800 |
committer | June Tate-Gans <jtgans@google.com> | Tue Feb 05 23:29:56 2019 +0000 |
tree | d30b9d92b0d9c82e221a9e158663445e3dfbd9bb | |
parent | 6344b0e1d16596097565a67183eb015471f98ec0 [diff] |
shell: Add in a shell command This just gives us a simple way to execvp ssh and have a normal, bog-standard terminal. Very similar to the board.sh shell command. Change-Id: I50fb7b96abae737a3d01481e8cc27ac9accd3b57
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.