linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* ep8260 board linux port
@ 2003-12-18 19:44 Kiran Mandava
  2003-12-19 16:05 ` Allen Curtis
  2003-12-19 17:47 ` Dan Malek
  0 siblings, 2 replies; 5+ messages in thread
From: Kiran Mandava @ 2003-12-18 19:44 UTC (permalink / raw)
  To: linuxppc-embedded


Hello All,

  I am trying to port linux 2.4.22 onto ep8260 board. (256 MB RAM on 6xx
bus/ 32 MB Flash) using tools and source code from denx webisite.
  I was able to port u-boot and trying to boot linux now.
  i couldn't find any specific files to this board in the platform directory
although est8260.h file has the basic bd structure. the problem i am facing
is the processor loops in serial_console_write/ timer interrupt handler. i
made sure that i am passing the baudrate proeprly by looking at the bd
structure while passing teh control to start_kernel function.
  My console does display everything properly running u-boot but once the
control goes to linux don't see anything on the console.

i made only the following changes for th elinux boot.
	1. in uart.c made sure that the console port is defines as SMC1.
	2. defines the SMC2 to be serial port too
      3. FCC3 is configured as the ethernet.

and compiled and tried to boot the image, but i couldn't. i do have a BDI
JTAG device and i was able to see the RAM properly.

 could some one throw light on what i could be doing wrong, any sugestions
are greatley appreciated. I bet some one would have done this sucessfully
years before..




thanks,
kiran


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread
* RE: ep8260 board linux port
@ 2003-12-19 16:46 Matt Hoover
  0 siblings, 0 replies; 5+ messages in thread
From: Matt Hoover @ 2003-12-19 16:46 UTC (permalink / raw)
  To: 'Kiran Mandava', linuxppc-embedded; +Cc: Obaid Haqqi


Kiran,

Please contact me regarding the EP8260 and Linux.

Regards,
Matt Hoover
440-646-0077 x136

-----Original Message-----
From: Kiran Mandava [mailto:kiran.mandava@skystream.com]
Sent: Thursday, December 18, 2003 2:44 PM
To: linuxppc-embedded@lists.linuxppc.org
Subject: ep8260 board linux port



Hello All,

  I am trying to port linux 2.4.22 onto ep8260 board. (256 MB RAM on 6xx
bus/ 32 MB Flash) using tools and source code from denx webisite.
  I was able to port u-boot and trying to boot linux now.
  i couldn't find any specific files to this board in the platform directory
although est8260.h file has the basic bd structure. the problem i am facing
is the processor loops in serial_console_write/ timer interrupt handler. i
made sure that i am passing the baudrate proeprly by looking at the bd
structure while passing teh control to start_kernel function.
  My console does display everything properly running u-boot but once the
control goes to linux don't see anything on the console.

i made only the following changes for th elinux boot.
	1. in uart.c made sure that the console port is defines as SMC1.
	2. defines the SMC2 to be serial port too
      3. FCC3 is configured as the ethernet.

and compiled and tried to boot the image, but i couldn't. i do have a BDI
JTAG device and i was able to see the RAM properly.

 could some one throw light on what i could be doing wrong, any sugestions
are greatley appreciated. I bet some one would have done this sucessfully
years before..




thanks,
kiran


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread
* RE: ep8260 board linux port
@ 2003-12-19 23:10 Kiran Mandava
  0 siblings, 0 replies; 5+ messages in thread
From: Kiran Mandava @ 2003-12-19 23:10 UTC (permalink / raw)
  To: 'Allen Curtis', Kiran Mandava; +Cc: linuxppc-embedded


Allen,

>>   I am trying to port linux 2.4.22 onto ep8260 board. (256 MB RAM on
>> 6xx
>> bus/ 32 MB Flash) using tools and source code from denx webisite.
>>   I was able to port u-boot and trying to boot linux now.
>>   i couldn't find any specific files to this board in the platform
>> directory
>> although est8260.h file has the basic bd structure. the problem i am
>> facing
>> is the processor loops in serial_console_write/ timer interrupt
>> handler. i
>> made sure that i am passing the baudrate proeprly by looking
>at the bd
>> structure while passing teh control to start_kernel function.
>>
>
>How are you creating your boot image. If you are following the u-boot
>directions then you don't need any board specific support in the
>kernel. If you are trying to boot zImage, then you have more work to
>do.


Do you mean zImage.embedded? I have been using make_image utility from
uboot and using image arch/ppc/boot/images/vmlinux.gz to create image that
uboot downloads via tftp.

>
>>   My console does display everything properly running u-boot
>but once
>> the
>> control goes to linux don't see anything on the console.
>>
>
>Did you happen to customize the BAUD rate information for u-boot or
>Linux?  The u-boot default is 115K, Linux default is 9600.
>
>Another thing that I have run into is the clock divider configuration
>by u-boot. Try changing your minicom baud rate up or down by
>4X and see
>if you see anything then.

I tried changing the baud rates didn't make any difference. If I attach
the BDI it is looping in serial_console_write. I did verify that clock
rate is getting passed from uboot to kernel correctly. In uboot I am
not setting the variable clock_in_mhz.

Doea anybody have .config file for EP8260 that I can use?

-Kiran

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

end of thread, other threads:[~2003-12-19 23:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-18 19:44 ep8260 board linux port Kiran Mandava
2003-12-19 16:05 ` Allen Curtis
2003-12-19 17:47 ` Dan Malek
  -- strict thread matches above, loose matches on Subject: below --
2003-12-19 16:46 Matt Hoover
2003-12-19 23:10 Kiran Mandava

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).