DINK32 R13.1 on Sandpoint X2

2003-09-03 Thread Tom Rini

On Thu, Sep 04, 2003 at 09:37:40AM +0800, Yuxiao Xi wrote:

> Hi,Tom,
>  From the mailing lists,I know that someone use DINK32's tftp download 
> function
> to download his image successfully on a Sandpoint X3 board.Is there any 
> important
> differences between Sandpoint X3 and X2 board so that I can not use the 
> DINK32's tftp
> function on X2 board?

I do not know, as I don't have the proper ethernet card.  I do know
however, that I don't really care to find one now as I can upload a
kernel quick enough via serial that it doesn't really slow me down.
And, while not related to your problem, tftp isn't supported on 75x
CPUs, which is what I have at the moment.

--
Tom Rini
http://gate.crashing.org/~trini/

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





Kernel hangs on EP862-1.1 during boot

2003-09-03 Thread Jan Dominik Baranski

Hello all,
I'm having trouble getting a 2.4.22 kernel to boot on an Embedded Planet
EP862-1.1 board (based on an MPC860). I get this:
---
Loaded addresses 0040 through 0049.
 >go
[Go 0040]

loaded at: 0040 004A31F4
relocated to:  0018 002231F4
board data at: 00220128 00220144
relocated to:  001862E0 001862FC
zimage at: 001868A0 0021F3EC
avail ram: 00224000 0100

Linux/PPC load: console=ttyS0,9600
Uncompressing Linux...done.
Now booting the kernel



---
I've searched the archives, but no one seems to have this board/problem
combination. I've made sure the watchdog timer is disabled and that the
IMMR (0xfa20) is set correctly. Being pretty new to this, I don't
really know where else to look. Maybe something related to m8xx_board_info?

The thing is, I've been able to get an old kernel (2.4.7) from Timesys
that's configured for an RPX Classic board to boot correctly. I just
can't figure out what they may have done that I haven't.

Any suggestions??

Thanks

-Jan


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





mpc8xx CPM timer usage

2003-09-03 Thread Robin Gilks

Greetings

Does anyone know of any 'standard' Linux drivers that make use of any of
the 4 CPM timers?

I just want to check before the hardware guys caste our i/o lines into
stone :-))

Many thanks

--
Robin Gilks
Senior Design Engineer  Phone: (+64)(3) 357 1569
Tait ElectronicsFax  :  (+64)(3) 359 4632
PO Box 1645 ChristchurchEmail : robin.gilks at tait.co.nz
New Zealand


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





mpc8260 with UTOPIA

2003-09-03 Thread bhavin

Hi,
   Can any one suggests a evaluation board with mpc8260 which supports
UTOPIA 2 ?  I need the evaluation board ready with the carrier card and
SW support.
I know about TM826/CR826. Are there any other choice available?

Thanks,
Bhavin


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





16650 driver on mpc8xx

2003-09-03 Thread Lokesh Kumar

Hello all,

I have a board based on mpc8xx, with console on SMC1, and SCC1 as UART.
There is 16650 on board which is mapped on cs#3.

I have gone through the mailing list and a similar issue was discussed
earlier, but without any pointer to which code to customized. Can anyone
help me to figure out how to approach this?

Thanks in advance.

Lokesh Kumar
Wireless Matrix USA Inc.
703-262-4032


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





DINK32 R13.1 on Sandpoint X2

2003-09-03 Thread Tom Rini

On Tue, Sep 02, 2003 at 05:22:08PM +0800, Yuxiao Xi wrote:

>
> Hi,all,
> Now I'm working on a Motorola Sandpoint X2 board with ppc8240.
> I use DINK32 r13.1 to boot my linux kernel image.
> From DINK32 r13.1 user manual,I know that DINK32 r13.1 supports
> ethernet card Realtek 8139,but after these steps:

What I would suggest is that instead of using the ethernet card support,
you use the serial support still.  DINK32 r13.0.0 and newer support
115200 baud, so loading a kernel via serial is now much less painful
than it used to be.

--
Tom Rini
http://gate.crashing.org/~trini/

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





Memory Profiling Tool

2003-09-03 Thread Keith Pickens

Parasoft Insure++ supports both x86 and PPC.

-keith


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





mpc8xx CPM timer usage

2003-09-03 Thread Steven Blakeslee

The usb driver at http://www.heeltoe.com/software/usb/usb.html uses the
timers.

-Original Message-
From: Robin Gilks [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 02, 2003 11:42 PM
To: linuxppc mail list
Subject: mpc8xx CPM timer usage



Greetings

Does anyone know of any 'standard' Linux drivers that make use of any of
the 4 CPM timers?

I just want to check before the hardware guys caste our i/o lines into
stone :-))

Many thanks

--
Robin Gilks
Senior Design Engineer  Phone: (+64)(3) 357 1569
Tait ElectronicsFax  :  (+64)(3) 359 4632
PO Box 1645 ChristchurchEmail : robin.gilks at tait.co.nz
New Zealand


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





mpc8xx CPM timer usage

2003-09-03 Thread Albert ARIBAUD

Le mer 03/09/2003 ? 05:41, Robin Gilks a ?crit :
> Greetings
>
> Does anyone know of any 'standard' Linux drivers that make use of any of
> the 4 CPM timers?

When I used the DENX ELDK kernel on a custom MPC8XX board with serial
lines and Ethernet mostly, I once found no driver *used by the project*
that used the CPM timers. Note that we wrote our own SPI bus code,
though.

Your best bet is to check arch/ppc/8xx_io/*.[chS].

> I just want to check before the hardware guys caste our i/o lines into
> stone :-))


Why bother, since anyway they'll cast them the wrong way around?


:)

> Many thanks

HTH,
--
Albert ARIBAUD 


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





mpc8xx CPM timer usage

2003-09-03 Thread Albert ARIBAUD

Le mer 03/09/2003 ? 05:41, Robin Gilks a ?crit :
> Greetings
>
> Does anyone know of any 'standard' Linux drivers that make use of any of
> the 4 CPM timers?

When I used the DENX ELDK kernel on a custom MPC8XX board with serial
lines and Ethernet mostly, I once found no driver *used by the project*
that used the CPM timers. Note that we wrote our own SPI bus code,
though.

Your best bet is to check arch/ppc/8xx_io/*.[chS].

> I just want to check before the hardware guys caste our i/o lines into
> stone :-))


Why bother, since anyway they'll cast them the wrong way around?


:)

> Many thanks

HTH,
--
Albert ARIBAUD 


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