PowerPC-embedded HOWTO-12 ?

2000-12-13 Thread Graham Stoney
On Tue, Dec 12, 2000 at 11:09:04AM +0100, Paugam Luc wrote: I can't access chapter 12 of your PowerPC-embedded-HOWTO document. It seems that there is a broken link !!! Don't tell me, let me guess: you've looking at the copy on nbci.com, right? Their site is very unreliable. I've just uploaded

2.5 or 2.4 kernel profiling

2000-12-13 Thread Graham Stoney
[ Dan's already answered the caching question wrt the 8260, so... ] On Tue, Dec 12, 2000 at 10:32:53AM -0600, Brian Ford wrote: The best solution to the couldn't allocate an skbuf seems to be the one taken by Donald Becker in the tulip driver called the buffer deficit scheme. I am studying

Kernel panic: No init found.

2000-12-13 Thread Nils Hagge
Hi, I try to run Hard Hat Linux from Montavista as described in the CDK 1.2 manual on an RPX lite board. Unfortunately, the installation procedure is only for hosts with Red Hat Linux, I hoped this would work for SuSE, too. The problem has to do with the NFS filesystem. I can successfully

problems with powerpc-linux-gcc

2000-12-13 Thread Rabeeh Khoury
Hi All, I'm having trouble with compiling some code that I will use for our embedded system when booting the system. The function that I'm having trouble with is the printf function. I used this function in i386 and mips environement (cross compiling) and it worked fine, the argumenents are

problems with powerpc-linux-gcc

2000-12-13 Thread Wolfgang Denk
In message 3A37867B.2070606 at galileo.co.il you wrote: I'm having trouble with compiling some code that I will use for our embedded system when booting the system. This is an old story: buggy code does not work. I always have the same problem ;-) The function that I'm having trouble

Kernel panic: No init found.

2000-12-13 Thread Nils Hagge
Hi Jari, thank for your fast answer. I examined the problem I little bit further, maybe you find something, that can help me further with this new piece of information. you should see if you have the link sbin - bin in the target dir or not.. bash-2.03# dir -l total 100 drwxr-xr-x 2 root

Kernel panic: No init found.

2000-12-13 Thread Mike Hill
I believe I have seen the same problem. As I recall, we first started seeing this problem when we removed a symlink (/opt/hardhat/devkit to /) that was included in the MontaVista target directory. We were told that we had it add it back because some of the MontaVista libraries were built

2.5 or 2.4 kernel profiling

2000-12-13 Thread Dan Malek
Graham Stoney wrote: This does indeed sound better; the only sticky part I can think of is setting the FCC/FEC to keep giving you Rx interrupts even when there are no buffer descriptors to put the incoming packets in, Although I have not yet proven this, I am leaning toward the following.

PCMCIA have machine check

2000-12-13 Thread [EMAIL PROTECTED]
Hello Jerry, We had a similar problem with our design. The PCMCIA_WAIT signal was stuck low. However since you are a comercial board I doubt that this is the case, but you might want to look at it anyway. My gut instinct tells me you may have some more work to do in

2.5 or 2.4 kernel profiling

2000-12-13 Thread Arto Vuori
Dan Malek wrote: Although I have not yet proven this, I am leaning toward the following. Allocate a small fixed set of receive buffers (like we used to do) in the driver and mark them copy-back cached. The received BDs will always point to thesed buffers. Then, copy-and-sum these into IP

2.5 or 2.4 kernel profiling

2000-12-13 Thread Dan Malek
Arto Vuori wrote: We also found and fixed some problems including: I have been pushing driver updates into the BK linuxppc_2_5 tree, but not into the linuxppc_2_3 tree as we are trying to stablize that for 2.4. All of these you mentioned, and others have been updated. The MII interface is

PCMCIA have machine check

2000-12-13 Thread [EMAIL PROTECTED]
You probably have the old RPX bootloader. It sets the Bus Montior timeout which causes machine checks for every IO operation. Contact EP tech support and request PlanetCore, the new bootloader. Nguyen Xuan Hoang wrote: Hi, I am trying to run Wireless Lan PCMCIA on RPXLite board, but the

PCMCIA have machine check

2000-12-13 Thread [EMAIL PROTECTED]
forgot one thing. Once you have the new bootloader, you will need to disable the BMT in the SYPCR register. Nguyen Xuan Hoang wrote: Hi, I am trying to run Wireless Lan PCMCIA on RPXLite board, but the system just randomly crash (a machine check error). I have trace the error, it happen

Kernel panic: No init found.

2000-12-13 Thread [EMAIL PROTECTED]
you really should contact MV support for this kind of stuff (if you have a support contract). Ot is something with your basic setup. Did you add the /opt.../target directory to /etc/exports ? if so, did you restart the nfs server? is the nfs server running? Nils Hagge wrote: Hi, I try to

2.5 or 2.4 kernel profiling

2000-12-13 Thread Arto Vuori
Dan Malek wrote: I have been pushing driver updates into the BK linuxppc_2_5 tree, but not into the linuxppc_2_3 tree as we are trying to stablize that for 2.4. All of these you mentioned, and others have been updated. The MII interface is still broken for some PHYs. OK For all

scc2 using brg4 in uart.c

2000-12-13 Thread Julia Elbert
Hi Phillip, Thank you for responding. One of these days I will hopefully need less help. Did you enable the transceiver hardware through the appropriate BSCR register? yep, we are o.k. here Did you configure the SCC2 priority in the CICR register? yes, CICR_SCB_SCC2 is enabled in commproc.c I

vxhack and mvista kernel

2000-12-13 Thread Hao Li
Hi. I am trying to use VxWorks boot rom to boot MontaVista's 2.4.0-test2 kernel on a EST SBC8260 board. I already have MontaVista's CDK 1.2 installed on a Linux x86 host running Red Hat 6.2. From a previous post I find that I'll need to hack the kernel zImage with Dan Malek's vxhack.c program. So

vxhack and mvista kernel

2000-12-13 Thread Dan Malek
Hao Li wrote: % ./vxhack vmlinuz-sbc8260-2.4.0-test2-1.2.2-3 Segmentation fault Could someone explain to me what the problem is? The vxhack program has hard coded values for known sections in the image file. For some reason, the sections in the file have changed since I wrote the program.

MVME 5100

2000-12-13 Thread Matt Porter
On Wed, Dec 13, 2000 at 10:39:59PM +0100, Torsten Rissel wrote: Hi Everybody ! I am trying to run Linux on an MVME5100 board. I am using PReP-style booting and got the boot process and some of the kernel initialization running. But I am missing any knowledge of other PowerPC boards or

MVME 5100

2000-12-13 Thread Torsten Rissel
Hi Everybody ! I am trying to run Linux on an MVME5100 board. I am using PReP-style booting and got the boot process and some of the kernel initialization running. But I am missing any knowledge of other PowerPC boards or machines, so that it is relativly hard to find out what exactly to

Off topic ...about writing module

2000-12-13 Thread [EMAIL PROTECTED]
Hi I apologize in advance for writing off topic mail. I am trying to write some module on my pc. but I dont get output at all. Here is the sample code that I am trying out hello.c - #define MODULE #define __KERNEL__ #define LINUX #if

2.5 or 2.4 kernel profiling

2000-12-13 Thread Brian Ford
On Wed, 13 Dec 2000, Dan Malek wrote: Graham Stoney wrote: This does indeed sound better; the only sticky part I can think of is setting the FCC/FEC to keep giving you Rx interrupts even when there are no buffer descriptors to put the incoming packets in, Won't we get a Busy error Rx

2.5 or 2.4 kernel profiling

2000-12-13 Thread Jerry Van Baren
At 04:08 PM 12/13/00 -0600, Brian Ford wrote: On Wed, 13 Dec 2000, Dan Malek wrote: Graham Stoney wrote: [snip] I speak only for the 8260, but... With it, you can DMA directly into IP aligned skbuffs, eliminating the copy. I've done it and it seems to work. I'll have to benchmark it,

attach to ppp

2000-12-13 Thread Julia Elbert
Hello, I am trying to use uart.c , async with ppp. Uart.c async works. Is there any way to attach or bind ttyS1 to ppp without adding attach in the driver? Am I missing the obvious? Or, Do I have to use pppd? Or can I configure using ifconfig somehow? I know, so many questions Thanks in

PCMCIA have machine check

2000-12-13 Thread Nguyen Xuan Hoang
Hi, I am trying to run Wireless Lan PCMCIA on RPXLite board, but the system just randomly crash (a machine check error). I have trace the error, it happen when we read or write the I/O port on the wireless LAN. It seems the PCMCIA controller not set correctly. Have anyone experience about this