Issue through RAM / ROM summary #81261
Labels
bug
The issue is a bug, or the PR is fixing a bug
Footprint
Issues related to the footprint (size) of the Zephyr images
priority: low
Low impact/importance bug
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”:
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
The text was updated successfully, but these errors were encountered: