Try running ./pico8 That directory isn’t in your PATH, so bash doesn’t know how to find it. Telling it the directory with ./ explicitly should work. (This isn’t devTerm specific, it’s true on any unix-like machine.)
Hmm, could be something like this. But I thought all of the DevTerms were 64bit? And isn‘t that backwards compatible? Can‘t I run in in some kind of legacy mode?
I think I was able to narrow it down to a 64/32 bit compatibility issue. The error message is just misleading. Explained in this thread:
The A06 DevTerm unit runs a 64 bit system (aarch64 ). The RPI DevTerm units run on 32 bits (armv7l). Which is why the RPI units can run the Pico-8 32bit build with no issues.
If anybody has ideas for a workaround I‘d love to hear them because I am thoroughly out of my league here.
This is the reason I stick to Raspbian or Ubuntu 32bit server for now.
Possible solution could be runing in QEMU? I am not sure.
If I sucessfully install Raspian on VMware ESXi Fling (on Raspberry Pi 4), I could try to do the test.
(I am trying to install)
im getting the error: warning: Architecture armf not defined in architecture tables, ignored. The first time i put the command in i accidently typed armf, but have tried repeatedly with armhf to no avail with that same warning everytime. any help?
Hey all, PICO-8 version 0.2.4 came out today: PICO-8 0.2.4
It has native 64-bit Raspberry Pi builds! Just download the Raspberry Pi zip file from their site, unzip, and run pico8_64 on your DevTerm, no more hassles!
“Needs” is a strong word. You can always create your own .desktop file
Edit: To be more helpful, here is the .desktop file I created for Pico-8, which I wrote to the path /usr/local/share/applications/pico8.desktop so it gets included in the menus:
[Desktop Entry]
Type=Application
Name=Pico 8
GenericName=Fantasy Console
Comment=The PICO-8 console and development environment
Icon=/opt/pico-8/lexaloffle-pico8.png
Exec=/opt/pico-8/pico8_64
Terminal=false
Categories=Game
You will need to edit the paths if you unzip the Pico-8 to somewhere other than /opt.
I think that is the default behavior of Pico-8. You can change to windowed mode with Alt+Enter.
If you want to run it in windowed mode from the beginning you should execute it with the parameter “-windowed 1” (e.g. pico8_64 -windowed 1). You can see other command line parameters in in Running PICO-8 | PICO-8 Wiki | Fandom.