
24 Sep
2007
24 Sep
'07
5:21 p.m.
Hi,
I want to read boot eeprom using u-boot. Can you tell me which 'addr' I need to pass to the 'eeprom read' command?
-------------------------------------------------------------------------- => help eeprom eeprom read devaddr addr off cnt eeprom write devaddr addr off cnt - read/write `cnt' bytes from `devaddr` EEPROM at offset `off'
--------------------------------------------------------------------------
I want to access boot eprom which is at 'devaddr' 0x54 and offset '0' to '10'.
But I am not clear what ro pass for the 'addr' argument.
Regards, Sachin Rane