PelionIoT / manifest-tool

A tool for creating and parsing update manifests
Apache License 2.0
10 stars 14 forks source link

README/create.py fw-version limitations #24

Closed JanneKiiskila closed 3 years ago

JanneKiiskila commented 3 years ago

Add note about fw-version limitations, number can be maximum 999. I.e. thus max version number for component is 999.999.999. 1st SW version can be 0.0.0, so 1st FW update version can be thus 0.0.1 (updated information). However, most importantly the fw-version must be bigger than the one CURRENTLY in the device(s). Updates with fw-version smaller than or equal to what's currently in the device will be rejected.

JanneKiiskila commented 3 years ago

@jenia81 @davidsaada @moshe-shahar - review please.

JanneKiiskila commented 3 years ago

@moshe-shahar - did updates here, both for README.md and create.py.

moshe-shahar commented 3 years ago

@JanneKiiskila , thank you for that PR. I integrate your changes and more related staff internally and publish it as part of https://github.com/PelionIoT/manifest-tool/commit/6f57ed13af86f0909d0cab334f71bd101da4ac65 commit.