webhdx / PicoBoot

Raspberry Pi Pico (RP2040) based IPL replacement modchip for GameCube
GNU General Public License v2.0
1.46k stars 91 forks source link

pico w support #82

Open f3bandit opened 1 year ago

f3bandit commented 1 year ago
Answer some general questions first
Are you my GitHub sponsor? no
Did you check older issues to see if it was requested before? yes

Can we get a build for the pico w that enables the led, as the led is not tapped to a gpio pin, apparently it's tied to the wifi chipset some how. I'm not looking for the wifi to be supported yet as I know that will take time. Just want to use a pico w to be future proof for when that happens I don't need to unsolder the pico and solder in a pico w, when I can just solder once and be done. thx

webhdx commented 1 year ago

You can use Pico W with the existing firmware. The LED doesn't serve any meaningful purpose at the moment. It won't be future proof because you'll need to change the wiring with new firmware anyway.

catb50 commented 1 year ago

It's a different definition in the code WL_GPIO0 vs GPIO25 plus as mentioned above it doesn't even provide proper visuals. I don't think @webhdx will recompile and re-upload just to change a LED light, but will to allow other fun features to take advantage of the Pico W in the future. Open source is available if you wanted to try and change the definition in the code yourself and recompile.