Versions Compared

Key

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

Host setup:

Refer to the link for host setup details: Host Setup


Repo setup:

Code Block
languagebash
themeRDark
Info
iconfalse
titleRepo linksetup
$ repo init -u https://code.rdkcentral.com/r/manifests
 
 -b dunfell -m rdkv-nosrc.xml


$ repo
 
 sync
 
 -j `nproc` --no-clone-bundle --no-tags

Build Instructions:

Deck of Cards
id
falseRepo linkfalseRepo link
frame
Card
labelMedia client
Code Block
languagebash
themeRDark
Info
icon
title
Image build
$ MACHINE=
raspberrypi
raspberrypi4-rdk-mc
 
 source
 
 meta-cmf-raspberrypi/setup-environment


$ bitbake rdk-generic-mediaclient-wpe-image
Card
labelHybrid Gateway
Info
Code Block
languagebash
themeRDark
icon
title
Image build
$ MACHINE=
raspberrypi
raspberrypi4-rdk-hybrid
 
 source
 
 meta-cmf-raspberrypi/setup-environment


$ bitbake rdk-generic-hybrid-wpe-image

The generated image resides under the

directory 

directory build-<MACHINE>/tmp/deploy/images/<MACHINE>

 of

of the Yocto workspace

Flash Procedure

The micro SD card should not have any partition while flashing the image. The complete memory of the card should be free

Code Block
languagebash
themeRDark
titleFlashing procedure
# of - output file (the device file for the inserted micro SD card



$ bzcat <IMAGE_NAME>-<MACHINE>.wic.bz2 |
 
 sudo
 
 dd
 
 of=/dev/sdb
 
 bs=4M iflag=fullblock oflag=direct conv=fsync

Known Issues:

  1. Jira
    serverJIRA
    serverId11deff04-0380-3a3d-a916-0849d4e573f7
    keyREFPLTV-1029
  2. Jira
    serverJIRA
    serverId11deff04-0380-3a3d-a916-0849d4e573f7
    keyREFPLTV-1030
  3. Jira
    serverJIRA
    serverId11deff04-0380-3a3d-a916-0849d4e573f7
    keyREFPLTV-1031
  4. Jira
    serverJIRA
    serverId11deff04-0380-3a3d-a916-0849d4e573f7
    keyREFPLTV-787
  5. Jira
    serverJIRA
    serverId11deff04-0380-3a3d-a916-0849d4e573f7
    keyREFPLTV-937
  6. Jira
    serverJIRA
    serverId11deff04-0380-3a3d-a916-0849d4e573f7
    keyREFPLTV-928
  7. Jira
    serverJIRA
    serverId11deff04-0380-3a3d-a916-0849d4e573f7
    keyREFPLTV-1032

NOTE : RPI4 support is enabled on dunfell with 32 bit Kernel.[64 bit kernel migration is in progress]