An open API service indexing awesome lists of open source software.

https://github.com/a0s/odroid-xu4-octoprint

OctoPrint and VNC server based at Odroid XU4 board
https://github.com/a0s/odroid-xu4-octoprint

Last synced: 10 months ago
JSON representation

OctoPrint and VNC server based at Odroid XU4 board

Awesome Lists containing this project

README

          

Odroid XU4 OctoPrint
--------------------

# Features

* stopped lightdm (mate) service
* xvfb run new mate session for `odroid` user
* x11vnc screen :99 1680x1050 for xvfb
* enable avahi daemon - `3dprint.local` host
* OctoPrint 1.7.0rc2 at [3dprint.local:8080](http://3dprint.local:8080)

# How to use

1. Install Odroid XU4 Mate Image [ubuntu-20.04-5.4-mate-odroid-xu4-20210113](https://odroid.in/ubuntu_20.04lts/XU3_XU4_MC1_HC1_HC2/ubuntu-20.04-5.4-mate-odroid-xu4-20210113.img.xz)
Creds: root:odroid, odroid:odroid
2. Generate ssh key `~/.ssh/3dprint` and upload it to root user
3. Change `ansible_host` to temporary ip (change it back to `3dprint.local` after playbook run)
4.
```shell
ansible-playbook -i inventory main.yml
```