Versions Compared

Key

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

Table of Contents

Introduction 

           BPI platform MUST upgrade to Linux Kernel 6.6 so that device has latest security patches and kernel capabilities and align with Yocto 5.0 upgrade requirement. 

BSP meta-layers to support MP4.2 release

#Get filogic BSP meta layer

git clone https://git01.mediatek.com/filogic/rdk-b/meta-filogic

cd meta-filogic; git checkout c67a32a7c8876b328a8d1eeaca213e860d85b3ce; cd -;

  

#Get filogic Adapter cmf layer

git clone https://git01.mediatek.com/filogic/rdk-b/meta-cmf-filogic

cd meta-cmf-filogic; git checkout 211fa3d81ae19cc5c6be731d52b1aa6733336b71; cd -;

BPI-R4 build instruction 

...