- Raspberry Pi (2,3,4 ; 0 and 1 might be to weak... )
- Display - I used 5" DSI from BTT (BigTreeTech)
- Octoprint with mjpeg-streamer
- Burn latest RaspiOS (I used raspbian 11 bullseye
2022-04-04-raspios-bullseye-armhf-lite) on SD, - Create default user (
pi) and enable ssh (fastes use headless method - need 2 files to drop on sd boot partition:userconfandssh) - Run
raspi-configand enable kms driver (raspi-config will install some packages doing this):8. -> A2. -> G2., also set RaspiOS to console-autologin mode, don't reboot yet. - Edit
/boot/config.txt, find line withdtoverlayandvc4-kms..., change kms to fkms:dtoverlay=vc4-fkms-v3d- otherwise vlc won't work ๐ , now reboot,