Skip to content
SilentNightx edited this page Nov 7, 2024 · 6 revisions

Welcome to the VitaDockPlus developer wiki!

The goal of this wiki is to provide enough information that VitaDock+ can be recreated from scratch on top of any future release of Raspberry Pi OS.

Needless to say you start by copying the source files to the Pi SD and making the .sh files in /home/pi executable.

cd /home/pi

sudo find . -type f -iname "*.sh" -print0 | xargs -0 chmod 755

Clone this wiki locally