...
Code Block |
---|
language | bash |
---|
title | video 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 |
---|
language | bash |
---|
title | video 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 |
---|
language | bash |
---|
title | video data extractSwitching to Video Image |
---|
|
root@RaspberryPi-Gateway:/lib/rdk# sh bank_video_switch.sh |
1311. R-Pi should boot up with video image. Ensure that the ethernet connection is available for R-Pi.
NOTE:
Ensure that while mounting the SD card in host machine it may have different device names like /dev/sdc * and /dev/sdd * . Please check host machine accordingly while using device name.