Search found 13 matches

by hanh96_clone
Tue Dec 06, 2011 7:49 am
Forum: BeagleBoard&PandaBoard
Topic: BeagleBoard Rev C4 (Android 2.3.4) works with 7" TFT LCD
Replies: 21
Views: 13278

Re: BeagleBoard Rev C4 (Android 2.3.4) works with 7" TFT LCD

Hi thanks for all your effort in getting this working for Android. I have been using this as a guide to get the LCD working with my Beagleboard C4 and a 2.6.39.4 Kernel. You mentioned in your first post you needed to make some changes in the video driver: I made some changes in video driver, luckil...
by hanh96_clone
Fri Nov 11, 2011 8:39 pm
Forum: BeagleBoard&PandaBoard
Topic: BeagleBoard Rev C4 (Android 2.3.4) works with 7" TFT LCD
Replies: 21
Views: 13278

Re: BeagleBoard Rev C4 (Android 2.3.4) works with 7" TFT LCD

Here's the uImage and boot.scr ( in case you haven't set uboot to boot from DVI)
http://bit.ly/urb5LV
by hanh96_clone
Sun Oct 30, 2011 8:27 pm
Forum: BeagleBoard&PandaBoard
Topic: PandaBoard works with BeadaFrame
Replies: 2
Views: 6811

Re: PandaBoard Rev. A2 works with 7" TFT LCD frame + touch

great wok !!!
What Android version you use ?
by hanh96_clone
Thu Oct 27, 2011 9:21 am
Forum: BeagleBoard&PandaBoard
Topic: BeagleBoard Rev C4 (Android 2.3.4) works with 7" TFT LCD
Replies: 21
Views: 13278

Re: BeagleBoard Rev C4 and 7" TFT LCD frame + touch

Do you mean pictures for this touchscreen and Android GingerBread ?
by hanh96_clone
Thu Oct 27, 2011 2:25 am
Forum: BeagleBoard&PandaBoard
Topic: BeagleBoard Rev C4 (Android 2.3.4) works with 7" TFT LCD
Replies: 21
Views: 13278

Re: BeagleBoard Rev C4 and 7" TFT LCD frame + touch

Here is the patch: http://bit.ly/touchScreenPatch

and the tutorial is here ( http://bit.ly/sk4t3Q) , hope it useful for you. Good luck
by hanh96_clone
Wed Oct 26, 2011 12:07 am
Forum: BeagleBoard&PandaBoard
Topic: BeagleBoard Rev C4 (Android 2.3.4) works with 7" TFT LCD
Replies: 21
Views: 13278

Re: BeagleBoard Rev C4 and 7" TFT LCD frame + touch

You should read elinux.org/BeagleBoard/SPI , http://processors.wiki.ti.com/index.php ... tingGuides
for more details.
I tried to create a patch but got some errors, hope can fix soon and share for others ^^.
by hanh96_clone
Mon Oct 24, 2011 11:55 pm
Forum: BeagleBoard&PandaBoard
Topic: BeagleBoard Rev C4 (Android 2.3.4) works with 7" TFT LCD
Replies: 21
Views: 13278

Re: BeagleBoard Rev C4 and 7" TFT LCD frame + touch

Finally, this touchscreen works with Beagleboard Rev C4 using rowboard Android GingerBread 2.3.4 !!!

@matt13: you need made some changes with board-omap3beagle.c, config file and ads7846.
by hanh96_clone
Wed Sep 14, 2011 10:14 pm
Forum: BeagleBoard&PandaBoard
Topic: BeagleBoard Rev C4 (Android 2.3.4) works with 7" TFT LCD
Replies: 21
Views: 13278

Re: BeagleBoard Rev C4 and 7" TFT LCD frame + touch

The reason may be the problem in configuring touch sensor to SPI 3.0 ( as following link http://e2e.ti.com/support/embedded/f/509/t/132452.aspx )
However, I do not know how to do it.
Could you help me please ?
Thank you
by hanh96_clone
Wed Sep 14, 2011 6:43 pm
Forum: BeagleBoard&PandaBoard
Topic: BeagleBoard Rev C4 (Android 2.3.4) works with 7" TFT LCD
Replies: 21
Views: 13278

Re: BeagleBoard Rev C4 and 7" TFT LCD frame + touch

Now the touchscreen is recognized when booting: spi3.0 supply vcc not found, using dummy regulator ads7846 spi3.0: touchscreen, irq 293 input: ADS7846 Touchscreen as /devices/platform/omap2_mcspi.3/spi3.0/input/input1 when use "getevent": add device 1: /dev/input/event1 name: "ADS7846 Touchscreen" H...