Booting sandpoint from ide disk

2002-09-06 Thread Rod Boyce
There is nothing stopping you porting PPCBoot to this CPU. Once you have ported PPCBoot to this CPU you could use PPCBoot...:) Rod PS I'm, sure you could find somebody to pay money to who would do this for you... -Original Message- From: Lauri Ojantakanen [mailto:[EMAIL PROTECTED] S

ATM issue: one Host Four Nodes

2002-09-06 Thread [EMAIL PROTECTED]
Hi Alex?? you mean that maybe i need an ATM switch to creat the ring topology how can i implement it? can you give more detail info on it? Regards Li : >From:Alex Zeffertt >Reply-To: >To: >Subject: Re: ATM issue: one Host Four Nodes > >On Thu, 5 Sep 2002, wrote: > > >In each

Booting sandpoint from ide disk

2002-09-06 Thread Lauri Ojantakanen
Instant need for booting from ide disk seem to have gone away :( Dink32 does not start anymore at all. When I restart the machine nothing comes through the serial cable (settings are correct). I have not touched to any board switches. Red leds on the altimus board are as follows: RAM: not active

ATM issue: one Host Four Nodes

2002-09-06 Thread Alex Zeffertt
On Fri, 6 Sep 2002, wrote: Well, if you have 2 PHYs per node you can set up the ring as you've drawn it - i.e. with each ATM node connected by one PHY to the previous node, and by the other PHY to the next node. Alternatively, if you only have one PHY per node, you can put a switch in the midd

immap_8260.h: volatile missing in immr definition

2002-09-06 Thread Hans dot Feldt at uab.ericsson.se
I've been trying to get the watchdog timer to run in a 2.4.18 kernel on our custom 750/8260 board. Finally I realised what was the problem by disassembling with objdump. Due to the missing volatile declaration, the dog kicking code immr->im_siu_conf.sc_swsr = 0x556c; immr->im_siu_

open initial console failed

2002-09-06 Thread [EMAIL PROTECTED]
Hi, i got linux kernel 2.4.4 (from denx ftp-server) running on our custom MPC8240 board. The board has no serial device. No connection for a display. Ethernet is available. There is the following warning within the kernel log. "Warning: unable to open an initial console." This is ok because there

PCMCIA cards for MPC8xx?

2002-09-06 Thread Magnus Damm
I've used 16550 serial ports with the m8xx_pcmcia driver. It did not work right out of the box then (2.2), I think some structure was shared between 8xx_io/uart.c and the generic 16550 serial.c. And I think serial.c poked around in some unmapped io-space. If you get a list of working cards, maybe

Booting sandpoint from ide disk

2002-09-06 Thread Tom Rini
On Fri, Sep 06, 2002 at 11:02:58AM +0300, Lauri Ojantakanen wrote: > Instant need for booting from ide disk seem to have gone away :( Dink32 does > not start anymore at all. When I restart the machine nothing comes through > the serial cable (settings are correct). I have not touched to any board

immap_8260.h: volatile missing in immr definition

2002-09-06 Thread Dan Malek
Hans dot Feldt at uab.ericsson.se wrote: > Change from: extern immap_t *immr: > to: extern volatile immap_t *immr; Rather than do this, I would prefer you use a function local variable and load the global immr into it. You should also get into the habit of using barrier operations between such

Linux on 8260 using ELDK..Help?!?

2002-09-06 Thread [EMAIL PROTECTED]
Flavio, >From your e-mail, it looks like your ramdisk is 5MB and you are sticking it into a 4 MB filesystem. ... ## Loading RAMDisk Image at ff80 ... Image Name: ERI 8260 Ramdisk Image Image Type: PowerPC Linux RAMDisk Image (gzip compressed) Data Size:5594536 Bytes = 5463 k

ELDK Compiler

2002-09-06 Thread Aman
Hi Matt I have downloaded ELDK compiler for PPC 440 evalkit. In the ELDK html file , it says the the predefined compiler flag as "mcpu=403". Will this ELDK compiler work very well with PPC 440 processor?. Or are there any other compilers which works well with PPC 440 processor. Thanking you in

Booting sandpoint from ide disk

2002-09-06 Thread Mark A. Greer
Tom Rini wrote: > On Fri, Sep 06, 2002 at 11:02:58AM +0300, Lauri Ojantakanen wrote: > > > Instant need for booting from ide disk seem to have gone away :( Dink32 does > > not start anymore at all. When I restart the machine nothing comes through > > the serial cable (settings are correct). I hav

Irq 0 problem

2002-09-06 Thread Dayton, Dean
I have been trying to port Linux 2.4.18-pre2 to the MPC8266ADS board. I grabbed the SCC uart.c from 2.5.31. The kernel loads and runs, the ramdisk is uncompressed and mounted. Then I take an interrupt with SIVEC=0. SIVEC is now 0 everytime it is read, this causes do_IRQ() to go into an endless lo

ELDK Compiler

2002-09-06 Thread Matt Porter
On Fri, Sep 06, 2002 at 10:35:42PM +0530, Aman wrote: > I have downloaded ELDK compiler for PPC 440 evalkit. In the ELDK html file > , it says the the predefined compiler flag as "mcpu=403". Will this ELDK > compiler work very well with PPC 440 processor?. Or are there any other > compilers which

RomDisk

2002-09-06 Thread Gary Thomas
On Thu, 2002-09-05 at 04:33, Sunil P Antony wrote: > > Hello All, > I'm using the romfs on my Intel strata flash which will contain the > kernel > and the application. According to the docs the romfs image is built into the > kernel, I'd like to know if the romfs is also RAM resident all th