Versions Compared

Key

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

...

                 rmfstreamer.service file has been added.

  •   In rdkbrowser2 container:

                 rdkbrowser2.service file has been added.

Implemented containers

...

 Platformcontrol

  • runs sysmgr,irmgr and dsmgr processes inside container.
  • sysmgr will be launched in new container using lxc-execute.
  • irmgr and dsmgr processes has been attached to same container using lxc-attach.

 Rmfstreamer

  •  runs rmfstreamer inside container.
  •  rmfstreamer will be launched in new container using lxc-execute.

 Rdkbrowser2

  •  runs rdkbrowser2 browser application inside container.
  •  westeros will be launched in new container using lxc-execute.
  •  rdkbrowser2 will be attached to the same container using lxc-attach.

       Note: As we are in the plan of bringing APPmanager as default application we are not running rdkbrowser2 service file on boot-up.

Building procedure

...

  •     repo init -u https://code.rdkcentral.com/r/manifests -b rdk-next -m rdkv-asp-extsrc.xml
  •     repo sync --no-tags
  •     source meta-cmf-bsp-emulator/setup-environment
  •     meta-rdk-containers/conf/machine/qemux86hybsecure.conf
  •     bitbake rdk-generic-hybrid-lxc-image

...

  •     pstree can be used to track the list of containers running as below.

              Image Removed Image Added

  •      ps -Af | grep lxc also lists the current running containers.
         Image AddedImage Removed

DEBUG Logs

...

  • strace can give more debug information about containers:

...

...

  •    RDKBROWSER2 can be used to launch any URL.
       Example: systemctl enable rdkbrowser2.service
                       systemctl start rdkbrowser2.service - user can see the webpage in rdkbrowser2.

      If user wants to change URL, then we need to enter into this container and need to change rdkbrowser2.sh binary  as below:
      /usr/bin/lxc-execute -n RDKBROWSER2    -f /container/RDKBROWSER2/conf/lxc.conf – /bin/sh
      and then change /usr/bin/rdkbrowser2.sh file inside this container environment.

Reference

...

...