Partitions section in Memory Report tool is disappeared

Hi everybody

I'm using nRF Connect SDK 2.6.1. Before I could seen Partitions section in Memory Report tool, but now it's disappeared.


I also checked it by ninja command:

cd build
ninja partition_manager_report

The results of ninja command shows it's OK.

 external_flash (0x800000 - 8192kB):
+-------------------------------------------+
| 0x0: littlefs_storage (0x800000 - 8192kB) |
| 0x800000: external_flash (0x0 - 0B)       |
+-------------------------------------------+

  flash_primary (0x100000 - 1024kB):
+-------------------------------------------------+
| 0x0: mcuboot (0xc000 - 48kB)                    |
+---0xc000: mcuboot_primary (0x79000 - 484kB)-----+
| 0xc000: mcuboot_pad (0x200 - 512B)              |
+---0xc200: mcuboot_primary_app (0x78e00 - 483kB)-+
| 0xc200: app (0x78e00 - 483kB)                   |
+-------------------------------------------------+
| 0x85000: mcuboot_secondary (0x79000 - 484kB)    |
| 0xfe000: settings_storage (0x2000 - 8kB)        |
+-------------------------------------------------+

  sram_primary (0x40000 - 256kB):
+--------------------------------------------+
| 0x20000000: sram_primary (0x40000 - 256kB) |
+--------------------------------------------+


I'll be happy to guide me how to get back the Partitions section.

Thanks in advance
Mehdi Sadeghian

Related