aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/install-octopi.sh
Commit message (Collapse)AuthorAgeFilesLines
* scripts: Add a new klippy-requirements.txt file for virtualenv installsKevin O'Connor2019-04-011-1/+1
| | | | | | | | Place all of the host software python requirements into a config file. This makes it easier to update the python requirements without having to update several installation scripts. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* flash_usb: Add a helper script for flashing Klipper over USBKevin O'Connor2019-03-081-1/+1
| | | | | | | | Add a script to help flash Klipper over USB. This tool can instruct Klipper to enter into bootloader mode and it can help track changes in device name during that transition. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* scripts: No longer require bossa-cli in install-octopi.shKevin O'Connor2018-08-271-1/+1
| | | | | | | Now that there is a local copy of bossac in the lib directory, there's no reason to require a system version of it. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* scripts: Add additional explicit dependencies to install-octopi.shKevin O'Connor2018-06-171-1/+2
| | | | | | | | Add virtualenv, build-essential, gcc-arm-none-eabi, and binutils-arm-none-eabi packages - just in case they aren't already installed. Reported by @AxMod3DPrint. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* scripts: Add python-dev dependency to install-octopi.shKevin O'Connor2018-06-091-1/+1
| | | | | | | The python-dev package is usually already installed, but there's no harm in stating it explicitly. Reported by @yschroeder. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* scripts: Add stm32flash to octopi-install.sh package listKevin O'Connor2018-04-121-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* install-octopi: Add python-virtualdev to package listKevin O'Connor2017-06-151-1/+1
| | | | | | | | Add python-virtualdev to the list of system packages to be installed - it's usually already installed, but it doesn't hurt to add it to the list in case it isn't already installed. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* scripts: Add octopi installation scriptsKevin O'Connor2017-04-211-0/+102
Add a system startup script so that Klipper can automatically start at boot time. Create an installation script that will install the system dependencies and the startup script. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>