

Hi,
Which nRF5 device are you working with? FOTA uses dual-bank update, which means you need to have double the flash size of the application available. Try running
west build -t rom_report
to see how much flash the different libraries on the application are using.
Best regards,
Marjeris
HI,
I'm using nRF52dk_NRF52852,
in witch directory i use the command
west build -t rom_report
Tanks
Best regards
Fausto
Fb62 said:in witch directory i use the command
west build -t rom_report
Inside your project folder. Where CMakeLists.txt and prj.conf are located.
HI,
thne command west is not recognized.
what can I do?
Best regards
Fausto

Hi,
I am sorry for the late reply. Perhaps 'west' is not in PATH? You must have installed it since 'west' is part of the toolchain for nRF Connect SDK. It should have been installed automatically if you were using the 'Toolchain Manager' or you can take a look at 'Installing manually'.
-Marjeris