Versions Compared

Key

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

...

3) Finally deleted all the partitions:

4) After clean up the data in SD card plug out it and plug in again.

Prerequisite Steps -  Preparing for flashing SD Cards

...

3) Write all the partition names and their respective size in a text file (as created earlier as sd_part_size). Please don't copy the colon(: ) displayed at the end of the partition name and the word "GB". There should be single space between partition name and size.

For example content of sd_part_size looks like:

...

  •  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. 

...