2024-03-25 03:39 PM
Hello,
Can a line entry be added to a TSV file to flash the OTP partition?
If yes, is there an example TSV file?
If not, would the line below work?
#Opt Id Name Type IP Offset Binary
P 0xF2 otp Binary none 0x0 otp.bin
Thanks!
2024-04-02 02:13 AM
Hello @vpappano,
It's not possible to write OTP through TSV file:
- Images in TSV are written into partitions : simple write.
- OTP is read, modified and then written into register, so this is a different way of writting.
This is explained in the wiki :
Hope it clarifies,
BR,
Christophe