create_nordic_project.py failed(1)

Hello,

I am currently using nRF Connect SDK v1.7.1 with a nrf9160DK. I keep getting "create_nordic_project.py filed (1)" when I try to open a new project with a overlay file.  Same projects can be opened if I delete the overlay.  I tried pretty much all the solutions/suggestions from the devzone, but so far no luck.  This situation also happened when I was using v1.7.0.  I also tried reinstalling the SDK, but didn't work.  Did I miss anything?  Is there a procedure I have to follow in order to load in a overlay file?  Thank you.

Parents
  • Hi,

    Where did you place your overlay files inside the hello_world sample? Also, is it possible to share your overlay file?

    Regards,

    Priyanka

  • Hi Priyanka,

    First of all, thank you very much for your effort. I really don't have a clue why but when I just have the pwm0, spi3 and uart0 in my overlay then SES seems to accept it and puts it into zephyr.dts and also changes the devicetree_unfixed.h.  Since I am not using rts and cts, I assigned 0xFFFFFFFF to those two pins.  I then deleted the entire build_nrf9160dk_nrf9160_ns folder and reloaded the project.  There no more "create_nordic_project.py failed (1)" error.  Finger-crossed that won't appear again.  I think we can close this ticket for now.

Reply
  • Hi Priyanka,

    First of all, thank you very much for your effort. I really don't have a clue why but when I just have the pwm0, spi3 and uart0 in my overlay then SES seems to accept it and puts it into zephyr.dts and also changes the devicetree_unfixed.h.  Since I am not using rts and cts, I assigned 0xFFFFFFFF to those two pins.  I then deleted the entire build_nrf9160dk_nrf9160_ns folder and reloaded the project.  There no more "create_nordic_project.py failed (1)" error.  Finger-crossed that won't appear again.  I think we can close this ticket for now.

Children
Related