Firmware Build Info Entity (v2)
0 min
firmware build info entities contain the following required properties firmwareupdatesource \<font color="#704ae0">string\</font> \<font color="#01a0af">read write\</font> the enum source from which to get the firmware update possible values are “production”, “beta”, “minimumcompatible”, “specificurl”, “none”, or “existing” if you use “production”, “beta”, or “minimumcompatible”, no additional values need to be defined firmwareupdatesourcefilepath \<font color="#704ae0">string\</font> \<font color="#01a0af">read write\</font> local file path to the bsfw file this is only applicable for ba\ connected desktop version when ` firmwareupdatesource` is `specificfile` firmwareupdatesourceurl \<font color="#704ae0">string\</font> \<font color="#01a0af">read write\</font> url link to the bsfw file (must be publicly accessible) applicable when ` firmwareupdatesource` is `specificurl` firmwareupdatestandardtargetfilename \<font color="#704ae0">string\</font> \<font color="#01a0af">read write\</font> the name of the bsfw firmware file that is targeted for updates the update contained in the file is applied and if successful the file is deleted from the storage medium containing it if the delete succeeds then the system reboots if it fails then the device behaves as if the file had been named save bsfw see below the delete always fails if the card uses an ntfs or hfs+ filesystem firmwareupdatedifferenttargetfilename \<font color="#704ae0">string\</font> \<font color="#01a0af">read write\</font> the name of a bsfw firmware file in run mode the update contained in this file is applied only if the version it contains does not match the version that is currently running the file is not deleted but the infinite loop is avoided because on subsequent boots the version number will be the same so the update file will be ignored in rescue mode the update is always applied firmwareupdatenewertargetfilename \<font color="#704ae0">string\</font> \<font color="#01a0af">read write\</font> the name of a bsfw firmware file in run mode the update contained in the file is applied only if the version it contains is strictly newer than the version that is currently running the file is not deleted but the infinite loop is avoided because on subsequent boots the version number will be the same so the update file will be ignored in rescue mode, the update is always applied because the version of run mode cannot be checked and the infinite loop won't occur because the device will reboot into run mode firmwareupdatesavetargetfilename \<font color="#704ae0">string\</font> \<font color="#01a0af">read write\</font> the name of a bsfw firmware file the update contained in the file is applied but the file is not deleted, because if the device rebooted at this point it would just apply the update against the device and will not automatically reboot when applying updates named like this until the storage device containing the update has been removed this makes this filename useful if you wish to update many units from a usb key firmwareupdateversion \<font color="#704ae0">string\</font> \<font color="#01a0af">read write\</font> this can be an empty string or the version number of the firmware you want to update to productionreleaseurl \<font color="#704ae0">string\</font> \<font color="#01a0af">read write\</font> the url to the bsfw file that the device will pull the setup files from for use in production this is o \<font color="#0c121d">\</font> betareleaseurl \<font color="#704ae0">string\</font> \<font color="#01a0af">read write\</font> the url to the bsfw file for the beta release version in production this is o \<font color="#0c121d">\</font> compatiblereleaseurl \<font color="#704ae0">string\</font> \<font color="#01a0af">read write\</font> the url to the bsfw file for the minimum compatible release version in production this is o \<font color="#0c121d">\</font> these additional fields will be returned in the get response the values are set in the firmware manifest they are not required in a put request productionversion \<font color="#704ae0">string\</font> \<font color="#01a0af">read only\</font> betaversion \<font color="#704ae0">string\</font> \<font color="#01a0af">read \</font> \<font color="#01a0af">only\</font> compatibleversion \<font color="#704ae0">string\</font> \<font color="#01a0af">read \</font> \<font color="#01a0af">only\</font> productionversionnumber \<font color="#704ae0">number\</font> \<font color="#01a0af">read \</font> \<font color="#01a0af">only\</font> betaversionnumber \<font color="#704ae0">number\</font> \<font color="#01a0af">read \</font> \<font color="#01a0af">only\</font> compatibleversionnumber \<font color="#704ae0">number\</font> \<font color="#01a0af">read \</font> \<font color="#01a0af">only\</font> productionreleasesha1 \<font color="#704ae0">string\</font> \<font color="#01a0af">read \</font> \<font color="#01a0af">only\</font> betareleasesha1 \<font color="#704ae0">string\</font> \<font color="#01a0af">read \</font> \<font color="#01a0af">only\</font> compatiblereleasesha1 \<font color="#704ae0">string\</font> \<font color="#01a0af">read \</font> \<font color="#01a0af">only\</font> productionreleasefilelength \<font color="#704ae0">number\</font> \<font color="#01a0af">read \</font> \<font color="#01a0af">only\</font> betareleasefilelength \<font color="#704ae0">number\</font> \<font color="#01a0af">read \</font> \<font color="#01a0af">only\</font> compatiblereleasefilelength \<font color="#704ae0">number\</font> \<font color="#01a0af">read \</font> \<font color="#01a0af">only\</font> existingfwcontentid \<font color="#704ae0">string\</font> \<font color="#01a0af">read \</font> \<font color="#01a0af">only\</font>