Versions Compared

Key

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

Build Steps:

Default with out DRM enabled with RDK reference UI:

...

Check if you have access to Amlogic restricted repos. 

Execute below command to check if  you have PlayReady accesshave PlayReady access

git clone ssh://git@openlinux.amlogic.com/vendor/playready.git
 

Execute below command to check if you have Widevine accesshave Widevine access

git clone clone ssh://git@openlinux.amlogic.com/yocto/vendor/widevine

...

repo init -u https://code.rdkcentral.com/r/rdk/soc/amlogic/aml-manifests -b rdk-next -m aml_ipstb_google_rdk_starboard.xml 
repo sync -j4 --no-clone-bundle
source meta-rdk-aml/set-env.sh mesonsc2-5.4-lib32-ah212 --ipclient --playready --widevine --rdk-starboard --gst1-18 --rdk-ui
bitbake lib32-rdk-generic-mediaclient-image

Build Steps to build RDKstarboard with Amlogic pre-builds(github) and non-drm :

  1. repo init -u https://code.rdkcentral.com/r/rdk/soc/amlogic/aml-manifests -b rdk-next -m aml_ipstb_google_rdk_starboard-open.xml
  2. repo sync -c
  3. For Amlogic UI:
    source meta-rdk-aml/set-env.sh mesonsc2-5.4-lib32-ah212 --gst1-18 --ipclient --rdk-starboard 
    For RDK UI:
    source meta-rdk-aml/set-env.sh mesonsc2-5.4-lib32-ah212 --gst1-18 --ipclient --rdk-starboard --use-rdk-ui
  4. bitbake lib32-rdk-generic-mediaclient-image

Flashing Steps:

1) Using Burning tool:

...

Other Methods to update the firmware:

2) MfrUtils

Download the image to /data/ path on the device.

mfrUtil -u /data/aml_upgrade_package.img



Youtube RDK CommonPort Archtecture:

...