I’ve a HMBGC V2.2 (a gimbal controller). I had burnt the bootloader onto it ages ago (about 7 years ago) using destructions at https://docs.arduino.cc/retired/hacking/software/Bootloader/ .
To test the boot loader I had bombed the board with blink and then it went into a drawer.
I have just now pulled it out to put it to use and plugged it in and it’s still blinking a treat.
But platformio does not recognise it.
The board was set up as an “Arduino Pro or Pro Mini”.
So this time around my ini file is setup:
[env:pro16MHzatmega328]
platform = atmelavr
board = pro16MHzatmega328
framework = arduino
lib_extra_dirs = ~/Documents/Arduino/libraries
Listing platformio “Devices” shows naught in the device list.
Is this a boot loader out of date problem?
I’m not having problems with my ESP32 setups.
I’m running on Ubuntu 22.04.5.