Is this a bug in the bootloader's port discovery?

Discussion about software developed by Freematics, including Freematics Builder and Freematics Emulator GUI
Post Reply
boilersuitd
Posts: 1
Joined: Mon Mar 25, 2024 3:11 pm
Contact:

Is this a bug in the bootloader's port discovery?

Post by boilersuitd »

I have no trouble uploading sketches to the Arduino IDE. PlatformIO is also functional. I even manually tried AVRdude, and if I follow a specific reset technique, it works. I'm also competent with programs like QMK Toolbox.

However, I'm having problems with Arduino Builder. "Forcing reset using 1200bps open/close on com4" is where I get stuck. For roughly ten seconds, I watch the board's LED blink once every two seconds, after which I receive the message "no new port found".


Resetting the board to access the bootloader is not possible. I know it's not resetting because device manager does not refresh during the process.

When I enter the following commands at the command prompt: mode COM4 baud=1200 parity=n data=8 stop=1, the device management responds to the reset by staying in DFU mode for two to three seconds before returning to normal mode. The system successfully resets the port.

Does the reset code have a bug? I'm working with version 1.0.13.
stanley
Site Admin
Posts: 1027
Joined: Sat Mar 01, 2014 3:15 am

Re: Is this a bug in the bootloader's port discovery?

Post by stanley »

You have mistakenly chosen Arduino Leonardo as board type.
Post Reply