Scripts for simplifying some things on Intel Edison
The recommended way of using these scripts is to add the edison-scripts
directory to your PATH. To do so, add the following to ~/.profile
:
export PATH=$PATH:~/edison-scripts
Then source
the file:
source ~/.profile
- installMraa.sh: Installs mraa, the low level skeleton library for IO communication on Galileo, Edison, and other platforms
- installPip.sh: Installs pip, the Python package manager
- installRAtom.sh: Installs
ratom
for remote text-editing with Atom; see this post for details - resizeBoot.sh: Resizes the
/boot
partition