Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 2.12 KB

README.rst

File metadata and controls

48 lines (35 loc) · 2.12 KB

Photonic3D Image Builder (Based on OctoPi)

Where to get it?

The latest image based on the current stable build can be dowloaded from:
http://d359hvxwrop0le.cloudfront.net/photonic-image.zip

How to use it?

  1. Unzip the image and install it to an sd card like any other Raspberry Pi image
  2. Configure your WiFi by editing octopi-network.txt on the root of the flashed card when using it like a thumb drive
  3. Boot the Pi from the card
  4. Log into your Pi via SSH (it is located at photonic3d.local if your computer supports bonjour or the IP address assigned by your router), default username is "pi", default password is "raspberry", change the password using the passwd command and expand the filesystem of the SD card through the corresponding option when running sudo raspi-config.

The Photonic3D web UI is located at http://photonic3d.local:9091 <http://photonic3d.local:9091>

Requirements

  1. qemu-arm-static
  2. Downloaded Raspbian image.
  3. root privileges for chroot
  4. Bash
  5. realpath
  6. sudo (the script itself calls it, running as root without sudo won't work)

Build on Linux

Build requires about 2.5 GB of free space available.

Start by cloning this repository.

Then issue the following commands:

sudo apt-get install gawk util-linux realpath git qemu-user-static
cd octopi/src/image
curl -J -O -L  http://downloads.raspberrypi.org/raspbian_lite_latest
cd ..
sudo modprobe loop
sudo bash -x ./build photonic3d

Modifications to OctoPi

Since Photonic3D is mostly self contained, there are some modifications to the core scripts to allow for all generation of OctoPrint-specific functionality to be disabled by configuration. All of the Photonic3D content added to the image is contained within the photonic3d variant.