Skip to content

Issue through RAM / ROM summary #81261

@bayannagetteboina-eaton

Description

Hello there,

In order to summarize the used size vs free space in the v3 repo across all modules, we found that some of the calculations are not matching correctly when all those modules are totaled.

When we run the west build, it gives the following information about RAM size:
The total size for ROOT is “28565”:

  1. ROOT: 28565
  2. hidden: 17527
  3. no paths: 7614
  4. C:: 1131
  5. WORKSPACE: 4
  6. ZEPHYR_BASE: 3420

The sum of rows #2 to #7 should be equal to ROOT, but it is not matching as expected.

When we sum the values from row #2 to row #7:
17527+7614+1131+4+3420=29696
This total (29696) does not match the ROOT value (28565). The discrepancy is:
29696−28565=1131

To further investigate, you might want to:

Check for overlapping data or verify calculation methods.

If you have access to more detailed logs or can provide additional context, that might help pinpoint the exact cause of the discrepancy.

Could you please investigate this further and let us know?

Regards,
Bayanna

Metadata

Metadata

Assignees

Labels

FootprintIssues related to the footprint (size) of the Zephyr imagesStaleWaiting for responseWaiting for author's responsebugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bug

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions