

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.
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
Hi
I have used the toolchain Manager of nRF Connect SDK
Fausto
I need to reinstall all?
No, I don't think so. If you have used the Toolchain Manager then it must be installed. Check if you have the directory in PATH variable.
In Windows you can open a terminal with cmd.exe and type 'echo %PATH%' to see which directories are included in PATH, if you cannot see the directory where 'west' is install then that's the problem.
You can be add the install directory for west in "Edit the system enviroment variables" in System Properties.

In the System Variables section (lower half) find the row with "Path" and add the installed directory for west.