Running make command returns invalid BOARD specified no matter what #2893
HayleTechnica
started this conversation in
General
Replies: 3 comments 6 replies
-
can you post the command that you run with the location, along with their result here. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Same issue for me. First time trying to use tinyusb. Adding commands as suggested above does not return any BOARD_PATH or FAMILY, I can override the values but it fails shortly after. Trying to compile for hid_inout stm32f411blackpill. Used windows 10, 11 and wsl. Edit : got it to work with tinyusb clone in a c drive folder... Now running into the issue of "No targets specified and no makefile found. Stop" will look into it another day. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been trying to get the examples described in the docs (located here: https://docs.tinyusb.org/en/latest/reference/getting_started.html) to run on my machine. I tried running the code in the dependencies section, and while the first command to run the get_deps.py for rp2040 based boards runs without giving me an error, running the next part for the get-deps fails with "invalid BOARD specified" when I supply raspberry_pi_pico. I have tried this again by supplying samd11 as the BOARD parameter, but it returned the same error. Is there something I'm doing wrong here? Looking in the hw\bsp\rp2040 directory, I do see it populated with board.h, family.c, family.h, and the boards directory has subdirectories with board.cmake files for every board that should be there. Any help on this would be greatly appreciated!
I am doing this on Windows 10
Beta Was this translation helpful? Give feedback.
All reactions