pimoroni-pico icon indicating copy to clipboard operation
pimoroni-pico copied to clipboard

Build-Instructions for building firmware myself, missing ?

Open jogi-k opened this issue 3 years ago • 1 comments

I am looking for a way to create the firmware myself. I couldn't find anything. Are there anywhere hints on how to do this?

jogi-k avatar Nov 28 '21 09:11 jogi-k

The steps are pretty explicitly laid out by the GitHub workflow that builds our releases/test builds: https://github.com/pimoroni/pimoroni-pico/blob/v0.3.3/.github/workflows/micropython.yml

Some documentation effort wouldn't go amiss though, I could have sworn I wrote it down somewhere.

Gadgetoid avatar Jan 25 '22 14:01 Gadgetoid

I've switched to using a shell script in the ci subfolder to set up some of the build process. It demystifies it a little, but it's still not great.

Very much still need to put some instructions somewhere, since this was also asked here: https://github.com/pimoroni/pimoroni-pico/issues/770

Closing this in favour of #770.

Gadgetoid avatar Mar 11 '24 15:03 Gadgetoid