I wanted to try FUZIX on my pico2 so I had to build it myself. I don’t really know anything in particular about FUZIX, but I knew that I didn’t want to have to remember how this stuff worked in the future, so I’ve automated building and publishing of FUZIX images for both the pico and pico2 over in my fork of FUZIX:
You can download the images from its release page:
These builds are based on the patch that was made available over in the PicoCalc repo https://github.com/clockworkpi/PicoCalc/blob/master/Code/FUZIX/fuzix.patch
(I’m not allowed to post more than 2 links at once)
Thank you! I’ve been curious about this but hadn’t gotten around to trying it yet.
Is wifi supported on the Pico2? The FUZIX website didn’t really mention it, though they did say wifi was supported for some other platforms. Figured I’d find out when I got aroudn to trying it, and now you’ve made that easy to do.
Yeah, that’s ok. I will note that I just pushed an update that doubles the amount of usermem that is available to run programs on the pico2, so you may want to grab that build.
Please note that, until the most recent build from a few minutes ago, the filesystem image I was publishing in the releases section was a generic image. I switched that to one that is slightly more pico-friendly and that includes a utility that will reboot in flashing mode, which is more convenient than trying to press the bootsel button: picoctl flash.
So I recommend fetching the latest release zip before you flash the image, just to save an extra couple of steps later.