Versions Compared

Key

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

...

Code Block
languagebash
titlevideo data extract
sudo cp -r extblock/vrootfs_backup_data/* videomnt/


7. Copy the bank_broadband_switch.sh file to partition 4 as below

Code Block
languagebash
titlevideo data extract
sudo cp bank_broadband_switch.sh videomnt/lib/rdk/

8. Unmount videomnt directory as below

...

Switching to RDK-Video Image from RDK-Broadband 


108. Now Boot up the SD card in RPI-> it should come up with BB image in partition (P2)


119.  Log into the R-Pi from Host PC execute the below command

       ssh root@<RPI-Board IP>


1210. To load the video image which is present in the storage execute the script bank_video_switch.sh

Code Block
languagebash
titlevideo data extract
root@RaspberryPi-Gateway:/lib/rdk# sh bank_video_switch.sh


1311.  R-Pi should boot up with video image

...