Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Red Pitaya 122-16: kernel reaches init!



dyoung%pobox.com@localhost (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.



Home | Main Index | Thread Index | Old Index