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

Compare with Current View Page History

« Previous Version 71 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 menu1100
2Device Info1100
3HTML App 1100
4Location Sync1100
5Messenger1010
6Monitor1010
7OCDM1010
8Player Info1010
9

ResidentApp   

1100
10

SearchandDiscoveryApp   

1100
11Trace Control1100
12

Cobalt    

3300
13

LightningApp   

302820
14

WebKitBrowser   

1100
15com.comcast.StateObserver1010
16org.rdk.AVInput4130
17org.rdk.ActivityMonitor5230
18

org.rdk.Bluetooth      

210219
19org.rdk.Continue Watching4013
20org.rdk.dataCapture3111
21org.rdk.DisplaySettings6130526
22org.rdk.FrameRate5410
23org.rdk.HdcpProfile3210
24org.rdk.HdmiInput6240
25org.rdk.LoggingPreferences3210
26org.rdk.Network14572
27org.rdk.RDKShell305520
28org.rdk.StateObserver NEW 7070
29org.rdk.ScreenCapture2110
30org.rdk.System4322183
31org.rdk.Timer7610
32org.rdk.UserPreferences3210
33org.rdk.Warehouse7421
34org.rdk.Wifi   171520
35org.rdk.Xcast4220
36FirmwareControl NEW 1100
Total2961467575

Known Issues

  • If no internet connection to the box (either through Ethernet or Wifi), no Switcher 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.
  • In BT plugin is not working.
  • Press "xfinity" button from RCU to exit the "Youtube" application. Youtube UI get overlapped with rest of the switcher apps.
  • In switcher App, "About" options is not launching

Functional Test Report

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



  • No labels