Versions Compared

Key

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

...

  • Create Lightning refapp dev build

    1. pull code from source repo using below command

      Code Block
      $ git clone https://github.com/LibertyGlobal/refapp.git


    2. goto refapp directory

      Code Block
      $ cd refapp


    3. install the NPM dependencies by running below command

      Code Block
      $ npm install


    4. run copyAssets.sh command to create static folder and copy images, json files etc

      Code Block
      $./copyAssets.sh


    5.  run below command for testing in browser
Code Block
$ lng dev

or

Download customized pre-build refapp code which has lightning sdk media player integrated: build.zip


refer below screenshots for reference

...

Code Block
$ repo init -u https://code.rdkcentral.com/r/manifests -b yocto-dunfell-upgrade -m rdkv-nosrc.xml
$ repo sync -j4 --no-clone-bundle
$ MACHINE=raspberrypi-rdk-hybrid source meta-cmf-raspberrypi/setup-environment
$ bitbake rdk-generic-hybrid-image


or 

Download pre-build rdk-generic-hybrid-image-raspberrypi image from here: rdk-generic-hybrid-image-raspberrypi-rdk-hybrid.zip


  • Lighting refapp integration into rdk-generic-hybrid-image-raspberrypi

...