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

driver and application files porting from SDK to linux kernel

Hi Group, currently working on nRF52840 chipset based EVK and able to flash program. But I need to port the chipset driver and required files from nRF5_SDK_15.2.0 SDK to my current linux kernel build which are having all the other device driver integrated. Please let me know which are all files I need to port for basic communication from external CPU to nRF52480 chipset .

Thanks in advance.

Parents Reply
  • Hi Awneil, We are using Linux Kernel 4.9 under yocto build which is running on main CPU(i.MX7)  board. With this CPU nRF52840 is interfaced with USB2.0 interface. Now with nRF52840 evaluation kit I am able to detect and program the device with "nrfjprog" command line tool as well as with Segger Embedded Studio. My main query is how can I detect the only nRF52840 chipset in target board with CPU using USB2.0 interface under linux OS. and then which basic test applications I can use to run on this chipset.

Children
Related