Versions Compared

Key

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

...

Code Block
languagebash
titleMultiSDcard Partitioning and Image Flashing
bash multiSDcard_partition.sh <Broadband image> <Video image> <SD card details_filename>

For example:
bash multiSDcard_partition.sh rdkb-generic-broadband-image_default_20191009085525.rootfs.rpi-sdimg rdk-generic-hybrid-refapp-thunder-  image_default_20190924125426.rootfs.rpi-sdimg sd_part_size

...

Multiboot Feature : Switching to RDK-Video Image from RDK-

...

Broadband 

  • Each SD card will

...

  • contain 4 partitions now
  •  Now Boot up the SD card in RPI-> it should come up with

...

  • BB image in partition (P2)
  •   Log into the R-Pi from Host PC execute the below command
    • ssh root@<RPI-Board IP>
  • To load the video image which is present in the storage execute the script bank_video_switch.sh

...

Switching to Video Image

root@RaspberryPi-Gateway:/lib/rdk# sh bank_video_switch.sh

Note: Have tested with 4 SD cards out of which 1 is 16Gb and rest of the 3 cards are 32GB each. Overall process took approximately 6min  time to get completed. Host PC having 8GB RAM. 

...