Versions Compared

Key

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

Build Procedure

...


Deck of Cards
idmain1

Supported Service Status

Card
defaulttrue
Code Block
languagebash
themeRDark
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
Deck of Cards
effectDuration3
idmain
effectTypeslide
Card
idmc
labelMedia Client
titleInstructions to build mediaclient image and to flash on micro SD card
effectTypeslide

Image Build

Code Block
languagebash
themeRDark
# 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

Code Block
languagebash
themeRDark
# 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.No

Supported Plugins

S. No.

Plugins

Support
on
Morty

Support
on
Dunfell

Total Test Cases

PASS Count

FAIL Count

Not Tested

1

Controller menu

(tick)(tick)

1

1

0

0

2

Device Info

(tick)(tick)

1

1

0

0

3

HTML App 

(tick)(tick)

1

1

0

0

4

Location Sync

(tick)(tick)

1

1

0

0

5

Messenger

(tick)(tick)

1

1

0

1

0

6

Monitor

(tick)(tick)

1

0

1

0

7

OCDM

(error)(error)

1

0

0

1

8Display Info(error)(error)1           001
8
9

Player Info

(tick)(tick)

1

1

0

0

10Cobalt(tick)(tick)1010
9
11

ResidentApp   

(tick)(tick)

1

1

0

0

10
12

SearchandDiscoveryApp   

(tick)(tick)

1

1

0

0

11
13

Trace Control

(tick)(tick)

1

1

0

0

12

Cobalt    

3

3

14

FirmwareControl  

(tick)(tick)

1

0

1

0

0

13
15

LightningApp   

(tick)
30
(tick)

39

28

35

2

4

0

14
16

WebKitBrowser   

(tick)(tick)

1

1

0

0

15
17

com.comcast.StateObserver

(error)(error)

1

0

1

0

16
18

org.rdk.AVInput

4

(error)(error)

5

2

1

3

2

0
19

17

org.rdk.ActivityMonitor

5
(error)(error)
2

6

3

0

0

18

6

20

org.rdk.Bluetooth      

(tick)(tick)
21

22

0

14

2

7

19

1

19
21

org.rdk.

Continue Watching

ContinueWatching

(tick)(tick)

4

0

1

0

3

4

20
22

org.rdk.

dataCapture

DataCapture

(error)(error)

3

1

0

1

0

1

3

21
23

org.rdk.DisplaySettings

61
(tick)
30
(tick)
5

59

26

3

22

30

24

org.rdk.FrameRate

(tick)(tick)

5

4

1

0

23
25

org.rdk.HdcpProfile

(tick)(tick)

3

2

3

1

0

0

24
26

org.rdk.HdmiInput

(error)(error)

6

2

0

4

0

0

6

25
27

org.rdk.LoggingPreferences

(tick)(tick)

3

2

3

1

0

0

26
28

org.rdk.Network

(tick)(tick)

14

5

11

7

1

2

27
29

org.rdk.RDKShell

(tick)(tick)

30

5

23

5

7

20

0

28
30

org.rdk.StateObserver 

NEW 

(error)(error)

7

0

0

7

0
31

29

org.rdk.ScreenCapture

(tick)(tick)

2

1

1

0

30
32

org.rdk.System

(tick)(tick)

43

22

33

18

3

3

7

31
33

org.rdk.Timer

(tick)(tick)

7

6

7

1

0

0

32
34

org.rdk.UserPreferences

(tick)(tick)

3

2

3

1

0

0

33
35

org.rdk.Warehouse

(tick)(tick)

7

4

5

2

1

1

34
36

org.rdk.Wifi   

(tick)(tick)

17

15

1

2

16

0

35
37

org.rdk.Xcast

(error)(error)

4

0

0

4

2

2

0

36

FirmwareControl NEW 

38

org.rdk.DeviceDiagnostics

(tick)(tick)

1

0

1

1

39org.rdk.PersistentStore(tick)(tick)00
Total
00

296

146

75

75

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

Card
40org.rdk.UsbAccess(tick)(tick)0000
41ord.rdk.TextToSpeech(tick)(tick)0000

Total

304

182

51

71

Known Issues

  • REFPLTV-785--RDKService: Bluetooth connection is not working.  


Card
idhyb
labelHybrid Gateway
titleInstructions to build hybrid image and to flash on micro SD card
effectTypeslide

Image Build

Code Block
languagebash
themeRDark
# choose hybrid machine configuration
MACHINE=raspberrypi-rdk-hybrid source meta-cmf-raspberrypi/setup-environment
# Generic hybrid image build
bitbake rdk-generic-hybrid-wpe-image

Flashing Procedure

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

Code Block
languagebash
themeRDark
# 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-hybrid-wpe-image-raspberrypi-rdk-hybrid.rpi-sdimg of=/dev/<sd file> bs=4M

Supported Service Status

S.No

Supported Plugins

S. No.

Plugins

Support
on
Morty

Support
on
Dunfell

Total Test Cases

PASS Count

FAIL Count

Not Tested

1

Controller menu

(tick)(tick)

1

1

0

0

2

Device Info

(tick)(tick)

1

1

0

0

3

HTML App 

(tick)(tick)

1

1

0

0

4

Location Sync

(tick)(tick)

1

1

0

0

5

Messenger

(tick)(tick)

1

1

0

1

0

6

Monitor

(tick)(tick)

1

0

1

0

7

OCDM

(error)(error)

1

0

0

1

8Display Info(error)(error)1  00
8
1
9

Player Info

(tick)(tick)

1

1

0

0

10Cobalt(tick)(tick)101
9
0
11

ResidentApp 

  

 

(tick)(tick)

1

1

0

0

10
12

SearchandDiscoveryApp   

(tick)(tick)

1

1

0

0

11
13

Trace Control

(tick)(tick)

1

1

0

0

12

Cobalt    

3

3

14

FirmwareControl  

(tick)(tick)

1

0

1

0

0

13
15

LightningApp   

(tick)
30
(tick)

39

28

35

2

4

0

14

WebKitBrowser  
16

WebKitBrowser   

(tick)(tick)

1

1

0

0

15
17

com.comcast.StateObserver

(error)(error)

1

0

1

0

16
18

org.rdk.AVInput

4

(error)(error)

5

2

1

3

2

0
19

17

org.rdk.ActivityMonitor

(error)
5
(error)
2

6

3

0

0

18

6

20

org.rdk.Bluetooth      

(tick)
21
(tick)

22

0

14

2

7

19

1

19
21

org.rdk.

Continue Watching

ContinueWatching

(tick)(tick)

4

0

1

0

3

4

20
22

org.rdk.

dataCapture

DataCapture

(error)(error)

3

1

0

1

0

1

3

21
23

org.rdk.DisplaySettings

61
(tick)
30
(tick)
5

59

26

3

22

30

24

org.rdk.FrameRate

(tick)(tick)

5

4

1

0

23
25

org.rdk.HdcpProfile

(tick)(tick)

3

2

3

1

0

0

24
26

org.rdk.HdmiInput

(error)(error)

6

2

0

4

0

0

6

25
27

org.rdk.LoggingPreferences

(tick)(tick)

3

2

3

1

0

0

26
28

org.rdk.Network

(tick)(tick)

14

5

11

7

1

2

27
29

org.rdk.RDKShell

(tick)(tick)

30

5

23

5

7

20

0

28
30

org.rdk.StateObserver 

NEW 

(error)(error)

7

0

0

7

0

29
31

org.rdk.ScreenCapture

(tick)(tick)

2

1

1

0

30
32

org.rdk.System

(tick)(tick)

43

22

33

18

3

3

7

31
33

org.rdk.Timer

(tick)(tick)

7

6

7

1

0

0

32
34

org.rdk.UserPreferences

(tick)(tick)

3

2

3

1

0

0

33
35

org.rdk.Warehouse

(tick)(tick)

7

4

5

2

1

1

34
36

org.rdk.Wifi 

  NEW

 

(tick)(tick)

17

15

2

0

35
37

org.rdk.Xcast

(error)(error)

4

0

0

4

2

2

0

36

FirmwareControl NEW 
38org.rdk.DeviceDiagnostics(tick)(tick)1011
39org.rdk.PersistentStore(tick)(tick)00
Total
0
296
0

146

75

75

Known Issues

40org.rdk.UsbAccess(tick)(tick)0000
41ord.rdk.TextToSpeech(tick)(tick)0000

Total

304

182

51

71

Known Issues

  • REFPLTV-785--RDKService: Bluetooth connection is not working.  
  • If no internet connection to the box (either through Ethernet or Wifi), no Switcher App UI displayed on the TV output

  • Wifi connection is not established.

  • 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.reports of Mediaclient and Hybrid images