diff --git a/Binary-file-nomenclature(draft).md b/Binary-file-nomenclature(draft).md index 38a3875..dd6675b 100644 --- a/Binary-file-nomenclature(draft).md +++ b/Binary-file-nomenclature(draft).md @@ -21,7 +21,7 @@ OpenEPaperLink_Nano_AP_full.bin *** -**nameoftag-tagorap-custom-version-tagid-fullorota.bin** +**nameoftag-tagorap-tagid-version-fullorota.bin** *** @@ -29,8 +29,6 @@ Nameoftag: The name of the tag as found in tag_types.h Tagorap: If this is firmware for tag operation, this field is "tag", if it is used as an AP, it should be "AP". If the ESP firmware(excluding C6) gets converted to this nomenclature down the line, it could be "esp" for that -Custom: "stock" for stock firmware. For custom firmware, for example bme280 => "bme280" - Tagid: The id of the tag as found in tag_types.h, in Hex always 2 digits Version: The version of the firmware in decimal format, always 3 digit @@ -39,10 +37,10 @@ Fullorota: Some tags have different files for OTA and direct to tag flashing. If Examples: -SOLUM_29_SSD1619-tag-stock-015-01.bin +SOLUM_29_SSD1619-tag-01-015.bin Firmware for a 2.9" ZBS based tags with no mods to be put on the tag with version 15 -SOLUM_M3_BWR_29-tag-stock-016-33-full.bin +SOLUM_M3_BWR_29-tag-33-016-full.bin Firmware to flash a M3 2.9" tag with version 16 \ No newline at end of file