Versions Compared

Key

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

...

  • Platform NameBluetooth/BLEZigbeeThreadWi-FiNumber of USB PortsReferences
    Banana Pi R4No Inbuilt BT & supported only through  USB / USB3.0 hubNo Inbuilt support (Supported through USB 3.0 hub)No Inbuilt supportSupported through USB 3.0 hub,Update got from Austin team)Yes1 (can be used for BT)

    BT Integration in BPI R4

    Raspberry Pi 4YesSupported through USBTBD through USBYes4

...

...

  • Target
    • Understand the gaps and plan for action items 
  • Components involved for thread
    • cpcd
    • otbr-agent
    • Image install changes in BPI
      • draw.io Diagram
        bordertrue
        diagramNameotbrinstall
        simpleViewerfalse
        width
        linksauto
        tbstyletop
        lboxtrue
        diagramWidth901
        height301
        revision1
      • Enable strace in image_install
      • Change the installed cpcd.conf to set disable_encryption to true and uart_device_file to point to where your brd2703a landed in /dev (the default is probably correct).  No other changes to cpcd.conf
      • use simplicity commander to upgrade firmware
      • enable otbr-agent.service in device
      • Minimal kernel modules

        • CONFIG_USB_ACM=y

          • drivers/usb/class/Makefile

        • CONFIG_TUN=y

          • drivers/net/tap.c

        • CONFIG_IEEE802154=y

          • net/ieee802154

        • CONFIG_MAC802154=y

          • net/mac802154

      • Optional  

        meta-openembedded/meta-networking/recipes-support/wpan-tools/wpan-tools_0.9.bb:2:HOMEPAGE = "http://wpan.cakelab.org/releases/"

    • draw.io Diagram
      bordertrue
      diagramNamethread
      simpleViewerfalse
      width
      linksauto
      tbstyletop
      lboxtrue
      diagramWidth451
      height321
      revision2

...