You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 64 Next »

Yocto Build Steps


repo init -u https://code.rdkcentral.com/r/manifests -b rdk-next -m rdkv-nosrc.xml
repo sync -j `nproc` --no-clone-bundle --no-tags


Bug fixes and other feature changes
#### bug fixes
# remove WAYLAND_DISPLAY from wpeframework.service
(cd meta-rdk-video; git fetch "https://code.rdkcentral.com/r/components/generic/rdk-oe/meta-rdk-video" refs/changes/44/44844/3 && git cherry-pick FETCH_HEAD)

#### thunder nano services for RPi
# recipe to enable thunder nano services
(cd meta-cmf-video; git fetch "https://code.rdkcentral.com/r/components/generic/rdk-oe/meta-cmf-video" refs/changes/33/44633/6 && git cherry-pick FETCH_HEAD)
# add thunder nano services to RPi RDK images
(cd meta-cmf-raspberrypi; git fetch "https://code.rdkcentral.com/r/components/generic/rdk-oe/meta-cmf-raspberrypi" refs/changes/35/44635/7 && git cherry-pick FETCH_HEAD)

Images

Media client

# choose mediaclient machine configuration on setup
MACHINE=raspberrypi-rdk-mc source meta-cmf-raspberrypi/setup-environment

# generic MC image build
bitbake rdk-generic-mediaclient-wpe-image

Flashing Procedure

The image file will be generated under build-<MACHINE>/tmp/deploy/images/<MACHINE> directory

# Insert the micro SD card and mention the card's device file name
# input file (if) is the image file to flash and the output file (of) is the card's device file name
sudo dd if=rdk-generic-mediaclient-wpe-image-raspberrypi-rdk-mc.rpi-sdimg of=/dev/<sd file> bs=4M

Supported Service Status

S.NoSupported PluginsTotal Test CasesPASS CountFAIL CountNot Tested
1Controller menu110
2Display Info101
3HTMLApp NEW 110
4Location Sync110
5Messenger101
6Monitor101
7OCDM101
8Player Info101
9Trace Control110
10

Cobalt   NEW 

330
11

ResidentApp    NEW 

220
12

LightningApp   NEW 

30282
13

SearchandDiscoveryApp   NEW 

220
14

WebKitBrowser   NEW 

110
15com.comcast.StateObserver101
16org.rdk.AVInput413
17org.rdk.ActivityMonitor523
18

org.rdk.Bluetooth   NEW 

21174
19org.rdk.ContinueWatching101
20org.rdk.dataCapture211
21org.rdk.DisplaySettings472819
22org.rdk.FrameRate541
23org.rdk.HdcpProfile321
24org.rdk.HdmiInput624
25org.rdk.LoggingPreferences321
26org.rdk.Network14752
27org.rdk.RDKShell275121
28org.rdk.ScreenCapture211
29org.rdk.System432617
30org.rdk.Timer761
31org.rdk.UserPreferences321
32org.rdk.Warehouse633
33

org.rdk.Wifi    NEW 

17143
34org.rdk.Xcast431
Total2681667923

Known Issues

  • No pair or connection of Bluetooth devices from UI
  • Bluetooth connected device is failed to disconnect from the box when requesting a JSON RPC command.
  • Wifi connection is established through JSON RPC commands but once the device connected to the wifi network, no ssh terminals, and controller UI are failed to load from Ethernet IP
  • If no internet connection to the box (either through Ethernet or Wifi), no App UI displayed on the TV output
  • The on-screen console is visible on UI's App/page transition
  • As the RDK Reference (Resident) App's script has 45 seconds of sleep function, it will be elapsed for this time after bootup to display the UI
  • OK key on remote not functional

Functional Test Report

Please refer to the below link for the System Test report.



  • No labels