Skip to main content
This guide covers configuring, operating, and troubleshooting Ethernet connectivity on the Qualcomm Dragonwing IQ-8275 EVK. The platform supports interface enumeration, data path, link speed configuration, MAC address management, MTU configuration, and network diagnostics.

Prerequisites

  • IQ-8275 EVK hardware
  • Ethernet cable (RJ45)
  • Host PC on the same network as the IQ-8275 EVK
  • SSH client software
  • Basic Linux command-line knowledge

Architecture

Getting Started

Bring Up Ethernet

Establish access to the device via SSH over Wi-Fi or the serial prompt before proceeding. See the Set up the device section for instructions.
Flash the corresponding CDT on the device to ensure the correct configuration is used for Ethernet bring-up.
1

Configure MAC Address (optional)

The IQ-8275 EVK ships with a factory MAC address. Skip this step to use it as-is.To change the MAC address:
This MAC address is valid only for the current boot cycle. After rebooting, the device reverts to the address from persistent storage.
2

Assign an IP Address

On a public network, the DHCP server assigns an IP address automatically. To assign a static IP address manually:
3

Configure MTU

4

Verify Bring-Up

Confirm the following:
  • end0 is visible in ifconfig output
  • Interface status shows UP BROADCAST RUNNING MULTICAST
  • IP address is correctly assigned
  • MTU is set to the desired value (typically 1500)
  • No errors in RX/TX packet counters

Ethernet Operations

Check Connectivity

Use ping to verify connectivity between the device and a remote host. The client IP address must be in the same subnet as the device.

Configure NIC Settings

Configure Network Interface

Monitor Network Connections

Capture Network Traffic

View Routing Table

Troubleshooting

Collect Diagnostic Logs

1

Collect dmesg logs

2

Collect tcpdump logs

Press Ctrl+C to stop capture.
3

Pull log files to host PC

4

Collect diagnostic output

Common Issues

Solutions: Configure correct IP address and subnet mask; add default gateway if needed.
Solutions: Force 1000 Mbps full-duplex if auto-negotiation fails; replace cable if errors are detected.
Solutions: Ensure correct CDT is flashed; verify Ethernet driver is compiled in kernel; reboot and check again.
Solutions: Create or restore /var/persist/config.ini. Format: MDIOBUSID1: 1: MAC_ID01: XX:XX:XX:YY:YY:YY.

Command Reference

Resources