ramapcsx2 / gbs-control

GNU General Public License v3.0
771 stars 110 forks source link

How do I flash new firmware onto the GBS-C using Windows 11 #544

Closed Route66Fan closed 3 months ago

Route66Fan commented 3 months ago

The GBS-C that I have is the one by Mr. Ao. I would like to do this, but I can't easily access the micro USB port on the WiFi expansion board due to it being located behind some RCA\Component jacks.

YoImLee commented 3 months ago

If your computer and GBS are on the same network, you can try the "enable OTA" option on the GBS. It should pop up as a device in your Arduino IDE just like it would when it's connected through USB. If it doesn't work you may have to set your firewall network profile to "private" in your Windows settings, or whitelist the Arduino IDE in there somewhere. That might help.

Route66Fan commented 3 months ago

If your computer and GBS are on the same network, you can try the "enable OTA" option on the GBS. It should pop up as a device in your Arduino IDE just like it would when it's connected through USB. If it doesn't work you may have to set your firewall network profile to "private" in your Windows settings, or whitelist the Arduino IDE in there somewhere. That might help.

That worked, thank you!