How to setup your own configuration - markniu/PandaPi GitHub Wiki
WARNING !!! - If you do this you won't get updates from https://github.com/markniu/PandaPi
anymore and have to merge changes manually
To setup you own machine you need to fork this repo and create a branch.
As an example if you want to use the PandaPi board for a Prusa MK3 you can create the branch MK3
To switch to that branch on your Pi you have to login to it via ssh.
Then do:
cd ~
mv PandaPI PandaPI.old
svn checkout https://github.com/<USER>/PandaPi.git/branches/MK3
You have to replace <USER>
with your github username.
To be sure go to
<IP OF YOUR PI>:8181
in your browser and click on update source
in the Edit Marlin
tab when activated the Advanced mode.
Actually due to changes at Github
cd ~
cd PandaPI
mv Marlin2.x Marlin2.old
svn checkout https://github.com/<USER>/PandaPi.git/trunk/Marlin2.x