public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] u-boot
@ 2007-02-12 20:54 Harshad Poshtiwala
  2007-02-13  8:44 ` Markus Klotzbücher
  0 siblings, 1 reply; 11+ messages in thread
From: Harshad Poshtiwala @ 2007-02-12 20:54 UTC (permalink / raw)
  To: u-boot

Hi Friends,

I am 1st time user of u-boot.
I am to bring up arm-based board. i.e my target board is going to be 
based on ARM architecture/

I follwed the following steps.
1,I installed precompiled tool chain on my machine
2,Built / compile linux kernel.
3,IBuilt / compile u-boot.

Now what should be the next step?

Is there any document availble to tell me the exact procedure for this.

I am on linux -redhat -enterprise machine. kernel version 2.6


I would appreciate your rely.

Regards
Harsh

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [U-Boot-Users] u-boot
@ 2008-03-28 11:29 karim sahli
  2008-03-28 14:31 ` Wolfgang Denk
  0 siblings, 1 reply; 11+ messages in thread
From: karim sahli @ 2008-03-28 11:29 UTC (permalink / raw)
  To: u-boot

hi!
i compiled a new u-boot for my card(u-boot 1.2.0) and load it with xmodem
when i try to exec a new kernel at any adress
i have this message : bad magic adress
what can be the problem?
thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20080328/00083832/attachment.htm 

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [U-Boot-Users] U-boot
@ 2007-09-18  5:09 Binay Kumar
  2007-09-18  5:24 ` Wolfgang Denk
  0 siblings, 1 reply; 11+ messages in thread
From: Binay Kumar @ 2007-09-18  5:09 UTC (permalink / raw)
  To: u-boot

Hi All,

I want boot my PC i.e pentium 4 with U-Boot.Is it possible if yes
how?Can u pls. explanin me in detail.



Regards
Binay

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [U-Boot-Users] U-boot
@ 2005-06-10 18:41 Jose Adalberto Petrachin
  2005-06-10 20:02 ` Wolfgang Denk
  0 siblings, 1 reply; 11+ messages in thread
From: Jose Adalberto Petrachin @ 2005-06-10 18:41 UTC (permalink / raw)
  To: u-boot

Hi.

I'm starting to use ELDK to port U-boot for my board ...
My board is similar at TQM850L and I whant to know what files I have to change to have success?
Thanks!

Petra,

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [U-Boot-Users] u-boot
@ 2003-06-03  0:01 Steve Brockway
  0 siblings, 0 replies; 11+ messages in thread
From: Steve Brockway @ 2003-06-03  0:01 UTC (permalink / raw)
  To: u-boot

I am new to this type of mailing list. Please let me know if I step out of bounds.

Need help with configuring u-boot for our MPC8245.

Processor has been running for a year with VxWorks. Therefore we know it works.

Setup
1) VisionProbe with configuration files.
2) We can erase flash and download new programs.
3) I know the BDI2000 is popular but we own the VisionProbe.
4) Processor
        266MHZ Processor
        66 MHZ buss
        PCI has an LSI53C1010R on it.
        8MByte flash  64bit buss (AM29F160xB) 0xFF80_0000 to 0xFFFF_FFFF
        256MB SRAM 64bit buss 0x0000_0000 to 0x1000_0000-1 (0x0FFF_FFFF)
        One serial port works.

To date here is what I have done.
1) Installed Eldk. I am able to compile any of the specific boards. 
2) Choose as a starting point: CPC45.h  This was because they discussed using 64bit buss for Flash
3) Edited the CPC45.h file, attempting to make appropriate changes.
4)  Ran make CPC45_config
5) Ran make
6) Downloaded the files to our board.
    At 0xfff0_0100  I get the U-boot id message
    Execution seems to start at 0xfff0_0100.
7) Connect Hypertermial to our serial port.
     I get output but only funny characters. Looks like a baud rate problem but I changed baud rates from 2400 to 57800 and still get funny chcracters.

This is where I am. We are still novices at this. We could be changing code for a long time before we get it right.


What I would like:

1) Any advice. 
2) Anyone willing to configure u-boot for our board? We of course can pay.
3) Insights on how to determine what setup function might be wrong.
4) We do not want to configure the SCSI chip at this time. We will never be use SCSI to boot a disk drive. We will use linux drivers for the chip in question.

Thanks in advance.

Steve Brockway






-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20030602/7c279818/attachment.htm 

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [U-Boot-Users] U-boot
@ 2003-02-05  4:33 J.Rakesh
  2003-02-05  8:13 ` Wolfgang Denk
  0 siblings, 1 reply; 11+ messages in thread
From: J.Rakesh @ 2003-02-05  4:33 UTC (permalink / raw)
  To: u-boot

Hi,

I am working with vulcan chip IBM405, Can I use the u-boot-0.2.0 for this. I am new to this and dont have much idea about this. Pl help me out.

Thanks & regards,

Rakesh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20030205/16661da7/attachment.htm 

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2008-03-28 14:31 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-12 20:54 [U-Boot-Users] u-boot Harshad Poshtiwala
2007-02-13  8:44 ` Markus Klotzbücher
  -- strict thread matches above, loose matches on Subject: below --
2008-03-28 11:29 karim sahli
2008-03-28 14:31 ` Wolfgang Denk
2007-09-18  5:09 [U-Boot-Users] U-boot Binay Kumar
2007-09-18  5:24 ` Wolfgang Denk
2005-06-10 18:41 Jose Adalberto Petrachin
2005-06-10 20:02 ` Wolfgang Denk
2003-06-03  0:01 [U-Boot-Users] u-boot Steve Brockway
2003-02-05  4:33 [U-Boot-Users] U-boot J.Rakesh
2003-02-05  8:13 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox