From mboxrd@z Thu Jan 1 00:00:00 1970 From: Donald White Date: Thu, 30 Jan 2003 21:59:34 -0700 Subject: [U-Boot-Users] 8260 flash programming with BDI2000 Message-ID: <3E3A02B6.2010903@asu.edu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Group, About a year ago I ported ppcboot 1.0.5 and HHL 2.0 to a custom 860T board. I used a wiggler to support that work and to migrate the ppcboot to U-Boot. Today I was given a custom 8260 board and a BDI2000 with bdiGDB to use in porting U-Boot and HHL 2.0. I have installed the hardware and can talk to the board. Now here is my question. How do I use the BDI2000 to program flash? Do I just use the telnet interface and do: BDI>erase 0xfe000000 ;what is step? BDI>prog 0 u-boot.srec SREC ;assuming u-boot is based at 0xfe000000 I am having trouble understanding the meaning of the telnet commands. Should I just say I need bdiPro? Thanks, Don