0.3.0! V2 is here!
V2 support is finally here! Thanks to blisp, pineflash can now work with v1 and v2 pinecils.
Installing
Arch based distros (Arch, Artix, Manjaro, Endeavor)
You can just run sudo pacman -U ./pineflash-git-0.3.0-x86.pkg.tar.zst
and it will install with no issues and you can launch via the shortcut in your app launcher.
Alternatively you can just install the git version via the aur.
Generic Linux
Just extract the zip file and put the contents of the usr folder into /usr/
sudo cp -r usr/* /usr/
will work, just make sure you have the dependencies installed
Arm linux
You will need to compile pineflash from source.
First download the source code of tag 0.3.0 with this command
git clone --depth 1 --branch 0.3.0 https://github.com/Spagett1/PineFlash/
Then ensure you have the proper dependancies installed
rust
cmake
polkit
gtk3
git
dfu-util # For pinecil v1 support.
After this run the following
cd PineFlash
./generic_linux_install.sh
It should then be installed.
Macos
I dont have a mac to test on but theoretically these are the steps.
Important: Don't forget to add blisp to your path
Follow the manual compile steps found in the readme, make sure blisp goes into the global path and then run the pineflash binary. Let me know if there are issues as i can not test it to find out.