Initial commit

This commit is contained in:
2026-07-29 16:27:19 -04:00
parent eae04d851b
commit 90793c9931
2 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +0,0 @@
# ota-reference-design
A practical reference design for reliable and secure over-the-air updates on embedded Linux

5
readme.md Normal file
View File

@@ -0,0 +1,5 @@
# ota-reference-design
A practical reference design for reliable and secure over-the-air updates on embedded Linux
This repository is intended as an educational reference design. It demonstrates one possible approach to building a reliable OTA update system for embedded Linux. It is not intended to be a production-ready framework.