Skip to content

Add MAC to each board [For FW & ADJ-Validator] #91

Description

@JavierRibaldelRio

Add a board_mac field to the board configuration.

Example:

{
  "board_id": 1001,
  "board_ip": "192.168.1.10",
  "board_mac": "AA:BB:CC:DD:EE:FF"
}

The ADJ Validator should only check that board_mac is a valid MAC address, FW code generation should also use it.

Incorrect MAC addresses caused communication bugs during EHW 2026, so validating them in the ADJ would help prevent similar issues.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions