Versions Compared

Key

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

...

Yocto Build Instructiuons

NXP:

Code Block
titlerdkb-2025q12025q4-kirkstone
$ mkdir rdkb-arm
$ cd rdkb-arm
$ repo init -u 'https://github.com/rdkcentral/meta-rdk-bsp-arm/' \
    -m "manifests/rdkb-bsp-arm.xml" \
    -b "main"
$ repo sync
$ source meta-rdk-bsp-arm/setup-environment
$ bitbake rdk-generic-broadband-image

...

S.NoFeaturesCompletedIn Review In ProgressNot started
1IPv6

        check mark button 




2Cellular        check mark button       check mark button           
3RNDIS
         check mark button                   
4WebPA
         check mark button

5
USP-PA(oktopus)


          check mark button
6Firewall


         check mark button 
57Parental Control

           check mark button        

Features To Be Implemented on ARM

...

Code Block
titleList of features
01 IPV6
02 Log-Upload & Telemetry
03 Multiprofile
04 Selfheal
05 Log-Rotation
06 Parental-ControlFirewall
07 FirewallDAC
08 DACRFC
09 RFC
10 Populate-SDK
1110 eSDK
1211 WPS
1312 USB detection
1413 Celluar Manager
1514 RNDIS
1615 Telco-Voice
1716 WebConfig
18 USP-PA(oktopus)
19 17 ACS
2018 WebPA
21 SNMP
2219 Firmware Upgrade

Note:
This list represents features that are either not yet supported or require additional integration and validation on the ARM platform.

...

      PR:https://github.com/rdkcentral/meta-rdk-bsp-arm/pull/80
      Issue: https://github.com/rdkcentral/meta-rdk-bsp-arm/issues/79

5. WebPa support on ARM

       PR: https://github.com/rdkcentral/meta-rdk-bsp-arm/pull/86
       issue: https://github.com/rdkcentral/meta-rdk-bsp-arm/issues/84

Known issues:



  1. On RPI (ARM) platform, WiFi interfaces are not created/visible.
  2. Unable to connect clients on ARM Qemu.
  3. Cellular feature support on RPI (ARM).

...