Versions Compared

Key

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

...

The code is developed and changes made in necessary files for containerization.

Code Sync/Download

To download code, following commands are needed to be executed 

Code Block
languagebash
titleCode sync
$ repo init -u https://code.rdkcentral.com/r/manifests -m rdkb-raspberrypi.xml -b morty
$ repo sync -j4 --no-clone-bundle


Compile/build


Go to the <workspace>

...

Command to flash the image

The image has to be copied to the local PC using scp command:

scp -i ~/dvm_rdkb -P 8093 <username@ip_address>:<path to the existing file> <path to destination in local PC>


It Generated image has to be flashed to an SD card using this command in local PC:

...

Please wait for few seconds/mins till log "Enter WiFi Loop" is observed in the console

  • lxc-execute attach -n CCSPWIFI -f /container/CCSPWIFI/conf/lxc.conf

...