write u-boot.bin on mpc8349e-mITX-gp with bdi2000

2007-06-07 Thread Soohyung Cho
Hello. 

Now I'm trying to write u-boot.bin on mpc8349e-mITX-gp with bdi2000. 
But I don't have correct bdi2000 configuration file for mpc8349e-mITX-gp. 

How can I write u-boot.bin on that board? 
Unfortunately I erased u-boot area on that board so there no u-boot anymore
on that board. 
Is there anyone can show bdi2000 configuration file for mpc8349e-mITX-gp? 
Or please let me know how to write u-boot on that board with bdi2000. 

I'll appreciate any comments.



___
Linuxppc-embedded mailing list
Linuxppc-embedded@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-embedded


u-boot.bin

2006-04-27 Thread Kumar Gala

On Apr 27, 2006, at 11:07 AM, Eric Heim wrote:

 Sorry if this may seem basic to some but is there anything I need  
 to know about the format of the u-boot.bin?  I want to write a  
 program to burn the flash on the MPC8349 via the PCI interface.   
 Just not sure where to get info on binary file format and if there  
 is anything unique about the binary created from u-boot.

This question is best asked on the u-boot lists.  But the u-boot.bin  
is a straight binary file.  The contents should be placed directly  
into the location of flash that you desire.

- kumar



u-boot.bin

2006-04-27 Thread Wolfgang Denk
In message 20060427160755.24553.qmail at web37812.mail.mud.yahoo.com you 
wrote:
 
 Sorry if this may seem basic to some but is there anything I need to
 know about the format of the u-boot.bin? I want to write a program to

It's a raw binary image. Just data.

 burn the flash on the MPC8349 via the PCI interface. Just not sure
 where to get info on binary file format and if there is anything
 unique about the binary created from u-boot.

Why not using a JTAG debugger?

 -
 New Yahoo! Messenger with Voice. Call regular phones from your PC and save 
 big.
 --0-1608916273-1146154075=:24528
 Content-Type: text/html; charset=iso-8859-1
 Content-Transfer-Encoding: 8bit

Can you please mind the netiquette? I. e. no HTML postings,  trimming
to line length to some 70 characters or so, etc.

Also, you should have posted on the u-boot-users list; your  question
is actually off topic here.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
There is, however, a strange, musty smell in the air that reminds  me
of something...hmm...yes...I've got it...there's a VMS nearby, or I'm
a Blit.  - Larry Wall in Configure from the perl distribution



FW: Re: load u-boot.bin failure with BDI2000

2005-05-30 Thread tuotuo wang


From: Shawn Jin shawnxjin at gmail.com
Reply-To: Shawn Jin shawnxjin at gmail.com
To: tuotuo wang dvdstar at hotmail.com
CC: linuxppc-embedded at ozlabs.org
Subject: Re: load u-boot.bin failure with BDI2000
Date: Sun, 29 May 2005 11:28:28 -0700

  My target board is SBC8260,my debugger BDI2000,i have complied my 
u-boot
  file .But here is a mistake when i load it.Now i cann't enter the 
command
  line of u-boot.here is the display of BDI2000:
  - TARGET: processing user reset request
  - TARGET: Target PVR is 0x00810101
  - TARGET: reseting target passed
  - TARGET: processing target init list 
  *** TARGET: processing target init list failed
  # PPC: Writing to workspace failed

There is somehting wrong with BDI2000 configuration file. Double check
what [INIT] section does for your target board.

-Shawn.


You know,my config file of BDI2000 is download from www.denx.de,because 
there have the sbc8260's.My board run the ppcboot at first,and i can use my 
BDI2000 properly with this config file.

_
??? MSN Hotmail?  http://www.hotmail.com  




FW: Re: load u-boot.bin failure with BDI2000

2005-05-30 Thread Wolfgang Denk
In message BAY24-F40F8F31EEE582D1E998CFEAD030 at phx.gbl you wrote:
 
 You know,my config file of BDI2000 is download from www.denx.de,because 
 there have the sbc8260's.My board run the ppcboot at first,and i can use my 
 BDI2000 properly with this config file.

Most probably you erased the flash  (including  the  HRCW)  and  then
power-cycled  the  board.  Now your board cannot find a valid HRCW at
poweron which leaves the CPU in a unusable state in  which  not  even
JTAG access is working.

There should be a jumper or  switch  on  your  board  to  enable  the
default  configuration  - search for RSTCONF or so. Note that you may
have  to  adjust  the  config  file  for  the  default  configuration
(BOOTADDR and maybe others, too).

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
You can observe a lot just by watchin'.  - Yogi Berra



FW: Re: load u-boot.bin failure with BDI2000

2005-05-30 Thread Sam Song
---tuotuo wang dvdstar at hotmail.com wrote:
  You know,my config file of BDI2000 is download
  from www.denx.de,because 
  there have the sbc8260's.My board run the ppcboot
  at first,and i can use my 
  BDI2000 properly with this config file.

I perfer u to try again before taking a more 
complicated action. Just leave target itself and
BDI2000, remove any other peripheral equipment.
Perhaps it could recover from such a failure. 

I had the similar experience on 8xx board. Don't
know whether it works for 82xx.

Best regards,

Sam

_
Do You Yahoo!?
150??MP3
http://music.yisou.com/
???
http://image.yisou.com
1G??1000???
http://cn.rd.yahoo.com/mail_cn/tag/1g/*http://cn.mail.yahoo.com/event/mail_1g/



FW: Re: load u-boot.bin failure with BDI2000

2005-05-30 Thread tuotuo wang
hello,sam song:
   I have try my best to do this.I haven't another equipment,even the 
additional memory bank.

Mr.denk:
  I konw i must change the DIP switch,the actual problem to me is i 
don't konw how to deal with the config file.Could you give me some clear 
help.

From: Sam Song samlinuxppc at yahoo.com.cn
To: tuotuo wang dvdstar at hotmail.com
CC: linuxppc-embedded at ozlabs.org
Subject: Re: FW: Re: load u-boot.bin failure with BDI2000 
Date: Mon, 30 May 2005 19:05:49 +0800 (CST)

---tuotuo wang dvdstar at hotmail.com wrote:
   You know,my config file of BDI2000 is download
   from www.denx.de,because
   there have the sbc8260's.My board run the ppcboot
   at first,and i can use my
   BDI2000 properly with this config file.

I perfer u to try again before taking a more
complicated action. Just leave target itself and
BDI2000, remove any other peripheral equipment.
Perhaps it could recover from such a failure.

I had the similar experience on 8xx board. Don't
know whether it works for 82xx.

Best regards,

Sam


_
?? MSN Messenger:  http://messenger.msn.com/cn  




load u-boot.bin failure with BDI2000

2005-05-29 Thread tuotuo wang
hi,my friends:

My target board is SBC8260,my debugger BDI2000,i have complied my u-boot 
file .But here is a mistake when i load it.Now i cann't enter the command 
line of u-boot.here is the display of BDI2000:
- TARGET: processing user reset request
- TARGET: Target PVR is 0x00810101
- TARGET: reseting target passed
- TARGET: processing target init list 
*** TARGET: processing target init list failed
# PPC: Writing to workspace failed
- TARGET: target will be restarted in 10 sec


help me please!!
think you.

_
?? MSN Messenger:  http://messenger.msn.com/cn  




load u-boot.bin failure with BDI2000

2005-05-29 Thread Shawn Jin
 My target board is SBC8260,my debugger BDI2000,i have complied my u-boot
 file .But here is a mistake when i load it.Now i cann't enter the command
 line of u-boot.here is the display of BDI2000:
 - TARGET: processing user reset request
 - TARGET: Target PVR is 0x00810101
 - TARGET: reseting target passed
 - TARGET: processing target init list 
 *** TARGET: processing target init list failed
 # PPC: Writing to workspace failed

There is somehting wrong with BDI2000 configuration file. Double check
what [INIT] section does for your target board.

-Shawn.