I’m working on getting the wi-fi dev board online, but I’m having trouble at the very first step, flashing the firmware. I’ve tried on Windows and MacOS so far, and get stopped at the same point. Once I have python/vscode installed, and once I have the fbt package ready to go, I try to push it to the device “./fbt flash”, and get “Is device connected and is System>Debug enabled?” if I haven’t done the hold boot, press reset, release boot, thing, and it says “[ERROR] No available interfaces” if I have. Whenever I perform the “hold boot, press reset, release boot” step, I see the two network interfaces replaced with one in device manager / ls /dev/.cu*, so it should detect, but the dev board has no lights and fbt can’t see it.
I hope that’s easy enough to follow. I haven’t tried to debug yet, but I was wondering if someone else has had these issues yet and might have a quicker answer for me. I’m competent, but not proficient in any development environments.