Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use OpenMoko assigned MAC address range #9

Open
kevinmehall opened this issue Feb 10, 2016 · 0 comments
Open

Use OpenMoko assigned MAC address range #9

kevinmehall opened this issue Feb 10, 2016 · 0 comments

Comments

@kevinmehall
Copy link
Member

OpenMoko has assigned the Tessel Project a range of 8192 MAC addresses. The test rig should assign devices MAC addresses in this range instead of generating random addresses in the "Locally Administered" space.

The assigned range is: 00:1F:11:02:3a:00 to 00:1F:11:02:59:ff

The MAC addresses are written to the factory partition by the code here. It should query the server with the SAMD21 serial number to get a new MAC address assigned if this board has not been seen before, or re-use the same MAC if this board has already been tested. Keep the database mapping MACs to serial numbers as it may be useful later.

There are two MAC addresses in the factory partition for the WiFi and ethernet interfaces. However, I think OpenWrt may be reading only one of them and assigning the other sequentially, so experiment and match its behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant