Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Mustafa Yuecel <yuecel@ti...> - 2009-10-07 15:34:27
|
Hi Terry, I spotted the bug: arch/arm/mach-pxa/gumstix.c: pxa_gpio_mode(GPIO111_MMCDAT3_MD); -> sets GPIO pin 111 to be MMC DATA bit 3. drivers/pcmcia/pxa2xx_gumstix.c: pxa_gpio_mode(GPIO_GUMSTIX_nSTSCHG_0_MD); arch/arm/mach-pxa/include/mach/gumstix.h: #ifdef CONFIG_MACH_GUMSTIX_VERDEX : #define GPIO_GUMSTIX_nSTSCHG_0 GPIO111_nSTSCHG_0 -> sets GPIO pin 111 to be an input for the nSTSCHG signal. But GPIO111 is not wired to the PCMCIA interface... May someone verify this? I am currently working on the switch to the 2.6.31 kernel and I dont have the 2.6.26 sources and patches on the disk anymore (I only copy-pasted here an older bug ticket in my trac account)... Best, Musti Terry Kemp wrote: > On Sat, 2008-08-09 at 12:00 +1200, Terry Kemp wrote: > >> During booting there seems to be an issue with mmc. see bootlog.txt. >> I have checked - it doesn't appear to be a bad uSD card. >> Looks like a driver or gpio conflict somewhere around the pcmcia stuff. >> Thoughts / hints? > > further testing gives good results but without wireless. > on modprobe pxa2xx-cs to get wireless up - which works - the uSD card > borks on writing. > see attached bootlog1.txt (its quite long) > > what has pxa2xx-cs and mmc (in kernel) got in common that is affecting > mmc? > > Terry > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > > ------------------------------------------------------------------------ > > _______________________________________________ > gumstix-users mailing list > gumstix-users@... > https://lists.sourceforge.net/lists/listinfo/gumstix-users |