System Architecture Overview

Your BeagleConnect Freedom board has two IEEE 802.15.4 radio communication paths:

  1. USB Interface: wpanusb driver
  2. Serial Interface: bcfserial driver

Currently, bcfserial is active and working (wpan1, phy0), while wpanusb failed to probe the USB interface.

bcfserial Driver (Currently Active)

Architecture & Function

How it Works

  1. Device Tree Integration: Registers via device tree as beagle,bcfserial
  2. Serial Communication:
  1. MAC Layer Integration:

Current Status on Your System