Using B-L475E-IOT01A with arduino-cli #2255
Closed
SebastianZug
started this conversation in
General
Replies: 1 comment 2 replies
-
You can enable some verbose in the ide then you will see the fqbn. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I want to use Arduino command line interface (arduino-cli) for compiling code and flashing an B-L475E-IOT01A. Consequently, I installed the
STMicroelectronics:stm32
packages.But the actual compilation does not work. I assume that my reference on the specific board is wrong when starting the compile process:
In contrast, inside the Arduino IDE you have to select
Board : Discovery
andBoard part number: B-L475E-IOT01A
. But I have no idea how to transfer these two information while calling compilation.Many thanks in advance!
Sebastian
Beta Was this translation helpful? Give feedback.
All reactions