PPC RTC on I2C

2002-11-26 Thread Wolfgang Denk
In message 20021125161239.A20831 at home.com you wrote: [Tim] I'm working on getting i2c support working on a module that has its RTC on i2c. Nothing new. Has been done before. I've got my i2c client written, but i2c-core and friends don't load until very late in the game; setting

zynx zx212 dual-port ethernet card

2002-11-26 Thread 于婧
hi! I'm porting hardhat linux v2.1 on my motorola lopec mpc7410 board with a zynx zx212 dual-port ethernet card on it.The problem is that the kernel can't start up with the ethernet card on,while without it everything is perfect.Since zx212 is compatible with 21143,I build the kernel with

zynx zx212 dual-port ethernet card

2002-11-26 Thread 于婧
hi! I'm confused about your words.I noticed that #define request_8xxirq request_irq in /include/asm-ppc/mpc8260.h ,so there should be no difference between request_irq()and request_8xxirq().Right? I have no other PCI card at hand,so I didn't boot with other card. I am running a 4 port ZX214

PPC RTC on I2C

2002-11-26 Thread Joakim Tjernlund
[Matt] I always thought that one would implement some low-level ppc-specific i2c master access functions. These would be available via a few ppc_mds and one could have a generic i2c 'adapter' to call the functions. For RTC access, one would then have a i2c RTC implementation using

PPC RTC on I2C

2002-11-26 Thread leeyang
Why not use RTC in the PPC core? - Original Message - From: Montgomery, Tim [EMAIL PROTECTED] To: linuxppc-embedded at lists.linuxppc.org Sent: Tuesday, November 26, 2002 6:13 AM Subject: PPC RTC on I2C I'm working on getting i2c support working on a module that has its RTC on i2c.

ppcboot, ebony , change baudrate function has bug.

2002-11-26 Thread Wolfgang Denk
In message 001d01c294ed$569cecc0$92690b0a at DBKQW41X you wrote: when you set a new baudrate, = setenv baudrate 38400 ## Switch baudrate to 38400 bps and press ENTER ... it will hang . It does not hang. It waits for you to switch the baudrate and press ENTER. I find a way to avoid

ppcboot, linux , hang at the last step

2002-11-26 Thread Omanakuttan
caixupeng wrote: but, can you tell me the detail? Does it mean the kernel has build in ramdisk ? No. The kernel does not have a built in ramdisk. but it uses the ramdisk image passed for modules and the like. correct me if I am wrong. or you have to give a ramdisk separately to the

ppcboot, linux , hang at the last step

2002-11-26 Thread Wolfgang Denk
In message 3DE33302.4070907 at tataelxsi.co.in you wrote: No. The kernel does not have a built in ramdisk. but it uses the ramdisk image passed for modules and the like. correct me if I am wrong. Please do not confuse the usage of a ramdisk image with standard distributions like RedHat

USB Host controller problem

2002-11-26 Thread Nageswari S
Hi, I have a custom PowerPC board (IBM 405 Based) with USB - OHCI (Ver 1.1)compliant controller on OPB bus. I have taken SA usb driver as a refernce and enabled USB. The root hub got initialised and cat /proc/bus/usb/devices outputs T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= B:

Problem on usnig BDI2000 with IBM PPC440 board

2002-11-26 Thread Chris Hallinan
Linux needs a proper boot context, i.e PPCBoot or some other boot loader to set up some important data structures that must be passed to the kernel in order for it to boot. You cannot simply load a kernel image from scratch and run it ('go' command). For details, download PPCBoot (now called

building walnut kernel, '_machine redefined' warning

2002-11-26 Thread Mark Pilon
yesterday afternoon I cloned the bitkeeper tree, did a make walnut_config, make menuconfig saved the configuration, did a make dep and make vmlinux and get the following redefininition for _machine: In file included from /home/mpilon/linuxppc_2_4_devel_bk_405pm/include/linux/modversions.h:221,

Serial Debugging

2002-11-26 Thread Chris Hallinan
Aman wrote: Hi All I am using PPC 440GP eval board. I wanted to do debug application using serial. The serial device /dev/ttyS0 is used as console. I have connected a null modem cable to the device /dev/ttyS1 on the eval kit and the linux host. I gv the following command in the evalkit.

Hung inside execve

2002-11-26 Thread Francis Yu [EMAIL PROTECTED]
Hello, I have been going through the LinuxPPC archives, looking for answers to my problem, but still could not proceed ahead. My problem is that the Linux will hang after the line 'execve(bin/sh, argv_init, envp_init);' inside the init function of the file main.c. I have added the printk

Hung inside execve

2002-11-26 Thread Wolfgang Denk
In message B0CD235912AED411B69800D0B7C9F60F1DF88A at mail you wrote: I have been going through the LinuxPPC archives, looking for answers to my problem, but still could not proceed ahead. My problem is that the Linux will hang after the line 'execve(bin/sh, argv_init, envp_init);' inside the

Hung inside execve

2002-11-26 Thread Jerry Van Baren
At 09:40 PM 11/26/2002 +0100, Wolfgang Denk wrote: In message B0CD235912AED411B69800D0B7C9F60F1DF88A at mail you wrote: I have been going through the LinuxPPC archives, looking for answers to my problem, but still could not proceed ahead. My problem is that the Linux will hang after the