2in1: qq2440 / mini2440 + linux 2.6.29 ! (upd: 26 March)

LeshaK
Posts: 35
Joined: Wed Jan 14, 2009 1:01 am

2in1: qq2440 / mini2440 + linux 2.6.29 ! (upd: 26 March)

Post by LeshaK » Mon Feb 09, 2009 5:07 am

Add support LCD - 320x240, 640x480, 800x480

Now working:
- ethernet cs89x0. Boot kernel, rootfs (nfs).
- USB (usb hid, mass storage, usb to serial etc.)
- MMC/SD/SDHC. I've tested SDHC KINGSTON 32GB (SD4).
- LCD. Support: 320x240, 640x480, 800x480. I've tested only 640x480 (I have only 5.6" LCD 640x480)
- RTC

Current patch for 2.6.28.8 (config include)
http://blog.leshak.ru/2009/02/09/next-q ... 26282-lcd/

And u-boot 1.1.6 can save env values in nand.
http://blog.leshak.ru/2009/02/09/poprav ... ya-qq2440/

P.S. If you test any features, please, write few words, thanks.

upd: 26 March 2009 - Linux 2.6.29 qq2440 & mini2440
http://blog.leshak.ru/2009/03/26/obnovl ... ya-xx2440/
Last edited by LeshaK on Thu Mar 26, 2009 1:56 am, edited 6 times in total.
My qq2440 page
Sorry, it's russian, but you can use http://translate.google.com/ (ru > en/...)

LeshaK
Posts: 35
Joined: Wed Jan 14, 2009 1:01 am

Re: qq2440v3: kernel 2.6.28.2

Post by LeshaK » Tue Feb 10, 2009 2:41 am

Add support touchscreen (ts).
http://blog.leshak.ru/2009/02/10/qq2440 ... uchscreen/

what's next? :)
My qq2440 page
Sorry, it's russian, but you can use http://translate.google.com/ (ru > en/...)

esky-sh
Posts: 1449
Joined: Sat Dec 20, 2008 4:21 am

Re: qq2440v3: kernel 2.6.28.2

Post by esky-sh » Tue Feb 10, 2009 3:22 am

Nice job done! :D

I am thinking to have other customers of QQ2440 to make some test and comments on that. Do you agree?

LeshaK
Posts: 35
Joined: Wed Jan 14, 2009 1:01 am

Re: qq2440v3: kernel 2.6.28.2

Post by LeshaK » Tue Feb 10, 2009 3:27 am

yes :),
May be check LCD resolution 320x240 etc...
I don't have such lcd, only 640x480...
My qq2440 page
Sorry, it's russian, but you can use http://translate.google.com/ (ru > en/...)

esky-sh
Posts: 1449
Joined: Sat Dec 20, 2008 4:21 am

Re: qq2440v3: kernel 2.6.28.2

Post by esky-sh » Tue Feb 10, 2009 8:35 pm

I saw your video on Youtube. It is really cool!
BTW, What kind of graphics system used on board?

LeshaK
Posts: 35
Joined: Wed Jan 14, 2009 1:01 am

Re: qq2440v3: kernel 2.6.28.2

Post by LeshaK » Thu Feb 12, 2009 10:45 am

:)

On video - I use this Opie (qt)
download Angstrom rootfs with Opie Desktop Environment rootfs. Extract/copy to SDHC and use as root filesystem.
Work (I tested):
- Video
- Ethernet
- Touchscreen
- SD
- USB (on video I connect usb flash and open jpg file)
- Bluetooth (bad video quality and I didn't include on youtube), but used usb bluetooth, and found some bluetooth devices
Now I use u-boot in NAND
u-boot load kernel from NAND in RAM, and rootfs on SDHC 32GB (I tested rootfs on USB flash - ok, rootfs on nfs - ok too.

I didn't test audio and power managment yet.

Today I installed Debian (lenny) on qq2440, it was simple and fast :)
Later, I will write how to install Debian to QQ2440 or mini2440 or any arm devboard :) (on SD card).
My qq2440 page
Sorry, it's russian, but you can use http://translate.google.com/ (ru > en/...)

LeshaK
Posts: 35
Joined: Wed Jan 14, 2009 1:01 am

Re: qq2440v3: kernel 2.6.28.2

Post by LeshaK » Fri Feb 13, 2009 2:15 am

A little update:
Now for:
linux 2.6.28.5
linux 2.6.29-rc4

only correct LCD timing
http://blog.leshak.ru/2009/02/13/qq2440 ... -2629-rc4/
My qq2440 page
Sorry, it's russian, but you can use http://translate.google.com/ (ru > en/...)

LeshaK
Posts: 35
Joined: Wed Jan 14, 2009 1:01 am

Re: qq2440v3: kernel 2.6.28.5 & 2.6.29-rc4 (old: 2.6.28.2)

Post by LeshaK » Fri Feb 13, 2009 12:26 pm

How to setup:
u-boot + linux 2.6.29 + rootfs.jffs2 (busybox 1.13.2) into NAND
Russian:
http://blog.leshak.ru/2009/02/13/ustano ... na-qq2440/

English:
http://blog.leshak.ru/how-to-install-u- ... nd-qq2440/
My qq2440 page
Sorry, it's russian, but you can use http://translate.google.com/ (ru > en/...)

LeshaK
Posts: 35
Joined: Wed Jan 14, 2009 1:01 am

Re: Now: qq2440 / mini2440 + linux 2.6.29-rc5 - success

Post by LeshaK » Thu Feb 19, 2009 4:02 am

New!
2in1
Both boards: qq2440 and mini2440 + patch for linux 2.6.29-rc5
http://blog.leshak.ru/2009/02/19/univer ... -mini2440/

Working/testing:
- ethernet (cs89x0, dm9000)
- lcd (240x320, 320x240, 640x480, 800x480)
- touchscreen
- mmc/sd/sdhc
- usb

Use:
for qq2440

Code: Select all

make qq2440_defconfig
make
for mini2440

Code: Select all

make mini2440_defconfig
make
My qq2440 page
Sorry, it's russian, but you can use http://translate.google.com/ (ru > en/...)

esky-sh
Posts: 1449
Joined: Sat Dec 20, 2008 4:21 am

Re: 2in1: qq2440 / mini2440 + linux 2.6.29-rc5 - success

Post by esky-sh » Thu Feb 19, 2009 7:22 pm

Many many thanks for sharing your progress on these 2 boards. Great job done! :D

Post Reply

Who is online

Users browsing this forum: No registered users and 6 guests