Versions Compared

Key

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

...

RPI 3B/3B+ Model Reference Platform

Morty:

RDK-B Raspberrypi - Host SetUp and Build Instructions#BRaspberrypi-HostSetUpandBuildInstructions-YoctoBuildSteps

Repo Steps

To  build, follow below instructions

...

Deck of Cards
idRepo Steps
Card
idRepo steps
labelDunfell Build
Code Block
languagebash
themeDJango
titleDunfell Build
$ mkdir <workspace dir>
$ cd <workspace dir> 
$ repo init -u https://code.rdkcentral.com/r/manifests -b dunfell -m rdkb-extsrc.xml 
$ repo sync -j`nproc` --no-clone-bundle
Card
idRepo Steps
labelMorty Build
Code Block
languagebash
themeDJango
titleMorty Build
$ mkdir <workspace dir>
$ cd <workspace dir> 
$ repo init -u https://code.rdkcentral.com/r/manifests -b rdk-next -m rdkb-extsrc.xml 
$ repo sync -j`nproc` --no-clone-bundle

FwUpgradeManager generic changes,

Code Block
languagebash
themeDJango
titleFwUpgradeManager
collapsetrue
$cd ~/rdk/components/generic/rdk_logger git fetch
 dir> 
$ repo init -u https://code.rdkcentral.com/r/
rdk/components/generic/rdk_logger refs/changes/52/60852/1 && git cherry-pick FETCH_HEAD

...

manifests -b dunfell -m rdkb-extsrc.xml 
$ repo sync -j`nproc` --no-clone-bundle



Image Generation Steps


Code Block
languagebash
themeDJango
titleBuild steps
$ MACHINE=raspberrypi-rdk-broadband source meta-cmf-raspberrypi/setup-environment
$ bitbake rdk-generic-broadband-image

...

To make compatible, size of RDKB rootfs partition should be increased to 2 5 GB ( 2098 5098 MB) from 300MB default

This resize can be achieved using gparted ui tool which should be available in host pc

Here , example we given as 2GB.

Info
titlegparted tool Install and usage

sudo apt-get install gparted

https://gparted.org/display-doc.php%3Fname%3Dmoving-space-between-partitions

...