This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Bring up Zephyr bluetooth LE controller with nRF52840 on linux

Hi,

Iam using the nRF52840 DK  to make this as a bluetooth LE controller. By following this link https://infocenter.nordicsemi.com/topic/nwp_029/WP/nwp_029/building.html done the procedure step by step. But when i tried to make the cmake am getting the issue. As per the requirements i used the linux with 16.04 version. Installed all the dependencies.

Steps  followed :

- Cloned the zephyr repository

- Check out the latest version v2.0.0

- Go to the path samples/bluetooth/hci_uart

- My zephyr is greater than 1.10 so enter the below command

    -mkdir  build && cd build

    - cmake -DBOARD=nrf52840_pca10056  -DCONF_FILE=prj.conf  ..

After this command its showing the issue like this:

I can see that there is a issue in configuration file.

1- What exactly we need to configure ?

Point me if am missing any.

Thanks,

venkatesh

Related