[ ] Question.
This issue tracker is not the place for questions. If you want to ask how to do something,
or to understand why something isn't working the way you expect it to,
use Community Forums or Premium Support
[ ] Development Platform or Board.
All issues (building, uploading, adding new boards, etc.) related to PlatformIO development platforms
should be reported to appropriate repository related to your hardware
https://github.com/topics/platformio-platform
[ ] Feature Request.
Start by telling us what problem you’re trying to solve. Often a solution
already exists! Don’t send pull requests to implement new features without first getting our
support. Sometimes we leave features out on purpose to keep the project small.
[x] PlatformIO Core.
If you’ve found a bug, please provide an information below.
Not sure if this fits here, but it fit even less into the other options.
You can erase any parts of this template not applicable to your Issue.
What kind of issue is this?
[ ] Question. This issue tracker is not the place for questions. If you want to ask how to do something, or to understand why something isn't working the way you expect it to, use Community Forums or Premium Support
[ ] PlatformIO IDE. All issues related to PlatformIO IDE should be reported to appropriate repository: PlatformIO IDE for Atom or PlatformIO IDE for VSCode
[ ] Development Platform or Board. All issues (building, uploading, adding new boards, etc.) related to PlatformIO development platforms should be reported to appropriate repository related to your hardware https://github.com/topics/platformio-platform
[ ] Feature Request. Start by telling us what problem you’re trying to solve. Often a solution already exists! Don’t send pull requests to implement new features without first getting our support. Sometimes we leave features out on purpose to keep the project small.
[x] PlatformIO Core. If you’ve found a bug, please provide an information below. Not sure if this fits here, but it fit even less into the other options.
You can erase any parts of this template not applicable to your Issue.
Configuration
Operating system: Ubuntu 20.4
PlatformIO Version (
platformio --version
): 5.1.1Description of problem
For some reason the board listed in https://docs.platformio.org/en/latest/plus/debug-tools/um232h.html seems to be unknown to my plattformio version.
Steps to Reproduce
debug_tool = um232h
to platformio.iniActual Results
Upload fails with message Unknown debug tool
um232h
Expected Results
If problems with PlatformIO Build System:
The content of
platformio.ini
:Source file to reproduce issue:
Additional info
I am uploading at /dev/ttyUSB0, the debugger is at /dev/ttyUSB1 99-platformio-udev.rules are already installed