I was able to write custom data into certain 0x00 blocks of our Jetson TX2 board. After writing a new character, I cannot flash the board again. It is failing at checking cvm.bin(has eeprom data where the flash.sh checks the board data before flashing) file.
However I’m required to write a custom id into the SOM that should not be erased or modified with - firmware reflashed or upgrades.
Please suggest a methord to achieve this: Either by overiding the cvm.bin check while flashing or writing the custom id in allowed blocks that wont stop the flash/upgrade of the board again after setting it.
@WayneWWW thank you for the reply. Is there any otherway to save the custom id within the som. that cannot be erased or modified with firmware upgrade?