Versions Compared

Key

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

...

Code Block
titleBuild Instruction for RPI (rdk-next)
$ mkdir rdkb-arm
$ cd rdkb-arm
$ repo init -u 'https://github.com/rdkcentral/meta-rdk-bsp-arm/' \
    -m "manifests/rdkb-bsp-arm.xml" \
    -b "maindevelop"
$ repo sync
$ MACHINE="raspberrypi64-rdk-broadband" 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                  
3RNDIS        check mark button                           
4WebPA        check mark button


5
USP-PA(oktopus)
        check mark button
         
6Firewall      check mark button           7Parental Control        check mark button
                   
87Port Forwarding        check mark button 


98Port Triggering        check mark button 


10 USB Detection       check mark button


1110DAC
      check mark button      check mark button  
1211
Log-Upload & Telemetry

      check mark button         check mark button
1312
Multiprofile


          check mark button      check mark button  
1413
Selfheal



       check mark button
1514
Log-Rotation



       check mark button
1615RFC


       check mark button
1716
Telco-Voice



       check mark button
1817WPS


       check mark button
1918
WebConfig


check mark button       check mark button
2019ACS


       check mark button
2120SNMP


       check mark button
2221
Firmware Upgrade



       check mark button
2322
eSDK



       check mark button
2423
Populate-SDK



       check mark button

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/63
       issue: https://github.com/rdkcentral/meta-rdk-bsp-arm/issues/26

3.DHCP Manager Intigration on ARM

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

4.RNDIS support on ARM.

      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

6. Parental control support on ARM

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

7. Port Trigger/Forward support on ARM

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

...

   
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).
  4. On RPI (ARM) delay on the DM's response.

...