NebraLtd / hm-gwmfr

Secure Element Provisioning Container
MIT License
2 stars 4 forks source link

feat: touch file after successful ECC #18

Closed marvinmarnold closed 2 years ago

marvinmarnold commented 2 years ago

Why Some ECC chips are being corrupted during manufacturing. There may be a race condition between gwmfr and diag. We want to wait for gwmfr to complete before running diagnostics.

How Write to an empty file (AKA touch) when gwmfr completes successfully. Wait for this file to be present before running diagnostics.

References

vpetersson commented 2 years ago

@marvinmarnold FIxed ShellSheck and Python Linting.