Just received the nRF9151 feather !!
Working through command line compile/flash.
What branch of the nrf9160-feather-examples-and-drivers repo should I use? v2.4.x is default, but v2.7.x seems to be where development is happening.
https://docs.circuitdojo.com/nrf9151-feather/building-and-programming.html#building has the following instructions:
west build -b circuitdojo_feather_nrf9161/nrf9161/ns -p -d build/circuitdojo_feather_nrf9161 –sysbuild
Should that be nrf9151 instead?
Assuming nrf9151, I could get the v2.7.x branch to build.
pyocd pack install nRF9160_xxAA
west flash –runner pyocd
Button and blinky samples seem to work – yay!