I have this exercise building under SDKv3.0.2/Windows11/VScode and running on a nrf5340dk board.
thingy-x91 (an active nRF product with an nRF5340 & spi external flash) is not listed on the exercise web page above as supported
>would it be possible to add thingy-91x or better time wise for you to reply here with the necessary changes?
https://www.nordicsemi.com/Products/Development-hardware/Nordic-Thingy-91-X
https://docs.nordicsemi.com/bundle/ug_thingy91x/page/UG/thingy91x/hw_description/ext_memory.html
I have tried to make it work but keep running into failures after 'add build configuration' - generate phase with errors like;
error: Aborting due to Kconfig warnings
-- Configuring incomplete, errors occurred!
See also "C:/Nordic/myapps/blinky_external_flash/build/CMakeFiles/CMakeOutput.log"
That log file contains only one line;
The system is: Windows - 10.0.26100 - AMD64
I am still learning how to troubleshoot generate phase problems. It's not like traditional build/compiler/linker error troubleshooting.
It's not clear where some of the symbols come from in build\_sysbuild\autoconf.h for instance.
This file for thingy:91x/nrf5340/app is created with many changes vs a working build for the 5340dk/nrf5340/app, with it not being clear to me yet where the changes originate and how to control using prj.conf/, sysbuild.conf, sysbuild/mcuboot..conf files even after completing all devAcademy exercises thus far.
Some tips on how to setup thingx-91x for this exercise would be very helpful and time saving.
Thanks in advance.