





Hi,
To populate a new device, you can do like this first:
then you add your own flash device, with its jedec-id and timing parameters for entering/exiting DPD.
When changing the overlay, I always suggest that you delete your build folder and regenerate the build.
Kind regards,
Håkon
Hi,
Thank you for your reply. I have deleted build folder and compile again.
the ovlerlay file have added a new node, this is below:17646.nrf9160dk_nrf9160_ns.overlay
My question is:Is it necessary to partition the flash space from 64Mb to 32Mb in the bootloader.? Because the error message below indicates that Area cannot be found.

Thank you very much!
Hi,
Thank you for your reply. I have deleted build folder and compile again.
the ovlerlay file have added a new node, this is below:17646.nrf9160dk_nrf9160_ns.overlay
My question is:Is it necessary to partition the flash space from 64Mb to 32Mb in the bootloader.? Because the error message below indicates that Area cannot be found.

Thank you very much!
Hi,
pengfeilaw said:My question is:Is it necessary to partition the flash space from 64Mb to 32Mb in the bootloader.? Because the error message below indicates that Area cannot be found.
When using mcuboot, you need to configure it to handle the SPI flash.
That is done by setting up a myproject/child_image/mcuboot.conf file containing something similar to this setup:
Kind regards,
Håkon