I would like to build 1.0.6
I am able to build a working latest release but then I am not able to use the contributed patches and object right?
Actually i did build 1.0.6 but no factory or contrib patches load.
I got some trouble building working version 1.0.6
I did:
git clone https://github.com/axoloti/axoloti.git axoloti/
git log
git checkout e67c36461ac1e12cab0b9c84c5034c735bf3cd
As this was the hash of the last update for 1.0.6
The the build was successful but upon loading the older firmware the board crashed and i had to put it in PFU mode to recover the firmware.
Now when i connect the board, none of the demo patches load.
I get errors like
upon connecting the board.:
java.io.FileNotFoundException: objects/synonyms.xml (No such file or directory)
java.io.FileNotFoundException: objects/transitions.xml (No such file or directory)
when trying to load a patch:
java.io.FileNotFoundException: public_key.der (No such file or directory)
export axoloti_home=/opt/axoloti
Any tips?