#I don't have windows, trying to use the picoprobe
1 messages · Page 1 of 1 (latest)
The command should be similar for Linux
Do you have a Raspberry Pico ?
You should try to follow the tutorial : https://tiplanet.org/forum/viewtopic.php?f=113&t=25191
!! NE FONCTIONNE PAS SUR N0120/EX et N0115, NE PAS TENTER SOUS PEINE DE BRICK PERMANENT !! Vous possédez une Calculatrice Numworks ? Vous êtes un peu bidouilleur et vous avez tenté de faire de votre Numworks votre plateforme de développement pour les Vacances ? Super !
Mais maintenant votre cal...
So, you need to download the Zip and extract it https://bit.ly/3dpwQu8
Then open a terminal into the extracted folder
Oh, it's in Windows format
So download directly openocd from xpm
sudo npm install -y -global xpm@latest
xpm install --global @xpack-dev-tools/openocd@latest
Then this command (for unlock.bat) : /home/neo/.local/xPacks/@xpack-dev-tools/openocd/0.12.0-2.1/.content/bin/openocd -f "./OpenOCD/share/openocd/scripts/interface/picoprobe.cfg" -f "./OpenOCD/share/openocd/scripts/target/stm32f7x.cfg" -c "init" -f "testunlock.run" -c "exit"
If it complain about Picoprobe not found, you can try this instead : /home/neo/.local/xPacks/@xpack-dev-tools/openocd/0.12.0-2.1/.content/bin/openocd -f ./OpenOCD/share/openocd/scripts/interface/cmsis-dap.cfg -f ./OpenOCD/share/openocd/scripts/target/stm32f7x.cfg -c "init" -f testunlock.run -c "exit"
i have a KB2040
adafruit pico with less pins
bad practice to use npm with sudo
I dont use sudo because I have setup my npm to work in user, but by default, it won't work without being root
that’s only if you installed it wrong
proper installation of npm should allow global packages without sudo
I installed it using pacnan, as a dependency from Node
is that an arch setup?
Yes
Sweet, what desktop you use
I use GNOME, because I don't want to spend too much time with the GUI if it's already working
that’s fair I do too
anyway back on topic
will the kb2040 work if i wire to the spi0 pins?
or do I have to change some things
I don't know, I will search on Internet
i’m real mad at myself, my calculator came unlocked and I installed phi, but then I thought i messed something up when i hadn’t and used the numworks recovery page and locked it
Hopefully I can get it back though haha