Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Problems connecting to AT91SAM9260
@ 2009-12-03 15:43 Jens Kleinhans
  2009-12-03 15:49 ` Peter Korsgaard
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jens Kleinhans @ 2009-12-03 15:43 UTC (permalink / raw)
  To: buildroot

I want to connect to the ARM board mentioned in the subject with
minicom.
So I connected the board with the RS232 interface and the USB_D
interface to my host PC and configured minicom with the following
parameters:
115200, 8bits, 1stop, no parity, no flow
Then I powered up the board. It started sending some datas to minicom
about the boot process. Then it ended up with the lines:
Uncompressing Linux...RomBOOT
>RomBOOT

I don't get the chance to communicate with the board. How can I
communicate with minicom?

Can you please give us a hint or tell us what the problem is all about

Following the datas which the minicom receives from the board:

[b]root at littel-laptop:/home/littel/buildroot# minicom


Willkommen zu minicom 2.3-rc1

Optionen: I18n 
?bersetzt am Dec 10 2007, 10:36:19.
Port /dev/ttyUSB0

                 Dr?cken Sie CTRL-A  Z f?r Hilfe zu speziellen
Tasten       
                                                                            
RomBOOT                                                                     
>AT91Bootstrap loading from
0x8400...                                       
                                                                            

U-Boot 1.3.4-00001-g8ed2f5f-dirty (Aug 20 2008 - 18:26:55)

DRAM:  64 MB
NAND:  512 MiB
DataFlash:AT45DB161
Nb pages:   4096
Page Size:    528
Size= 2162688 bytes
Logical address: 0xD0000000
Area 0: D0000000 to D00041FF (RO) Bootstrap
Area 1: D0004200 to D00083FF      Environment
Area 2: D0008400 to D0041FFF (RO) U-Boot
Area 3: D0042000 to D0251FFF      Kernel
Area 4: D0252000 to D020FFFF      FS
In:    serial
Out:   serial
Err:   serial
Net:   macb0
macb0: Starting autonegotiation...
macb0: Autonegotiation timed out (status=0x7849)
macb0: link down (status: 0x7849)
Hit any key to stop autoboot:  0 
## Booting kernel from Legacy Image at 22200000 ...
   Image Name:   Linux-2.6.26.3-olimex
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    1766504 Bytes =  1.7 MB
   Load Address: 20008000
   Entry Point:  20008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...

Uncompressing Linux...RomBOOT
>RomBOOT
>RomBOOT
>RomBOOT
>RomBOOT
>RomBOOT
>RomBOOT
>RomBOOT
>RomBOOT
>RomBOOT
>RomBOOT
>RomBOOT
>RomBOOT
>RomBOOT
>RomBOOT
>RomBOOT
>RomBOOT
>RomBOOT
>RomBOOT
>RomBOOT
>RomBOOT
>RomBOOT...

Best regards

Jens Kleinhans
-- 
Sarah Kreuz, die DSDS-Siegerin der Herzen, mit ihrem eindrucksvollen           
Deb?talbum "One Moment in Time". http://portal.gmx.net/de/go/musik

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

* [Buildroot] Problems connecting to AT91SAM9260
  2009-12-03 15:43 [Buildroot] Problems connecting to AT91SAM9260 Jens Kleinhans
@ 2009-12-03 15:49 ` Peter Korsgaard
  2009-12-03 15:53 ` Jonathan dumaresq
  2009-12-03 16:03 ` Daniel Mack
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2009-12-03 15:49 UTC (permalink / raw)
  To: buildroot

>>>>> "Jens" == Jens Kleinhans <Jens.Kleinhans@gmx.de> writes:

Hi,

 Jens> I want to connect to the ARM board mentioned in the subject with
 Jens> minicom.
 Jens> So I connected the board with the RS232 interface and the USB_D
 Jens> interface to my host PC and configured minicom with the following
 Jens> parameters:
 Jens> 115200, 8bits, 1stop, no parity, no flow
 Jens> Then I powered up the board. It started sending some datas to minicom
 Jens> about the boot process. Then it ended up with the lines:
 Jens> Uncompressing Linux...RomBOOT
 >> RomBOOT

Why are you sending this to the buildroot and rtai lists? An atmel list /
support seems like a better option.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] Problems connecting to AT91SAM9260
  2009-12-03 15:43 [Buildroot] Problems connecting to AT91SAM9260 Jens Kleinhans
  2009-12-03 15:49 ` Peter Korsgaard
@ 2009-12-03 15:53 ` Jonathan dumaresq
  2009-12-03 16:03 ` Daniel Mack
  2 siblings, 0 replies; 4+ messages in thread
From: Jonathan dumaresq @ 2009-12-03 15:53 UTC (permalink / raw)
  To: buildroot

buildroot-bounces at busybox.net wrote:
> I want to connect to the ARM board mentioned in the subject with
> minicom. 
> So I connected the board with the RS232 interface and the USB_D
> interface to my host PC and configured minicom with the following 
> parameters:
> 115200, 8bits, 1stop, no parity, no flow Then I powered up the board.
> It started sending some datas to minicom about the boot process. Then
> it ended up with the lines: Uncompressing Linux...RomBOOT 
>> RomBOOT
> 
AT91sam ml or AT91.com should be better for that support.

Jonathan
> 
> Best regards
> 
> Jens Kleinhans
> --
> Sarah Kreuz, die DSDS-Siegerin der Herzen, mit ihrem eindrucksvollen
> Deb?talbum "One Moment in Time". http://portal.gmx.net/de/go/musik
> _______________________________________________ 
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

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

* [Buildroot] Problems connecting to AT91SAM9260
  2009-12-03 15:43 [Buildroot] Problems connecting to AT91SAM9260 Jens Kleinhans
  2009-12-03 15:49 ` Peter Korsgaard
  2009-12-03 15:53 ` Jonathan dumaresq
@ 2009-12-03 16:03 ` Daniel Mack
  2 siblings, 0 replies; 4+ messages in thread
From: Daniel Mack @ 2009-12-03 16:03 UTC (permalink / raw)
  To: buildroot

On Thu, Dec 03, 2009 at 04:43:14PM +0100, Jens Kleinhans wrote:
> I want to connect to the ARM board mentioned in the subject with
> minicom.
> So I connected the board with the RS232 interface and the USB_D
> interface to my host PC and configured minicom with the following
> parameters:
> 115200, 8bits, 1stop, no parity, no flow
> Then I powered up the board. It started sending some datas to minicom
> about the boot process. Then it ended up with the lines:
> Uncompressing Linux...RomBOOT
> >RomBOOT
> 
> I don't get the chance to communicate with the board. How can I
> communicate with minicom?

Your problem is not related to minicom. It's not related to buildroot
either. Most probably, your kernel simply doesn't boot, and there's a
huge load of possible reasons for that. You should really follow the
instructions found at the place or from the people you got the patchset
from. Or in last instance, go to linux-arm-kernel and ask for help
there. But I doubt that there will be much ambition to support such an
old version.

Again, this is the wrong list for that. And please don't cross-post
again. Everyone answering to your mails will get a bounce from rtai.org.

Daniel

> -- 
> Sarah Kreuz, die DSDS-Siegerin der Herzen, mit ihrem eindrucksvollen           
> Deb?talbum "One Moment in Time". http://portal.gmx.net/de/go/musik

OMFG.

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

end of thread, other threads:[~2009-12-03 16:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-03 15:43 [Buildroot] Problems connecting to AT91SAM9260 Jens Kleinhans
2009-12-03 15:49 ` Peter Korsgaard
2009-12-03 15:53 ` Jonathan dumaresq
2009-12-03 16:03 ` Daniel Mack

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