Re: [uClinux-dev] Re: how does s3c4510 handle the 32M SDRAM

2008-08-08 Thread xavier.montagne
://mailman.uclinux.org/pipermail/uclinux-dev/attachments/20080807/0ac94f99/attachment-0001.html -- Message: 2 Date: Thu, 7 Aug 2008 16:04:57 +0200 From: xavier.montagne [EMAIL PROTECTED] Subject: Re: [uClinux-dev] how does

Re: [uClinux-dev] BINFMT_FLAT: reloc outside program

2008-07-25 Thread xavier.montagne
Hi, If you transfered your program to your target with FTP protocol, be sure to setup the BINARY mode, not the ASCII or AUTO one. Cordialement, Xavier MONTAGNE Pragmatec (www.pragmatec.net) Gsm : 06.98.06.21.55 Tél : 01.61.30.02.18 Fax : 01.61.30.02.19 - Original Message - From:

Re: [uClinux-dev] Eclipse Setup for remote Target debugging withm68k-bdm-elf-gdb

2007-10-11 Thread xavier.montagne
HI, Actually I remember to get the same trouble with Eclipse at the beginning. If I remeber well it is related to the version of GDB. The one you're using does not accept the i option Eclipse send automaticaly. I never succeeded to connect to my target with my old GDB and needed to rebuild a

Re: [uClinux-dev] USB and /dev/sdx interface

2007-09-17 Thread xavier.montagne
: Wednesday, September 12, 2007 10:17 AM Subject: Re: [uClinux-dev] USB and /dev/sdx interface xavier.montagne ha scritto: OK, it is an idea ! Do you know how to rmmod and insmod a driver from an application ? You can do it with a system. If useful attached the piece of code that I

Re: Re: [uClinux-dev] S3C44b0 commnunication with IDE disk

2007-09-13 Thread xavier.montagne
-- 发件人: xavier.montagne 发送时间: 2007-09-11 18:02:02 收件人: uClinux development list 抄送: 主题: Re: [uClinux-dev] S3C44b0 commnunication with IDE disk Hi Kevin, Never tried the IDE bus connected to the 44B0X in DMA mode

[uClinux-dev] USB and /dev/sdx interface

2007-09-11 Thread xavier.montagne
Hi, Everytime I insert a new USB key to my SL811 controler, the kernel detects properly the key and affect a new interface : /dev/sda1 /dev/sdb1 /dev/sdc1 If I reuse the same key Linux succeeds to see it and affect the same previous interface (/dev/sdb for instance). But how to use everytime

Re: [uClinux-dev] USB and /dev/sdx interface

2007-09-11 Thread xavier.montagne
: [uClinux-dev] USB and /dev/sdx interface xavier.montagne ha scritto: Hi, Everytime I insert a new USB key to my SL811 controler, the kernel detects properly the key and affect a new interface : /dev/sda1 /dev/sdb1 /dev/sdc1 If I reuse the same key Linux succeeds to see

Re: [uClinux-dev] USB and /dev/sdx interface

2007-09-11 Thread xavier.montagne
/sda1 device file name to the USB thumb drive and so on. I thought this is an efficient method and saves a lot of work involved in doing insmod/rmmod. Hope this makes sense! Merci, Amol :-) On 9/11/07, xavier.montagne [EMAIL PROTECTED] wrote: Hi

Re: [uClinux-dev] /dev/mtd and /dev/mtdblock

2007-07-17 Thread xavier.montagne
Quoth xavier.montagne: Do you know how to do it with a Linux 2.6 kernel (MMU) ? There's no difference. Device nodes are added via your vendor makefile regardless of kernel version. (Which major/minor numbers you need to use to do so *might* differ between kernel versions, though

Re: [uClinux-dev] FAT16:Problems with big cluster sizes

2007-07-09 Thread xavier.montagne
32K clusters are related to 2Gb card, but I don't thing you can expect 64Kb cluster size with FAT16 ?! Did you format the cards from a Windows compter or directly with fdisk on your linux target ? It could be interesting to see what fdisk reports when you inspect your device... Cordialement,

Re: [uClinux-dev] FAT16:Problems with big cluster sizes

2007-07-09 Thread xavier.montagne
Hi, The first time I insert a USB key in my uClinux 2.4 target, the kernel detects it under /dev/sda1. If I remove and insert once more the same key I still need to use the /dev/sda1 interface. If I want to insert another key (the first was previously removed), I need to open the /dev/sdb1

Re: [uClinux-dev] FAT16:Problems with big cluster sizes

2007-07-09 Thread xavier.montagne
-dev@uclinux.org Sent: Monday, July 09, 2007 7:33 PM Subject: Re: [uClinux-dev] FAT16:Problems with big cluster sizes Hello Xavier, On Montag, 9. Juli 2007, xavier.montagne wrote: 32K clusters are related to 2Gb card, but I don't thing you can expect 64Kb cluster size with FAT16 ?! Normally

Re: Re: [uClinux-dev] hardware platform for u Clinux

2007-06-04 Thread xavier.montagne
Yes for sure : S3C444B0X S3C2410A S3C2440 Xavier - Original Message - From: Yuen Chi Chuen To: Robin Getz ; uclinux-dev@uclinux.org Sent: Monday, May 21, 2007 12:34 PM Subject: Re: [uClinux-dev] hardware platform for uClinux Dear all, Thanks so much for your

Re: [uClinux-dev] usb device

2007-05-21 Thread xavier.montagne
development list uclinux-dev@uclinux.org Sent: Monday, May 21, 2007 7:52 AM Subject: Re: [uClinux-dev] usb device En/na xavier.montagne ha escrit: Hi, Does anyone rebuild a usb device driver (pdisubd12 for instance ) for uClinux 2.4 ? Xavier Hi, I'm using a Cypress SL811HS with a Coldfire

[uClinux-dev] usb device

2007-05-20 Thread xavier.montagne
Hi, Does anyone rebuild a usb device driver (pdisubd12 for instance ) for uClinux 2.4 ? Xavier ___ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by

Re: [uClinux-dev] ARM946E-S

2007-04-05 Thread xavier.montagne
I'm using S3C2410 and Linux 2.6.14 from Pragmatec. Provided with my development kit. Xavier - Original Message - From: Mike Dorin [EMAIL PROTECTED] To: uclinux-dev@uclinux.org Sent: Friday, April 06, 2007 1:10 AM Subject: [uClinux-dev] ARM946E-S Is anybody run uClinux on an

[uClinux-dev] GTK DirectFB

2007-02-22 Thread xavier.montagne
Hi, Did someone succeed to port the last GTK release to ARM9/Linux2.6 target (DirectFB) ? Now GTK needs a lot of additionnal libraries and a big memory space to run What is your experience on a 200MHz/64Mo RAM target ? Regards, Xavier ___