Versions Compared

Key

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

...

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

For Ex:
tarr -cvf rdkb-generic-broadband-image_default_2020052112031320200629035029.tar /home/kaviya/rdkb-generic-broadband-image_default_20200629035029.rootfs.tar.gz /home/kaviya/zImage--4.14.22-r0-turris-20200629035029.bin

...

md5sum "<imagefile_name>.tar" > imagefile_name.txt
 
For Ex:
md5sum "rdkb-generic-broadband-image_default_2020052112031320200629035029.tar" > rdkb-generic-broadband-image_default_2020052112031320200629035029.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).

...