Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

nrfutil 7.2.0 for aarch64-linux

Could you please open the sources of v 7.2.0 or make release of it for Raspberry Pi (aarch64-linux targets) because many companies have tests based on ARM singleboard computerrs like Raspberry Pi with Linux OS. When I try to use nrfutil 6.1.7 from your Github for generating OTA DFU packages, during DFU process it gives me an error which corresponding to nRF52840 bootloader error NRF_DFU_RES_CODE_INSUFFICIENT_RESOURCES. I am using nRF SDK v16.0.0. When I generate ota dfu packages with 7.2.0 everything is OK, but in my case I dont want to use Windows PC every time, I want to automate process.

Thanks.

Parents
  • Hello,

    I will create a feature request for aarch64 support. That said, it does not quite make sense that you get this error when creating the package with v6.1.7. To my knowledge, there have not been any changes made to the secure DFU support between these two versions. I'm also not aware of any previous issues with nrfutil that could lead to this error. 

    Did you use the exact same hex files in both cases? If so, I'd suggest you run '$ nrfutil pkg display <>.zip' on the generated zip packages to see what the differences are. 

    Best regards,

    Vidar

Reply
  • Hello,

    I will create a feature request for aarch64 support. That said, it does not quite make sense that you get this error when creating the package with v6.1.7. To my knowledge, there have not been any changes made to the secure DFU support between these two versions. I'm also not aware of any previous issues with nrfutil that could lead to this error. 

    Did you use the exact same hex files in both cases? If so, I'd suggest you run '$ nrfutil pkg display <>.zip' on the generated zip packages to see what the differences are. 

    Best regards,

    Vidar

Children
Related