You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no easy way to know if a .avm file is truncated or overwritten with other data.
When this kind of issues happen they might be really annoying to debug.
So .avm structure and content should be checked for integrity.
There are 2 possible options:
iterate all .avm sections checking for consistency (and maybe for an end-of-avm section)
add a checksum at the end of the AVM pack and verify it
The text was updated successfully, but these errors were encountered:
Something that popped out at work (not that we're using AtomVM, though) is the ability to cryptographically verify firmware signatures before applying OTA updates.
There is no easy way to know if a .avm file is truncated or overwritten with other data.
When this kind of issues happen they might be really annoying to debug.
So .avm structure and content should be checked for integrity.
There are 2 possible options:
The text was updated successfully, but these errors were encountered: