Hi all,
I am working on the nrf5340 with the ncs v2.5.0. I want to to be able to update the device with BLE and through WiFI (like the aws-iot example).
To fit all this I use also an external flash (the mx25r64) which need to work as XIP.
So I added this as overlay:
C:/ncs/v2.5.0/zephyr/drivers/flash/nrf_qspi_nor.c:69:2: error: #error "No size specified. 'size' or 'size-in-bytes' must be set"
69 | #error "No size specified. 'size' or 'size-in-bytes' must be set"
and
Could not find memory mapped address for XIP. Generated update hex files
will not have the correct base address. Hence they can not be programmed
directly to the external flash.
Am I missing some configs? Should I add a memory partions, if yes do you have an example?
Also I would like to know can we use the same Bootloader for the DFU through Wifi and BLE, do you have any recommendation for this.
Thank you,
Sylvain