0

I am working on a custom device for which I customized the Android port of a TechNexion i.MX8 SOM.

During production, our factory requires that production data (order number, serial number, and other production related information for traceability) be stored into the device.

I can store all of this in a file but my concern is that this production data may be lost after an OTA update.

Is there a mechanism in place to store permanent data (such as production data) to make sure that this will never be erased?

Thanks in advance.

2
  • Talk with your device vendor, this is usually a part handled by them. Each vendor implementation is a bit different, but usually all of them have an extra "device-info" partition in which those data are persisted, this way they survive OTA and manual flash Commented Jan 7, 2021 at 20:10
  • Very interesting, thanks for the tip. I'll check with my vendor then. Commented Jan 11, 2021 at 16:56

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.