External flash identification error in nrf5340

Hello,

In our project we are using FLASH 2GBIT SPI/QUAD W25N02KVZEIR external flash together with nrf5340. I have made the flash definitions on v2.6.0\zephyr\boards\arm\nrf5340dk_nrf5340\nrf5340_cpuapp_common.dts.

 

We want to use some of the external flash in the project because it is needed for the network core update. But I get an error during the build process. The error output is in the picture.

Thank you for your support.

Parents
  • Hi,

    I have made the flash definitions on v2.6.0\zephyr\boards\arm\nrf5340dk_nrf5340\nrf5340_cpuapp_common.dts.

    In this image you get a warning stating that you're using Partition Manager, which will cause .dts definitions to be ignored

    Could you check if the issues persists if you're not using partition manager or if you set up your partitions using partition manager instead of dts? 

    Kind regards;
    Andreas

Reply
  • Hi,

    I have made the flash definitions on v2.6.0\zephyr\boards\arm\nrf5340dk_nrf5340\nrf5340_cpuapp_common.dts.

    In this image you get a warning stating that you're using Partition Manager, which will cause .dts definitions to be ignored

    Could you check if the issues persists if you're not using partition manager or if you set up your partitions using partition manager instead of dts? 

    Kind regards;
    Andreas

Children
Related