Versions Compared

Key

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

...

Select your firmware config under Action option and save your Firmware rule in XConf server.


Edit Download Location Round Robin Filter

With selection of HTTP Protocol

Server Set-up :

  1. Install the apache2 http server in local pc
  2.  Add the below line in /etc/hosts (192.168.0.107(wan IP) http://myfirmware.com)
  3.  place the rpi image and checksum files in document root directory.

XCONF side:

1.Select Download Location filter under the firmware tab in XCONF UI
2.click the edit button
3.Enter the "Location (FQDN)" field is local/Public http server (fully qualified domain name ) (ex : www.myfirmware.com)
4.Enter the "Location (full URL)" field is full location path of local/Public http server (ex : http://www.myfirmware.com)
5.Unclick the check box of Never use HTTP
6. Removed the model name from Rogue Models.
7.Removed the firmware version (If it's not updated earlier, please ignore this step).
8. click the save button.

RPI Target:


9.In DUT, please edit the following file with below format,If it's local http server
i) Open the /etc/hosts
ii) Add your local http server ip with DNS ( Ex : 192.168.0.128 www.myfirmware.com)
iii) Save the file.

Note : Every reboot, You need to add the above three steps if it's local http server.


Image Added

Verify XConf server configuration

Verify that XConf Server configuration displays the Json response from the mentioned URL:

Using the below url to view the JSON Format result of http protocol ,
http://35.155.171.121:9092//xconf/swu/stb?eStbMac=<RPI MAC ADDRESS>&model=<model_name>&capabilities=RCDL&capabilities=supportsFullHttpUrl

Image Added

HTTP Location folder

Verify that image file and its respective md5 checksum file is present in the http folder:

ltts40009681@CHTSL20070:/var/www/html$ls
rdk-generic-camera-image_default_20210107140802.rootfs.wic.bz2
rdk-generic-camera-image_default_20210107140802.txt

With selection of Tftp protocol:

STEP 1:

Select Download Location Filter option within common list to enter Download Location Filter page.

...

Give TFTP server running IP address to download image.


Verify XConf server configuration

Verify that XConf Server configuration displays the Json response from the mentioned URL:

...