I went thru the Linux setup instructions. I can build and upload code ok. But it doesn’t appear to run. Blinky doesn’t blink. Button doesn’t do anything. Help please
I can build and upload - code doesn't appear to run.
Ahh, the linux instructions are a bit outdated. If you change the bench in your nfed
directory to v1.5.x
instead of main
and run
git pull
and then
west update
that should get you in the right place!
Rebuild using the -p
flag and then try to refresh using newtmgr
Let me know how it goes!
Looks like the directory structure changed, so I started over with:
west init -m https://github.com/circuitdojo/nrf9160-feather-examples-and-drivers --mr v1.5.x
Its working now! Question - Should I use a newer version of zephyr sdk than version 0.11.4 ?
I would not change the version of Zephyr. NCS pulls the necessary version of Zephyr that is compatible.