Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<?xml version="1.0"?>
<beroNetProvisioning>
    <Config>
        <Update>[yes|no]</Update>
        <File>
            <Name>FILENAME</Name>
            <Contents>
FILE-CONTENTS
            </Contents>
        </File>
    </Config>
    <Firmware>
        <Install>[yes|no]</Install>
        <Filename>FIRMWARE.[tar.gz|fw]</Filename>
		<Url>https://second-provisioning-server.url</Url>
    </Firmware>
</beroNetProvisioning>

...

  • <update>  - defines if the file should be used in a device that receives it via provisioning.
  • <Firmware> - defines a firmware that can be installed and if this firmware should be installed

Please Note: The <Url> flag in the <Firmware> section is optional and only available since the 21.03 firmware. It offers the possibility to download the firmware to a second webserver using https;//second-provisioning-server.url/FIRMWARE.[tar.gz|fw] as Provisioning-URL.

All current config-files for the 16.XX firmware are:

...