firmware & application checksum after boot

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
Ernst
Posts: 1
Joined: Mon Dec 31, 2018 8:52 pm

firmware & application checksum after boot

Post by Ernst » Mon Dec 31, 2018 9:00 pm

Hi,

I'm looking for a way to verify the integrity of my application after boot and before execution on an ESP32 or ESP8266.

One idea is to recurse through the files & libs in the distribution and calculate a checksum, but perhaps there are better ways / more complete mechanism to do so - including firmware & precompiled modules.

Thanks

Post Reply