nfr9160 FOTA on SDK 1.9.0

Hi,

I'm upgrading my firmware from sdk1.7.0 and there is one error that i can't solve and need your help.

The code is working on SDK1.7.0, solved all the errors that appeared and none of them were related to FOTA

Image with the compilation error

Can you help to debug this issue?

Parents
  • Hi,

    That was the first thing i checked, but the error was from a costum SPM that's being used. When upgraded the SPM project to SDK1.9.0 i didnt put on 'prj.conf' all configurations needed like: CONFIG_SPM_SERVICE_RNG,  CONFIG_SPM_SERVICE_READ, CONFIG_SPM_SERVICE_S0_ACTIVE. I only updated the main.c file with the functions used and add CONFIG_ARM_FIRMWARE_HAS_SECURE_ENTRY_FUNCS, and as i need the same services on my app it took a couple of good nights sleep to realize that.

    Thks!!:)

Reply
  • Hi,

    That was the first thing i checked, but the error was from a costum SPM that's being used. When upgraded the SPM project to SDK1.9.0 i didnt put on 'prj.conf' all configurations needed like: CONFIG_SPM_SERVICE_RNG,  CONFIG_SPM_SERVICE_READ, CONFIG_SPM_SERVICE_S0_ACTIVE. I only updated the main.c file with the functions used and add CONFIG_ARM_FIRMWARE_HAS_SECURE_ENTRY_FUNCS, and as i need the same services on my app it took a couple of good nights sleep to realize that.

    Thks!!:)

Children
Related