Re: GUI for OMAP3EVM

2008-08-28 Thread mohammed shareef
Hi, I would recommend Qt-Embedded. Its simple to compile and install. Moreover writing a GUI using Qt-E is also not a tough task. Regards, Mohammed shareef On Thu, Aug 28, 2008 at 2:21 PM, arun c <[EMAIL PROTECTED]> wrote: > Hi All, > > I want to have a GUI on OMAP3EVM. > Basi

Re: linux on OMAP 2420 in Nokia N95?

2008-08-25 Thread mohammed shareef
Hello, The Nokia N95 has symbian on it.. i can say that for sure, because one of my friend worked on editing the network stack on the phone, so he had to contact symbian and get the OS unlock procedure. Regards, Mohammed shareef On Tue, Aug 26, 2008 at 9:59 AM, Krishna Kishore <[EMAIL PROTEC

Re: undefined instruction

2008-06-26 Thread mohammed shareef
h section, so ignore the extra data. > > This is not really a solution to your problem, but can give you some > techniques to help figure out how to determine what is wrong. > > Good luck! > > Steve > > > mohammed shareef wrote: > > Dear Steve, > > i did as you s

Re: undefined instruction

2008-06-26 Thread mohammed shareef
u. and i also have doubts on how to combine the two >> images on the flash and make it tun. thannk you. >> regards, >> Shareef >> >> On Thu, Jun 26, 2008 at 9:59 PM, mohammed shareef <[EMAIL PROTECTED]> >> wrote: >> >>> >>> Dear Steve

Re: undefined instruction

2008-06-26 Thread mohammed shareef
nprotect the > whole area you will need first, then transfer and flash the pieces. You may > want to look at the omapfl utility. With some modification, you could > flash your image more easily via USB. > > Steve > > mohammed shareef wrote: >> >> Hi, >> >> I t

Re: undefined instruction

2008-06-26 Thread mohammed shareef
). i dont know to which location on flash to transfer this to. could someone please help me on this. thank you. and i also have doubts on how to combine the two images on the flash and make it tun. thannk you. regards, Shareef On Thu, Jun 26, 2008 at 9:59 PM, mohammed shareef <[EMAIL PROTEC

Re: undefined instruction

2008-06-26 Thread mohammed shareef
Hi, I tried to do the same procedure with a small filesystem image < 16Mb... it worked. i didnt have such problems. so could someone please tell me how to divide the filesystem image in to two and flash it? thank you, regards, shareef On Thu, Jun 26, 2008 at 4:36 PM, mohammed shareef <

Re: undefined instruction

2008-06-26 Thread mohammed shareef
Hi, i did the below. i got an image. but i am still having the same problem my file size is 23Mb [EMAIL PROTECTED] tftpboot]# mkfs.jffs2 --squash -r /data/rootfs2.6 -e131072 > /data/rootfs-jffs2.img [EMAIL PROTECTED] tftpboot]# cp /data/rootfs-jffs2.img /tftpboot/rootfs-jffs2.img \0x09 ###

undefined instruction

2008-06-25 Thread mohammed shareef
Hi, i wanted to make my omap-osk standalone. so i tried to flash the filesystem. My Host-pc is running fedora-7 but i could not get the mtd_utils package for fc7 so i installed mtd-utils for fc6. then i did: mkfs.jffs2 -p -l -e 0x2 -n -v -r /data/rootfs2.6/ -o filesys.jffs2 to get the jffs2 f

standalone osk

2008-06-24 Thread mohammed shareef
Dear all, i want to make my OSK-omap5912 a standalone system. so i am trying to flash the filessystem on to its flash. so far it was on a network. i want an environment variable to be defined at startup and then run an executable. i figured out that it goes to /etc/inittab and then executes the sc

Video playback on osk with linux-2.6.18

2008-06-18 Thread mohammed shareef
Dear All, I have an OSK-Omap5912 with linux-2.6.18 running on it. i want to add video playback support to it. Has someone done this before? could you suggest some ways to do it? thank you. regards, Mohammed -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a

unknown partition table

2008-06-16 Thread mohammed shareef
Hi, I am trying to configure usb host on the osk to mount flash pen-drives. when i do mount i get the following error: "unknown partition table" has someone else come across the same kind of issue? # mount /dev/sda1 /mnt/usb -t vfat nfs: server 10.114.5.48 not responding, still trying nfs: serv

Re: ppp on 2.6.18

2008-06-16 Thread mohammed shareef
PROTECTED]> wrote: > mohammed shareef wrote: >> >> I downloaded a 2.4.4 ppp package and did the following to compile it >> for my omap-osk: >> >> ./configure --host=arm-linux --prefix=/root/Desktop/pppbuild >> make >> make install > > The con

Re: ppp on 2.6.18

2008-06-16 Thread mohammed shareef
because my filessytem files are not proper or i didnt compile them properly. please help. thank you, regards On Mon, Jun 16, 2008 at 7:43 PM, James Carlson <[EMAIL PROTECTED]> wrote: > James Chapman writes: >> mohammed shareef wrote: >> > Dear all, >> > >> &

ppp on 2.6.18

2008-06-16 Thread mohammed shareef
Dear all, i have enabled ppp services when configuring the kernel 2.6.18. the kernel bootup of omap5912 osk says this: PPP generic driver version 2.4.2 PPP Deflate Compression module registered PPP BSD Compression module registered but when i type "pppd -h" in the osk console i get: # pppd -h

omap osk audio

2008-06-10 Thread mohammed shareef
Dear all, I am working on omap osk. i want to enable audio on it. But am not able to do that. The kernel boot log says it has initialized audio device. but i am not able to configure the audio setting nor run some recording code. the system hangs and i have to restart. the kernel boot code says:

GUI on omap-osk

2008-06-10 Thread mohammed shareef
Dear All, Could some one tell me how to install Qtopia/OPIE/QTEmbedded on omap5912 -osk? Thank you, Shareef -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

compiling X11 fails at makekeys

2008-06-09 Thread mohammed shareef
Dear All, I am trying to compile X for omap5912-osk. i am following the steps given in: http://oskfordummies.hp.infoseek.co.jp/howto/x-window.html all the xlib- libraries are compiling till i reach the X11 library. i am struck at this point for a month now. some one please help me out. am attac

Re: enabling audio on omap5912 osk

2008-06-05 Thread mohammed shareef
system). Freeing init memory: 112K init started: BusyBox v1.00-pre8 (2004.03.05-22:18+) multi-call binary ** Starting System Init for OMAP5912OSK ****** Please press Enter to activate this console. On Thu, Jun 5, 2008 at 3:06 PM,

enabling audio on omap5912 osk

2008-06-05 Thread mohammed shareef
Hi, Am trying to run audio on my oma5912-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 # CONF

microwindows gives error

2008-06-04 Thread mohammed shareef
Hi, i am trying to compile microwindows for omap5912-osk. when i "make" i get the following error. it looks like there is a #define that has to be changed. but i have no idea how to do it. [EMAIL PROTECTED] src]# make Compiling engine/image_jpeg.c ... /root/omap5912/nanox/microwin/src/engine/im

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 13

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 ... /root/omap5912/

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]

Re: omap osk and mistral touchscreen-ads7846

2008-06-03 Thread mohammed shareef
> Americas Sales and Marketing > Semiconductor Group > Office: +1 (858) 638-4340 > Mobile: +1 (214) 535-9160 > >> -Original Message- >> From: mohammed shareef [mailto:[EMAIL PROTECTED] >> Sent: Sunday, May 25, 2008 9:50 PM >> To: Spits, Tiemen >>

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 # CONFIG_SND=m

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 wro

Re: omap5912-osk bad magic number

2008-06-03 Thread mohammed shareef
The problem is solved.. had made a silly mistake of copying the uImage to the wrong location. when i did imls it didnt show any kernel images in the flash.. thanx regards, Shareef On Tue, Jun 3, 2008 at 2:03 PM, mohammed shareef <[EMAIL PROTECTED]> wrote: > i am using uImage only.. &g

Re: omap5912-osk bad magic number

2008-06-03 Thread mohammed shareef
ernel Image' -d linux.bin.gz uImage.cc regards, Shareef On Tue, Jun 3, 2008 at 12:16 AM, Felipe Balbi <[EMAIL PROTECTED]> wrote: > On Mon, Jun 02, 2008 at 11:13:48PM +0530, mohammed shareef wrote: >> Hi, >> >> i tried to re-compile my kernel by adding a few features

omap5912-osk bad magic number

2008-06-02 Thread mohammed shareef
Hi, i tried to re-compile my kernel by adding a few features and then transfered the new image using u-boot. Unfortunately am getting the following error: ## Booting image at 0010 ... Bad Magic Number OMAP5912 OSK # The transfer seems to be complete and proper. all the environment variables

user space program for omap gpio

2008-06-02 Thread mohammed shareef
Hi, i want to access the omap5912 GPIO pins from user space... like reading the pin or writing to it from a user space program. is it possible? thanx and regards, Shareef -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to [EMAIL PROTECTED] More ma

Re: zlib error in x-windows on omap osk

2008-06-02 Thread mohammed shareef
n 2008 14:36:06 +0530, "mohammed shareef" <[EMAIL PROTECTED]> > wrote: >> Where can i get the development version of zlib? but its is not >> discussed in the tutorial. > > $ apt-cache search zlib dev ;-) > > Are you using maemo sdk? If they don't

Re: zlib error in x-windows on omap osk

2008-06-02 Thread mohammed shareef
Where can i get the development version of zlib? but its is not discussed in the tutorial. On Sun, Jun 1, 2008 at 2:59 PM, Felipe Balbi <[EMAIL PROTECTED]> wrote: > > > On Sun, 1 Jun 2008 11:55:11 +0530, "mohammed shareef" <[EMAIL PROTECTED]> > wrote: &g

Re: zlib error in x-windows on omap osk

2008-05-31 Thread mohammed shareef
Hi Felipe, what is zlib-dev? as per the tutorials the dependency for the Xlib is only zlib. i have installed zlib-1.2.2. thanx and regards, Shareef On Sat, May 31, 2008 at 2:33 PM, Felipe Balbi <[EMAIL PROTECTED]> wrote: > On Sat, May 31, 2008 at 12:10:31PM +0530, mohammed shareef wro

zlib error in x-windows on omap osk

2008-05-30 Thread mohammed shareef
Hi all, when i run the autogen script for Xfonf in xlibs for x-windows, i get the following error.. checking for gzopen in -lz... no configure: error: *** zlib is required [sbox-ARM-GLIBC: ~/xwin_snapshot/xlibs/Xfont] > i have already installed zlib.. all the previous xlib files compiled withou

Re: x-windows on omap osk

2008-05-30 Thread mohammed shareef
solved now. regards, Shareef On Sat, May 31, 2008 at 10:40 AM, mohammed shareef <[EMAIL PROTECTED]> wrote: > Hi, > > when i compile xlibs-FixesExt, i get the following error: > > checking for xextensions... Package xextensions was not found in the > pkg-config search path.

x-windows on omap osk

2008-05-30 Thread mohammed shareef
Hi, when i compile xlibs-FixesExt, i get the following error: checking for xextensions... Package xextensions was not found in the pkg-config search path. Perhaps you should add the directory containing `xextensions.pc' to the PKG_CONFIG_PATH environment variable No package 'xextensions' found c

Re: omap 0sk and mistral touchscreen..

2008-05-27 Thread mohammed shareef
Hi, no i didnt specify the arch flag? what is the arch flag for omap 5912 osk? could you please tell me the full ./configure line? thank you. regards, Shareef On Wed, May 28, 2008 at 12:11 AM, Felipe Balbi <[EMAIL PROTECTED]> wrote: > On Tue, May 27, 2008 at 07:32:12PM +0530,

Re: omap 0sk and mistral touchscreen..

2008-05-27 Thread mohammed shareef
am struck at this point for a couple of weeks now. thanx and regards, Shareef On Tue, May 27, 2008 at 7:12 PM, mohammed shareef <[EMAIL PROTECTED]> wrote: > Hi, > everything looks fine from the kernel side. I think the problem might > be in the file system. i have used the

Re: omap 0sk and mistral touchscreen..

2008-05-27 Thread mohammed shareef
On Tue, May 27, 2008 at 12:00 PM, mohammed shareef <[EMAIL PROTECTED]> wrote: > hi, > > i currently dont have any GUI on it. But the display is turned on as > am able to see the linux logo and also able to write characters to the > lcd. > > i would like to

Re: omap 0sk and mistral touchscreen..

2008-05-26 Thread mohammed shareef
touchscreen. Actually i couldnt find omap touchscreen on linux2.6.18. regards, Shareef On Tue, May 27, 2008 at 11:09 AM, mohammed shareef <[EMAIL PROTECTED]> wrote: > hi, > > i currently dont have any GUI on it. But the display is turned on as > am able to see the linux logo and

Re: omap 0sk and mistral touchscreen..

2008-05-26 Thread mohammed shareef
off the display some time after boot up? > > If you execute Xfbdev, are you able to see the X cursor? > > If you execute Xfbdev in background and then start ts_calibrate, what > do you get in display and serial port? > > Best Regards > Abraham > > > On Tue, Ma

Re: omap 0sk and mistral touchscreen..

2008-05-26 Thread mohammed shareef
/lib/ts export TSLIB_CALIBFILE=/etc/pointercal everything seems fine.. except that i dont get any calibration messages on the lcd. regards, Shareef On Mon, May 26, 2008 at 9:12 PM, Abraham Arce <[EMAIL PROTECTED]> wrote: > On 5/26/08, mohammed shareef <[EMAIL PROTECTED]> wrote: >&

omap 0sk and mistral touchscreen..

2008-05-25 Thread mohammed shareef
Dear All, i cross-compiled the tslib for my filesystem as mentioned in: http://linux.omap.com/pipermail/linux-omap-open-source/2005-March/003174.html and i have put the executables in the filesystem. when i do /usr/X11/bin/ts_calibrate i dont get any "calibration request" on the LCD. But when i

Re: omap osk and mistral touchscreen-ads7846

2008-05-23 Thread mohammed shareef
something? thank you, warm regards, Shareef On Sat, May 24, 2008 at 9:11 AM, mohammed shareef <[EMAIL PROTECTED]> wrote: > Hi, > > fortunately looks like am getting interrupts when i touch the > touchscreen. i can say this because the spi interrupts were > incremented whe

Re: omap osk and mistral touchscreen-ads7846

2008-05-23 Thread mohammed shareef
, Shareef On Thu, May 22, 2008 at 2:34 PM, arun c <[EMAIL PROTECTED]> wrote: > On Thu, May 22, 2008 at 12:53 PM, mohammed shareef <[EMAIL PROTECTED]> wrote: >> hi arun/all, >> >> when i do cat for interrupts i get: >> >> # cat /proc/interrupts >>

Re: omap osk and mistral touchscreen-ads7846

2008-05-22 Thread mohammed shareef
like i have nothing like ts_calibrate in my filesystem. thank you, regards, Shareef On Thu, May 22, 2008 at 11:46 AM, arun c <[EMAIL PROTECTED]> wrote: > On Thu, May 22, 2008 at 4:10 AM, mohammed shareef <[EMAIL PROTECTED]> wrote: >> Hello, >> >> i have enabled t

omap osk and mistral touchscreen-ads7846

2008-05-21 Thread mohammed shareef
Hello, i have enabled the SPI and ADS7846 drivers during kernel (2.6.18) compilation. i could see in the kernel boot log that they are also initialized. ads7846 spi2.0: touchscreen + hwmon, irq 164 input: ADS784x Touchscreen

Re: enabling uart2 on omap5912 osk

2008-05-21 Thread mohammed shareef
console this is the output.. regards and thanx, shareef On Thu, May 22, 2008 at 3:51 AM, Felipe Balbi <[EMAIL PROTECTED]> wrote: > > > On Thu, 22 May 2008 03:46:37 +0530, "mohammed shareef" > <[EMAIL PROTECTED]> wrote: >> when i type: >> >> ls -l /dev

Re: enabling uart2 on omap5912 osk

2008-05-21 Thread mohammed shareef
thanx for all the help. regards, Shareef On Thu, May 22, 2008 at 2:18 AM, Tony Lindgren <[EMAIL PROTECTED]> wrote: > * Felipe Balbi <[EMAIL PROTECTED]> [080521 12:37]: >> >> >> On Wed, 21 May 2008 10:44:28 -0700, Tony Lindgren <[EMAIL PROTECTED]> wrote:

Re: enabling uart2 on omap5912 osk

2008-05-21 Thread mohammed shareef
egards, Shareef On Wed, May 21, 2008 at 9:10 PM, Tony Lindgren <[EMAIL PROTECTED]> wrote: > * mohammed shareef <[EMAIL PROTECTED]> [080520 23:43]: >> Hello, >> >> How do i enable UART2 on omap5912_osk in the kernel? >> >> and is there a way by which i

enabling uart2 on omap5912 osk

2008-05-21 Thread mohammed shareef
Hello, How do i enable UART2 on omap5912_osk in the kernel? and is there a way by which i can test if the uart2 has been recongnised? i dont see uart module being initialized during the kernel boot-up. thank you. regards, Shareef -- To unsubscribe from this list: send the line "unsubscribe lin

enabling uart2 on omap5912 osk

2008-05-20 Thread mohammed shareef
Hello, How do i enable UART2 on omap5912_osk in the kernel? and is there a way by which i can test if the uart2 has been recongnised? i dont see uart module being initialized during the kernel boot-up. thank you. regards, Shareef -- To unsubscribe from this list: send the line "unsubscribe lin

omap 5912 and mistral touchscreen

2008-05-20 Thread mohammed shareef
Hello, Can i use the ads7846 touchscreen driver built-in in the latest kernels for the q-vga module from mistral for omap5912-osk? after i enable the ads7846 driver how do i calibrate the touchscreen? how can i know which event is attached to the touchscreen? thank you. Regards, Mohammed