Request for the ramdisk_ks.gz file

2008-06-03 Thread ananth
Hi All Does any one had the original ramdisk_ks.gz from the URL : http://www.wearablegroup.org/software/ramdisk ? I am not able to access this site now. It looks like this site is expired Thank you Regards Ananth -- To unsubscribe from this

Second part for the UART hack (dependency)

2008-06-03 Thread Tero Kristo
This patch depends on the PM patch set sent by Jouni Hogander. Basically just a cosmetic modification to make fclk mask look more nice inside pm34xx.c. -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: omap5912-osk bad magic number

2008-06-03 Thread mohammed shareef
i am using uImage only.. here is what i do to make an image after compiling the kernel: arm-linux-objcopy -O binary -R .note -R .comment -S arch/arm/boot/compressed/vmlinux linux.bin gzip -9 linux.bin /tools/mkimage -A arm -O linux -T kernel -C gzip -a 0x10c08000 -e 0x10c08000 -n 'Linux Kernel

RE: [PATCH 0/3] ARM: OMAP: SmartReflex driver

2008-06-03 Thread Kalle Jokiniemi
Hi Pratheesh, On ma, 2008-06-02 at 20:28 +0530, ext TK, Pratheesh Gangadhar wrote: Koen, You need to use NTargets from E-fuse for the correct operation. If E-fuse reads zero, then you are using a device without SmartReflex support or not guaranteed at least. #define

RE: [PATCH 0/3] ARM: OMAP: SmartReflex driver

2008-06-03 Thread TK, Pratheesh Gangadhar
Kalle, Yes, you are right. You can remove the second if statement. Regards, Pratheesh -Original Message- From: Kalle Jokiniemi [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2008 11:32 AM To: TK, Pratheesh Gangadhar Cc: Koen Kooi; linux-omap Subject: RE: [PATCH 0/3] ARM: OMAP:

[no subject]

2008-06-03 Thread Ananth M
Hi All Does any one has the ramdisk_ks.gz file ? I checked for the site : http://www.wearablegroup.org/software/ramdisk But I am not able to fine this site now? ( looks like the site validity is expired ) -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body

[PATCH 1/1] omap3_fclks_active() now uses generic serial clock check

2008-06-03 Thread Tero Kristo
Signed-off-by: Tero Kristo [EMAIL PROTECTED] --- arch/arm/mach-omap2/pm34xx.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-omap2/pm34xx.c b/arch/arm/mach-omap2/pm34xx.c index ada87ba..2574586 100644 --- a/arch/arm/mach-omap2/pm34xx.c +++

Re: user space program for omap gpio

2008-06-03 Thread mohammed shareef
Hi Felipe, could you give me some useful pointers on how to use the gpio-switch and ioctl to read and write gpio? thanx and regards, Shareef On Mon, Jun 2, 2008 at 11:14 PM, Felipe Balbi [EMAIL PROTECTED] wrote: On Mon, Jun 02, 2008 at 10:28:02PM +0530, mohammed shareef wrote: Hi, i want to

Any one has ramfs Image for OMAP1510

2008-06-03 Thread ananth
Hi All I am trying to boot the Linux on OMAP1510 Board. I am able to load the kernel after building it from Linux-2.4.19 Now I am not having the file system, and I checked the site http://www.wearablegroup.org/software/ramdisk, but the site itself is

RE: Any one has ramfs Image for OMAP1510

2008-06-03 Thread Syed Mohammed, Khasim
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ananth Sent: Tuesday, June 03, 2008 3:31 PM To: linux-omap@vger.kernel.org Subject: Any one has ramfs Image for OMAP1510 Hi All I am trying to boot the Linux on OMAP1510 Board. I am

RE: Any one has ramfs Image for OMAP1510

2008-06-03 Thread ananth
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Syed Mohammed, Khasim Sent: Tuesday, June 03, 2008 3:36 PM To: ananth; linux-omap@vger.kernel.org Subject: RE: Any one has ramfs Image for OMAP1510 -Original Message- From: [EMAIL PROTECTED]

audio on omap5912 osk

2008-06-03 Thread mohammed shareef
Hi, Am trying to run audio on my osk. i followed the instructions given in the below link.. http://oskfordummies.hp.infoseek.co.jp/howto/audio.html my .config file of the kernel looks like this (regarding audio..) # # Sound # CONFIG_SOUND=m # # Advanced Linux Sound Architecture #

Re: omap osk and mistral touchscreen-ads7846

2008-06-03 Thread mohammed shareef
Dear all, finally i was able to calibrate the mistral touchscreen. the problem seemed to be in the filesystem. probably i had compiled the tslib using wrong options. here is what should be done: from the kernel side: enable spi and ads7847 touchscreen. from filesystem side: take a tslib tar

Re: omap5912-osk bad magic number

2008-06-03 Thread Felipe Balbi
Just a tip, On Tue, 3 Jun 2008 15:02:50 +0530, mohammed shareef [EMAIL PROTECTED] wrote: /tools/mkimage -A arm -O linux -T kernel -C gzip -a 0x10c08000 -e 0x10c08000 -n 'Linux Kernel Image' -d linux.bin.gz uImage.cc put mkimage in you path (/usr/local/bin, for instance) and issue make uImage

Re: user space program for omap gpio

2008-06-03 Thread Felipe Balbi
On Tue, 3 Jun 2008 15:21:02 +0530, mohammed shareef [EMAIL PROTECTED] wrote: Hi Felipe, could you give me some useful pointers on how to use the gpio-switch and ioctl to read and write gpio? gpio-switch you can check in arch/arm/mach-omap2/board-n800.c about using ioctls for controlling

Re: user space program for omap gpio

2008-06-03 Thread Eduardo Valentin
Hi Felipe, Actually, David Brownell is working on something very similar. sysfs for gpio lib. http://kerneltrap.org/mailarchive/linux-kernel/2008/4/28/1640134 That'd be really useful indeed. But I believe it is not merged yet. My 2 cents. Cheers, On Tue, Jun 3, 2008 at 7:19 AM, Felipe

Re: user space program for omap gpio

2008-06-03 Thread Felipe Balbi
On Tue, 3 Jun 2008 07:35:38 -0400, Eduardo Valentin [EMAIL PROTECTED] wrote: Hi Felipe, Actually, David Brownell is working on something very similar. sysfs for gpio lib. http://kerneltrap.org/mailarchive/linux-kernel/2008/4/28/1640134 That'd be really useful indeed. But I believe

Qt on omap5912 osk

2008-06-03 Thread mohammed shareef
hi, i am looking for a tutorial which explains how to comiple Qtopia for omap5912-osk. i have linux-2.6.18 running on my osk. could someone help me. thank you, regards, Shareef -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED]

nano-x for onap5912 osk

2008-06-03 Thread mohammed shareef
Dear all, i am trying to compile nano-x for omap-osk.. as given in the below link: http://oskfordummies.hp.infoseek.co.jp/howto/nanox.html when i do make i get the following error.. infact i get lot more errors.. [EMAIL PROTECTED] src]# make Compiling engine/image_jpeg.c ...

Re: Booting 2.6.25 on the OMAP5912OSK

2008-06-03 Thread Steve Poulsen
I too am seeing this same problem. Do you know when this was introduced (kernel version)? I am looking to update the kernel to address some flashing issues, and this is the only issue that remains for me. I am thinking to revert back to the I2C of the version that should fix this issue.

Re: Booting 2.6.25 on the OMAP5912OSK

2008-06-03 Thread Tony Lindgren
* Steve Poulsen [EMAIL PROTECTED] [080603 07:55]: I too am seeing this same problem. Do you know when this was introduced (kernel version)? I am looking to update the kernel to address some flashing issues, and this is the only issue that remains for me. I am thinking to revert back

Re: Booting 2.6.25 on the OMAP5912OSK

2008-06-03 Thread Felipe Balbi
On Tue, Jun 03, 2008 at 09:49:27AM -0700, Tony Lindgren wrote: Hmm, yeah sounds like something is broken.. Anybody want to try to narrow it down with git-bisect? ok, there's an easy way to reproduce. echo host /sys/devices/platform/musb_hdrc/mode from 3430sdp. Some of the transfers in

X11 - makekeys fails with floating point exception

2008-06-03 Thread mohammed shareef
Hi, when i compile x-windows, the xlib--X11 fails with a floating point exception. ../src/util/makekeys /usr/include/X11/keysymdef.h ks_tables_h /bin/sh: line 1: 12048 Floating point exception../src/util/makekeys /usr/include/X11/keysymdef.h ks_tables_h make[1]: *** [ks_tables.h] Error 136