-
Notifications
You must be signed in to change notification settings - Fork 174
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
Where is MAC address determined? #317
Comments
Add MAC address to the ethernet portion of the dts file then recompile. |
Thanks but I think I still need more info on this. As far as I know, the dts file is generated by vivado. I am using Then, I am still wondering what determines the mac-address as it is? Is it random? |
linux-on-litex-vexriscv generates the dts automatically and places it itn the ./build//.dts There are "locally administered mac addresses" and manufacturer administered mac addresses. You need to pick based on your application. |
I'm guessing this is the Ethernet section:
There's nothing else that it could be (I have attached the full dts here). However, if I add a mac-address to this section, how do I then recompile to use it as I only know how to run the |
@matsbror: In you case, you are using the LiteEth MAC attached to the CPU, that lets the CPU handle the MAC address by software.
|
Is the MAC address of the Ethernet interface determined when the FPGA bitstream is generated or is it determined in code? I have built two different versions with different MAC-addresses but I need the MAC address to be fixed because of university network rules.
The text was updated successfully, but these errors were encountered: