Thingy53 Wifi Station build configuration Issue

Hello,

I am building the existing WIFI station app for the Thingy53 with the nRF 7002EB board - sample code: nrf/samples/wifi/sta

In the CMakeLists.txt file, the line CONFIG_WIFI_READY_LIB=y is throwing me the error: attempt to assign the value 'y' to the undefined symbol WIFI_READY_LIB

 

I have tried to build the application with toolchain v2.6.0 and v2.7.0, with the board target being thingy53_nrf5340_cpuapp and thingy53_nrf5340_cpuapp_ns, adding the additional CMake argument of -DSHIELD=nrf7002eb to to configuration.

All of these options have resulted in the Fatal error.

How do I get the config_wifi_ready_lib to integrate in my workspace?

Thank you,

Jon

Related