Hello
I'm about to update from NRF SDK v1.8 to NRF SDK v1.9.1. We build our firmware for both NRF9160 but also for QEMU_X86 (simulation build). I noticed that since the update the function call to mbedtls_ctr_drbg_seed fails with the error code 0x34 which means MBEDTLS_ERR_CTR_DRBG_ENTROPY_SOURCE_FAILED. We noticed that with the new version there was also a migration to mbedtls 3. That might way it is behaving different now. Any ideas how I can solve the problem? Do I somehow need to defined the entropy source for qemu_x86?
Kind regards,
Michael