Destroy key stored in eFuse block
Posted: Sun Oct 08, 2023 9:05 pm
We want write all eFuse bits to one and completely destroy the key stored in an eFuse block as an additional layer of protection in case of tampering. But writing anything to a Reed-Solomon-encoded block using the provided API will cause an encoding error.
At this point we are really not interested in maintaining data integrity, only filling all bits with `1`.
Is possible to ignore the encoding-checking of the key blocks and force-write the remaining bits to one?
Thank you,
At this point we are really not interested in maintaining data integrity, only filling all bits with `1`.
Is possible to ignore the encoding-checking of the key blocks and force-write the remaining bits to one?
Thank you,