Melissa LeBlanc-Williams
Melissa LeBlanc-Williams
The board I'm testing with is https://www.adafruit.com/product/5483. However, there's a number of bootloaders for espboards at https://github.com/adafruit/tinyuf2/releases if you want to test with a similar one.
#83 looks kind of promising for fixing the issue though.
Ok, I just tried it and it worked great. Thank you. It looks like this tool is getting very close now.
@jerbzz I don't remember exactly what I did at this point, but I likely just followed the instructions at https://learn.adafruit.com/adafruit-i2s-mems-microphone-breakout/raspberry-pi-wiring-test#installer-script-3061600. I think I may have been using a Pi 4...
What happens if you run the following commands first? ``` sudo apt update sudo apt -y upgrade ``` After running that (and rebooting if necessary), what are the results of...
I think this is either a duplicate of I think it may essentially be a duplicate of #247 because you are using 32-bit (different script, but same cause) or it's...
Tested successfully on the 64-bit version of Pi. We may need to add a check to the script to see if the user has a mismatch between the kernel and...
Even better would be to update the script so that it makes use of built-in drivers so that compilation isn't necessary in the first place. Then it wouldn't matter if...
This will require additional testing on the C3.
If this is on a per-board basis, can't it be added to the board's description?