Bsp/board.h not found when compiling Arducam_Mega SPI for Pico

  1. Where did you get the camera module(s)?
    Cytron Technologies

  2. Model number of the product(s)?
    SN-ACMG-5AF

  3. What hardware/platform were you working on?
    Raspberry Pi Pico

  4. Instructions you have followed. (link/manual/etc.)

  5. Problems you were having?
    bsp/board.h not found

  6. The dmesg log from your hardware?

  7. Troubleshooting attempts you’ve made?

  8. What help do you need?
    Where can I download that file?

@theanhoo

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.