Board config file

Hi,

I am refering chapter 3 of "nRF connect SDK Fundamental" . (Configuration files - Nordic Developer Academy)

I am refering few samples like "blinky_pwm", "peripheral_lbs".  I could not find board config file.  Where I could find board config file for these samples  ? 

Could you explain more about board config and custom board config file ?

Parents
  • Where I could find board config file for these samples  ? 

    The path is in your screenshot though?

    Those board files are in your NCS installation directory, not in your sample directory (well, you can technically have boards in your sample directory as well, which is often done for custom boards, but all the standard Nordic boards should be a part of Zephyr).

    Could you explain more about board config and custom board config file ?

    As for creating custom boards, we have a lesson about it in the nRF Connect SDK Intermediate course.

    There is also the board porting guide in the Zephyr documentation.

    For more general understanding about board files you may want to read up on devicetree and Kconfig. Going through the DevAcademy courses is a great start though.

    Best regards,

    Michal

Reply
  • Where I could find board config file for these samples  ? 

    The path is in your screenshot though?

    Those board files are in your NCS installation directory, not in your sample directory (well, you can technically have boards in your sample directory as well, which is often done for custom boards, but all the standard Nordic boards should be a part of Zephyr).

    Could you explain more about board config and custom board config file ?

    As for creating custom boards, we have a lesson about it in the nRF Connect SDK Intermediate course.

    There is also the board porting guide in the Zephyr documentation.

    For more general understanding about board files you may want to read up on devicetree and Kconfig. Going through the DevAcademy courses is a great start though.

    Best regards,

    Michal

Children
No Data
Related