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

Compare with Current View Page History

« Previous Version 60 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
2Device Info110
3Display Info101
4Location Sync101
5Messenger101
6Monitor101
7OCDM101
8Player Info101
9Trace Control110
10

Cobalt   NEW 

110
11

ResidentApp    NEW 

110
12

LightningApp   NEW 

110
13

SearchandDiscoveryApp   NEW 

110
14

WebKitBrowser   NEW 

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

org.rdk.Bluetooth   NEW 

16133
19org.rdk.DisplaySettings413011
20org.rdk.FrameRate532
21org.rdk.HdcpProfile321
22org.rdk.HdmiInput624
23org.rdk.LoggingPreferences321
24org.rdk.Network14752
25org.rdk.RDKShell275121
26org.rdk.ScreenCapture211
27org.rdk.System432617
28org.rdk.Timer761
29org.rdk.UserPreferences321
30org.rdk.Warehouse633
31

org.rdk.Wifi    NEW 

17143
32org.rdk.Xcast431
Total1929993

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