Versions Compared

Key

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

...

https://code.rdkcentral.com/r/q/topic:Port_triggering_patches

Build Instructions

RPI4 32bit/RPI4 64bit Dunfell Build.

RPI4 32bit

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
MACHINE=raspberrypi4-rdk-broadband source meta-cmf-raspberrypi/setup-environment      //For 32 Bit Image
MACHINE=raspberrypi4-64-rdk-broadband source meta-cmf-raspberrypi/setup-environment   //For 64 Bit Image
bitbake rdk-generic-broadband-image  

Reference link: RPI 4B Model Reference Platform 
Reference link: RPI 4B Model Reference Platform with 64bit Arch

RPI4 32bit/RPI4 64bit Kirkstone Build.

RPI4 64bit
mkdir <workspace dir>
cd <workspace dir>
repo init -u https://code.rdkcentral.com/r/manifests -b dunfell kirkstone -m rdkb-extsrc.xml
repo sync -j`nproc` --no-clone-bundle
MACHINE=raspberrypi4-rdk-broadband source meta-cmf-raspberrypi/setup-environment      //For 32 Bit Image
MACHINE=raspberrypi4-64-rdk-broadband source meta-cmf-raspberrypi/setup-environment   //For 64 Bit Image
bitbake rdk-generic-broadband-image  

Reference link: RPI 4B Model Reference Platform 32bit
Reference link: RPI 4B Reference Platform with 64bit Arch

Supported devices

RaspberryPi 

...