Versions Compared

Key

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

...

  • zImage--4.14.22-r0-turris-20200629035029.bin
  • rdkb-generic-broadband-image_default_20200629035029.rootfs.tar.gz
  • armada-385-turris-omnia.dtb

tar -cvf <imagefile_name>.tar <path-of-rdkb*.rootfs.tar.gz> <path-of-zImage*.bin> <path-of-armada*.dtb>

For Ex:
tar -cvf rdkb-generic-broadband-image_default_20200629035029.tar /home/kaviya/rdkb-generic-broadband-image_default_20200629035029.rootfs.tar.gz /home/kaviya/zImage--4.14.22-r0-turris-20200629035029.bin /home/kaviya/
armada-385-turris-omnia.dtb


STEP 3:

Create checksum file for the upgrading image.
md5sum checksum creation

md5sum "<imagefile_name>.tar" > imagefile_name.txt
 
For Ex:
md5sum "rdkb-generic-broadband-image_default_20200629035029.tar" > rdkb-generic-broadband-image_default_20200629035029.txt

Create new folder for example "tftp" in your PC home directory and place the checksum file and upgrading image file (the .tar file generated).

...

6) Download the image in the /tmp folder(roots image, zImage, dtb file) and move the rootfs filesystem(rdk*.rootfs.tar.gz) into the 7th partition and kernel (zImage*.bin) image into 3rd partition

...

  • Build the Rdkb Turris Image
  • Flash the build image 
  • Setup xconf server ready with rules and download location, for Turris-Omnia device
  • Place the upgrading image and checksum file in tftp server 
  • Boot the flashed image

Limitations

Yet to have http https support