You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to use the WiFi on a freshly opened Nicla Vision board, so I had to update the firmware first. But I encountered an issue where the WiFi partition couldn't be formatted. I used the 3.5.1 version from the board manager. I added a few check codes to check whether the format process results in an error or not, and here's the output:
root::init result: 0
No filesystem containing the WiFi firmware was found.
Usually that means that the WiFi firmware has not been installed yet or was overwritten with another firmware.
Formatting the filsystem to install the firmware and certificates...
Format result: -3101
Is fp null? 1
Flashing /wlan/4343WA1.BIN file
Flashed 0%
Writing
After an hour of pulling my long hair, I had to switch to my own setup (not using the Arduino IDE) which HEAD points to 933a3e1 commit. Then it worked.
The text was updated successfully, but these errors were encountered:
Hi @alwint3r , sorry for the inconvenience. I found the bug and pushed a fix (on mbed-os tree), it should be picked up in the next core release (likely in a few days).
When everything will be ok I'll close the issue properly.
I wanted to use the WiFi on a freshly opened Nicla Vision board, so I had to update the firmware first. But I encountered an issue where the WiFi partition couldn't be formatted. I used the 3.5.1 version from the board manager. I added a few check codes to check whether the format process results in an error or not, and here's the output:
After an hour of pulling my long hair, I had to switch to my own setup (not using the Arduino IDE) which HEAD points to 933a3e1 commit. Then it worked.
The text was updated successfully, but these errors were encountered: