Re: Failed to mount rootfs

2008-01-24 Thread Heiko Schocher
Hello Bizhan, Bizhan Gholikhamseh (bgholikh) [EMAIL PROTECTED] wrote: Our custom board is leveraged from MPC8541cds from freescale. We have been running Linux 2.6.11 on it recently I have tried to boot the system with the latest Linux 2.6.22-rc4 from PowerPC git tree. I did ported the

Re: [PATCH] CPM_UART: Fixed SMC handling for CPM2 processors

2007-02-13 Thread Heiko Schocher
Hello Vitaly, Vitaly Bordug wrote: I tried the Patch from Kalle Pokki http://ozlabs.org/pipermail/linuxppc-embedded/2006-November/025108.html but my SMC didnt work, without this patch, it works fine. I think that the pram_base must be set the follwing way: Thanks for the patch, but

[PATCH] CPM_UART: Fixed SMC handling for CPM2 processors

2007-02-12 Thread Heiko Schocher
Hello Vitaly, I tried the Patch from Kalle Pokki http://ozlabs.org/pipermail/linuxppc-embedded/2006-November/025108.html but my SMC didnt work, without this patch, it works fine. I think that the pram_base must be set the follwing way: diff --git a/drivers/serial/cpm_uart/cpm_uart_core.c

I2C Warning on a 405GPr based board with actual 2.6.20-rc5 Kernel

2007-01-17 Thread Heiko Schocher
Hello, I have a 405Gpr based Board and use the I2C Bus. Today I tried the Linux Kernel version 2.6.20-rc5, and get the following Warning: i2c /dev entries driver IBM IIC driver v2.1 **WARNING** I2C adapter driver [IBM IIC] forgot to specify physical device; fix it! ibm-iic0: using standard (100

Compile Error using SMC1 on a MPC8272 for 2.6.19-rc4

2006-11-10 Thread Heiko Schocher
Hello, I tried to compile the Linux Kernel 2.6.19-rc5 with a MPC8272 CPU and a console on SMC1, and get the following Compile Error: CC drivers/serial/cpm_uart/cpm_uart_cpm2.o drivers/serial/cpm_uart/cpm_uart_cpm2.c: In function 'cpm_uart_init_portdesc':

export-objs in spi Makefile broke in latest linuxppc_2_4_deve l [r eposted]?

2006-07-20 Thread Heiko Schocher
Hello Chad linuxppc_2_4_devel is alive and well. http://www.denx.de/cgi-bin/gitweb.cgi?p=linuxppc_2_4_devel.git;a=shortlog You speak from the DENX linuxppc_2_4_devel Kernel? If so, I think you are right. I had the same problem, some days ago. I made a SPI bitbanging algorithm, but I dont

Problem in PCI with MPC5200B

2006-07-06 Thread Heiko Schocher
Hello Ram, On Wed, 7 Jun 2006 11:05:16 +0530 Ram Prasad H L wrote hi all, We are using a customised board which is based on the reference design of lite5200B. But our board is customised by adding a PCI-PCI Bridge on the primary bus. On the secondary bus we have added

I2C bus issues on MPC8248

2006-05-19 Thread Heiko Schocher
Hello Laurent, on Thu, 18 May 2006 14:33:58, Laurent Pinchart wrote: I'm trying to use the MPC8248 hardware I2C bus in a 2.6.16 kernel. The mailing list archives mention a driver for the MPC8260 (http://ozlabs.org/pipermail/linuxppc-embedded/2006-May/022837.html) which I modified to

mpc8270 : i2c support

2006-05-11 Thread Heiko Schocher
Hello, on Thu May 4 06:11:17 2006 i wrote: Hmmm I think there are differences in the memory map between MPC826x and MPC827x ... can you try following Hack in include/asm-ppc/cpm_8260.h? -#define PROFF_I2C ((16 * 1024) - 64) +#define PROFF_I2C ((8 * 1024) - 64) [If it

mpc8270 : i2c support

2006-05-04 Thread Heiko Schocher
Hello jean-francois, on Wed, 03 May 2006 22:56 jean-francois simon wrote: Maybe you have to set other Portsettings in drivers/i2c/busses/i2c-cpm2.c cpm2_iic_init() ... ? Sorry, but where can i find this file? Sorry, I meant: drivers/i2c/busses/i2c-mpc8260.c mpc8260_iic_init() Best

mpc8270 : i2c support

2006-05-03 Thread Heiko Schocher
Hello jfaslist, on Wed, 03 May 2006 14:33:37 jfaslist wrote: But when we try to access i2c devices from under linux 2.6 using the /dev/i2c-0 special file we get an ENODEV on opening that file. I think it is because we lack an adapter driver. If I look in the official kernel, it looks like

PQ2FADS_ZU: u-boot-1.1.4, eldk.3.1.1, linux-2.4.25 boots problem

2006-02-24 Thread Heiko Schocher
Hello, I think your Environmentsettings are bogus: your Environmentsettings: setconsole=setenv bootargs $console [...] nfsboot=tftp $loadaddr $bootfile; run setconsole nfsargs addip; echo $bootargs; bootm console=console=ttyS0,115200n8 console=tty0 try this Environmentsettings:

Porting of Linux on MPC8260 custom build board

2006-01-05 Thread Heiko Schocher
Hello Batsayan Das, [...] zone(2): 0 pages. Kernel command line: root=/dev/mtdblock2 I think you do not use NFS as root fs. Try something like root=/dev/nfs in the Kernel command line, or read http://www.denx.de/wiki/view/DULG/LinuxNfsRoot Best regards Heiko

MPC8245 with its internal UART

2005-12-13 Thread Heiko Schocher
Hello, On Tuesday, December 13, 2005 8:51 AM HappyPhot wrote: Hi, I get this one linuxppc_2_4_devel-2005-10-25-1440.tar.bz2 and try make CPC45_defconfig. But it shows No rule to make target Did I do something wrong ? Try make CPC45_config It works fine on my PC ... Bets regards,

MPC8245 with its internal UART

2005-12-07 Thread Heiko Schocher
Hello, Who can tell me which flatform is similar to mine ? I've tried make sandpoint_defconfig, but seems not the right one. If you want to use Linux 2.4.25, you can try CPC45_defconfig from the Denx Kernel ... Best regards, Heiko

anyone used i2c-algo-8260 for the MPC8272 family?

2005-11-21 Thread Heiko Schocher
Hi Ron, There are some subtle differences b/t the 8260 family and 8272 family. The 8272 family only has 8KB DPRAM (c.f. 16KB), so I believe the definition of PROFF_I2C in include/linux/cpm_8260.h should be different. I've changed it from: #define PROFF_I2C ((16 * 1024) - 64)