...
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
#Get filogic BSP meta layer
git clone| S.No | Lists of PR | Reason |
|---|---|---|
| 1 | https://github.com/rdkcentral/meta-cmf-bananapi/pull/240/commits | Initial PR to bring up board with mp4 release |
| 2 | https://github.com/rdkcentral/meta-cmf-bananapi/pull/263 | Device hang issue |
| 3 | https://github.com/rdkcentral/meta-cmf-bananapi/pull/293 | Recreation of comcast patches and updated srcrev in rdk-wifi-libhostap to support MP4.2 release |
...
| 4 | https://github.com/rdkcentral/rdk-wifi-hal/pull/425 | Addressed build issues of rdk-wifi-hal wrt to update of rdk-wifi-hostap srcrev |
| 5 | https://github.com/rdkcentral/meta-cmf-bananapi/pull/299 | Device is rebooting continuously after Factory Reset on kernel 6.6 Image |
| 6 |
| https://git01.mediatek.com/filogic/rdk-b/meta-filogic |
cd meta-filogic; git checkout c67a32a7c8876b328a8d1eeaca213e860d85b3ce; cd -;
#Get filogic Adapter cmf layer
| | srcrev for c67a32a7c8876b328a8d1eeaca213e860d85b3ce |
| 7 |
| https://git01.mediatek.com/filogic/rdk-b/meta-cmf-filogic |
| srcrev for 211fa3d81ae19cc5c6be731d52b1aa6733336b71 |
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
Copy *.wic.bz2 from build machine (image path is ~/build-bananapi4-rdk-broadband/tmp/deploy/images/bananapi4-rdk-broadband/) bzip2 -d <Path to ImageName.wic.bz2> sudo -E bmaptool copy --nobmap <Path to ImageName.wic> <Path to SD card device file> |
...
...