- Raspberry Pi 3
- Target SD card
- Download image from http://octoprint.org/download/
- Insert SD card into pc
- Delete any existing partitions with gparted
- Run
sudo dd bs=4M if=octopi.img of=/dev/sdb
where octopi.img is the image and /dev/sdb is the location of the sd - Once the writing is complete, eject and re-insert the SD card
- Use gparted to expand the ext4 partition to use up the rest of the unoccupied space
- Eject SD card and insert it into the Pi
- Boot the Pi
- Ssh into [email protected]. The default username is raspberry
- Change the password with passwd, and record the new credentials in a secure location
- Run
sudo hostname targethostname
to change the hostname - navigate to octopi.local in a browser and setup access credentials for the web interface