When I received a BoogieBoard a while back, I wasn’t able to ‘talk’ to it over USB-C. I thought at the time that it was most likely the USB cable that I was using. Well, recently I had need of this board to run some Qwiic tests. (There’s a pun there somewhere.) I finally came to the conclusion that I needed to reprogram the bootloader onto the BoogieBoard to get it to work at all.
My only means of doing this was by adapting a Sparkfun Pro Mini board that I had (5V version), and loading the ArduinoISP sketch onto it to make it behave as a Bootloader Programmer. I followed the instructions outlined here:
https://learn.sparkfun.com/tutorials/in … bootloader
However, after many attempts, the best I can get out of it is this error:
Arduino: 1.8.13 (Windows 10), Board: “SparkFun Pro Micro, ATmega32U4 (5V, 16 MHz)”
avrdude: Yikes! Invalid device signature.
Double check connections and try again, or use -F to override
this check.
Error while burning bootloader.
This report would have more information with
“Show verbose output during compilation”
option enabled in File → Preferences.
I’ve checked the connections, several times, as outlined in the chart provided in the Sparkfun URL link listed above. So, obviously I’m missing something, or this would have worked. What could I have messed up?