Hi all!
I have a minima that I was setting up for the arduino-cli, but after my first flash using the arduino-cli my board does not recognize it as a USB device.
I have two programmers that are on the list in the IDE for the minima, jlink (edu) and a stm stlink (v2).
When I try to burn the bootloader I get this error:
Property 'bootloader.tool.serial' is undefined
When I try to burn a sketch directly I get this error:
Failed programming: recipe not found 'program.pattern'
I get the same error regardless of which programmer I use, so my thoughts are that it's an issue with the board's configurations within the IDE or its packages.
I was hoping to use the built-in functionality the Arduino IDE has so I would not have to figure out the controller configurations myself using each one's flash utilities. Still, there seems to be an issue that either no one has run into, or one I have specifically created lol.
I am using Arduino IDE 2.3.2, and even tried the nightly build: 2.3.3, same issue.
I have another minima board, but I am afraid of flashing another arduino-cli build until I know I can recover the first minima.
Once I can recover it, I can look into the build issue without further monetary loss.
So two questions, if it doesn't recognize as USB is it forever bricked? And if not, then what recommendations would you give to try to resolve the programmer issue described above?
As I get time I will look into using the utilities directly, but thought I would present the questions while I wait for time to look into it outside the confounds of the IDE in case it is an already documented issue. I did look through the forums but did not see any specific to this chip, if I missed one please forward it to my attention.
I also did some initial Google investigation, but most of what I found had to do with access to the udev stuff, which I have worked out with my working board.
For what it's worth, I do get the same errors when the good board is connected. The dfu upload works as normal for the good board. I can also debug the good board with the jlink (edu), so I have some confidence at least one programmer is working, to some extent.
Thanks in advance!