-
Where did you get the camera module(s)?
Cytron Technologies -
Model number of the product(s)?
SN-ACMG-5AF -
What hardware/platform were you working on?
Raspberry Pi Pico -
Instructions you have followed. (link/manual/etc.)
-
Problems you were having?
bsp/board.h not found -
The dmesg log from your hardware?
-
Troubleshooting attempts you’ve made?
-
What help do you need?
Where can I download that file?
Run git submodule update --init in the pico-sdk repository
Bsp/board.h not found means that the tinyusb module will not be included,
So the USB functionality will not be compiled into the SDK. This means that USB serial, other USB functions,
And the example code will not work.