Re: Help! mpc8247 porting kernel 2.6.25 problem.

2008-04-21 Thread 张世乐
Thank you, Doctor Scott. I'm very grateful to you for you kindly help. I'll try the way you suggested soon. And, my code for light the led run as follows: void set_led_a_red(void) { /*PDIRC: 0xfc010d40*/ /*PPARC: 0xfc010d44*/ /*PODRC: 0xfc010d4c*/ /*PDATC: 0xfc010

Re: eldk and usb to serial converters

2008-04-21 Thread Daniel Stonier
Just discovered that this morning! Had made the assumption it was automatically enabled, but only clued onto it when I noticed udevmonitor wasn't giving only UEVENT output, not UDEV output. Should have been obvious, but I kept barking up the wrong tree! So, turning out to be a good chance to learn

mpc8379e rdb nand flash support

2008-04-21 Thread ???
Dear all: Now I used the mpc8379erdb board and changed the nand flash from 32M to 1G . but when I used u-boot command for nand write ,some problem happened like: U-Boot 1.3.0-rc2 /// Ehometec

Re: SecretLab 2.6.24 with USB

2008-04-21 Thread Grant Likely
On Mon, Apr 14, 2008 at 8:27 PM, Sam Karp <[EMAIL PROTECTED]> wrote: > Hi all, > > I've downloaded the SecretLab Xilinx Linux 2.6.24 Kernel and I'm trying to > use a thumbdrive with the kernel. I'm booting from a ramdisk and insert the > thumbdrive but I have no /dev/sd* or /dev/hd* blocks. Is th

Re: Help! mpc8247 porting kernel 2.6.25 problem.

2008-04-21 Thread Scott Wood
On Mon, Apr 21, 2008 at 11:06:28AM +0800, 张世乐 wrote: > Uncompressing Kernel Image ... OK > Booting using the fdt at 0x60 > > [nothing output and hanging here] > > I use the led on the board to trace the kernel fund it stop in the function > > setup_common_caches in arch/powerpc/kernel/cpu_s

[PATCH] Added device tree for media5200 evaluation board

2008-04-21 Thread Steven Cavanagh
Added the media5200 device tree to support the Freescale media5200. Added board configuration under PPC_LITE5200 Signed-off-by: Steven Cavanagh <[EMAIL PROTECTED]> --- arch/powerpc/boot/Makefile |1 arch/powerpc/boot/dts/media5200.dts | 277 ++

RE: XLlTemac soft lockup BUG

2008-04-21 Thread Hugo Villeneuve
Brian Silverman wrote: > Hugo, > We have a design with the BCM5482, and will be trying it out shortly. > Any chance you could post a patch of your BCM5466 mods? Hi, The main issue here is that you need to tell the LLTEMAC interface about the speed of your PHY. You can do this by adding this code

Re: mpc8349, gb ethernet, bridging

2008-04-21 Thread rje
Hi. Anybody have any idea what could cause the NETDEV WATCHDOG timeout? On the GB ethernet port? Could that happen if the other port was being overflowed? That watchdog timeout seems to be involved pretty much every time that the bridge goes down. When the timeout occurs, the gianfar driver st

Re: eldk and usb to serial converters

2008-04-21 Thread Detlev Zundel
Hi Daniel, > I'm currently trying to compile a kernel for an AMCC440EP board within an eldk > environment. We've got a FTDI usb2serial converter we need to connect to the > board. Now I've compiled a kernel on a gentoo machine for this device and had > no problems. With this board, the kernel reco

stuck on update mpc834x based board from 2.6.20 to 2.6.21

2008-04-21 Thread Fathi Boudra
Hi, I've got a mpc8347e based board with a working 2.6.20 kernel and a dtb. I wasn't able to boot on a more recent kernel (>2.6.20). To update my config. I tried ppc and powerpc arch.: a) make ARCH=ppc CROSS_COMPILE=ppc_6xx- oldconfig then select 6xx/MPC834X SYS b) make ARCH=powerpc CROSS_COMPI