Re: Red Pitaya 122-16: kernel reaches init!
[email protected] (Michael van Elst)
| Newsgroups | gmane.os.netbsd.ports.arm |
|---|---|
| Organization | Serpens User Group |
| Message-ID | <[email protected]> |
[email protected] (David Young) writes: >The ethernet MAC isn't correct. On the Red Pitaya boards, board >parameters like the ethernet MAC are stored in an EEPROM. I think >u-boot can fetch the information from the EEPROM and provide it in the >bootargs. Shouldn't take long to figure that out. The Zynq driver attachment currently takes the mac address from the dtb key 'local-mac-address'. The driver itself will fall back to a hardcoded address when no such key was set. That's unfortunate, it should be able to read out an already configured address and keep it (like other drivers do). Then u-boot could just configure the hardware. Another possibility is for u-boot to modify the dtb.