From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sachin Rane, Alphion Communications Date: Mon, 24 Sep 2007 20:51:59 +0530 Subject: [U-Boot-Users] how to use 'eeprom read' command Message-ID: <46F7D617.7060307@alphion.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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