Is board support available for Thingy91 "nRF9160_PCA20035" board in Segger Embedded Studio? I am not seeing "nRF9160_PCA20035" as a supported board under "ncs\zephyr\boards\arm". If not is there an ETA when it will be available?
Is board support available for Thingy91 "nRF9160_PCA20035" board in Segger Embedded Studio? I am not seeing "nRF9160_PCA20035" as a supported board under "ncs\zephyr\boards\arm". If not is there an ETA when it will be available?
Hi,
The board is located in the "nrf" repo. Could you check if this helps?
If you are on an older tag/revision, you might have to update to master for latest features (real GPS usage for instance) on thingy:91.
Kind regards,
Håkon
I am getting error trying to select pca20035 board.
Also I have multiple "Board Name" options for pca20035:
nrf9160_pca20035_v0_2_2
nrf9160_pca20035_v0_2_2ns
nrf9160_pca20035_v0_3_0
nrf9160_pca20035_v0_3_0ns
What are the differences among these 4 options and which one should be selected?
Are you sure you're on master?
Could you try this?
cd path/to/ncs/nrf git checkout master git pull west update
Kind regards,
Håkon
Are you sure you're on master?
Could you try this?
cd path/to/ncs/nrf git checkout master git pull west update
Kind regards,
Håkon
Your head is detached at tag v1.0.0. Please checkout master, and run the procedure that I posted in my previous answer.
Kind regards,
Håkon