Search found 534 matches

by esky-sh
Sat Mar 07, 2009 5:17 pm
Forum: S3C2440 Boards
Topic: need kernel headers directory to build loadable modules
Replies: 15
Views: 4319

Re: need kernel headers directory to build loadable modules

Could you tell me what is your cross development envoirnment?

Here are steps to install gcc compliers for arm linux
viewtopic.php?f=6&t=66
by esky-sh
Sat Mar 07, 2009 5:15 pm
Forum: S3C2440 Boards
Topic: How to setup cross development envoirnment for Linux 2.6.13
Replies: 2
Views: 1457

How to setup cross development envoirnment for Linux 2.6.13

1. Copy arm-linux-gcc-3.3.2.tgz, arm-linux-gcc-2.95.3.tgz and arm-linux-gcc-3.4.1.tgz to \tmp 2. #cd \tmp 3. #tar xvzf arm-linux-gcc-3.3.2.tgz -C / 4. #tar xvzf arm-linux-gcc-2.95.3.tgz -C / 5. #tar xvzf arm-linux-gcc-3.4.1.tgz -C / 6. #mkdir -p /opt/FriendlyARM/mini2440 7. #gedit /root/.bashrc .JP...
by esky-sh
Fri Mar 06, 2009 5:04 pm
Forum: S3C2440 Boards
Topic: need kernel headers directory to build loadable modules
Replies: 15
Views: 4319

Re: need kernel headers directory to build loadable modules

Did you successfully build linux kernel in your cross development envoirnment?
by esky-sh
Wed Mar 04, 2009 8:37 pm
Forum: S3C2440 Boards
Topic: PC adapters help needed...
Replies: 6
Views: 1887

Re: PC adapters help needed...

dbrazeau wrote:Thanks. From what I've read so far it looks like a usb to parallel adapter will not work. So I'm looking into getting a PCI card with a parallel port. Should that work?

You may find an usb jtag emulator for ARM9 if you really need this. :)
by esky-sh
Wed Mar 04, 2009 3:43 pm
Forum: S3C2440 Boards
Topic: PC adapters help needed...
Replies: 6
Views: 1887

Re: PC adapters help needed...

You can find usb to serial cable from our ebay shop.
http://cgi.ebay.com/USB-to-RS232-Serial ... m153.l1262

You do not need linux drivers if you use Windows to communicate with mini2440.
by esky-sh
Tue Mar 03, 2009 7:14 pm
Forum: S3C2440 Boards
Topic: need kernel headers directory to build loadable modules
Replies: 15
Views: 4319

Re: need kernel headers directory to build loadable modules

Hi, there is include directory under kernel-2.6.13
by esky-sh
Sun Mar 01, 2009 5:01 am
Forum: S3C2440 Boards
Topic: qemu emulator for the mini2440
Replies: 48
Views: 20312

Re: qemu emulator for the mini2440

Congratulations! Well done
by esky-sh
Sat Feb 28, 2009 6:26 pm
Forum: S3C2440 Boards
Topic: [ANN][MINI2440] modern kernel (2.6.29 FINAL) git repository
Replies: 25
Views: 8448

Re: [ANN][MINI2440] modern kernel (2.6.29-rc6) git repository

Hi, The LCD module needs 2 power supply voltages, one is 5v for backlight and another is 3.3v for logic. Actually you can find a 5v to 3.3v regulator on LCD backlight board. And that is reason why we only need one 5v power supply from CPU board. I suggest you have a check from software perspective f...