Re: [uClinux-dev] Writing data to an USB ext2 stick I get an usbreset and device descriptor errors

2008-03-03 Thread Claudia De Bartolomeis
to an USB ext2 stick I get an usbreset and device descriptor errors i think so that problems found in your device, try use other device. []s On Fri, Feb 29, 2008 at 11:31 AM, Claudia De Bartolomeis [EMAIL PROTECTED] wrote: Hi everyboby, I'm designing a custom board based

[uClinux-dev] Writing data to an USB ext2 stick I get an usb reset and device descriptor errors

2008-02-29 Thread Claudia De Bartolomeis
Hi everyboby, I'm designing a custom board based on M5329EVB and the BSP m532xevb based on kernel uClinux 2.6.17.7-uc1 by Freescale. I've got an isssue regarding usb. When I try writing to an usb stick (ext2 format) I get the following messages. # usb 1-1: new full speed USB device using ehci

[uClinux-dev] change ram size on m5329evb - Kernel Panic

2007-11-06 Thread Claudia De Bartolomeis
Hi everybody, I'm developing a system on a custom board based on the M5329evb // design, which has 32MB of RAM I now have new boards with 64MB of RAM instead of 32. I tryed to make the kernel aware of it changing the option CONFIG_RAMSIZE from 0x200 to 0x400. But It doesn't work on my

[uClinux-dev] FAT32 USB doesn't work

2007-10-25 Thread Claudia De Bartolomeis
Hi everybody, I'm developing an application under uclinux uclibc 0.9.26 for Coldfire m532x. If I try to mount a FAT32 USB stick --- as a vfat fs: # mount -t vfat /dev/sda1 /mnt/floppy/ mount: Mounting /dev/sda1 on /mnt/floppy failed: No such device or address it doesn't work!!

[uClinux-dev] change ram size on m5329evb

2007-08-06 Thread Claudia De Bartolomeis
I'm developing a system on a custom board based on the M5329evb design, which has 32MB of RAM. I now have new boards with 64MB of RAM instead of 32. How can I make the kernel and the boot loader (dBUG) aware of it? Regards Claudia___ uClinux-dev

Re: [uClinux-dev] Mouting JFFS2 file system

2007-06-21 Thread Claudia De Bartolomeis
(wrong use of nand ce signal). Hi have recently posted a patch that solve the problem (8 June) -- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Per conto di Claudia De Bartolomeis Inviato: giovedì 21 giugno 2007

Re: [uClinux-dev] Problem linking pthread... undefined referenceto`pthread_create'

2007-05-16 Thread Claudia De Bartolomeis
@uclinux.org Sent: Tuesday, May 15, 2007 6:37 AM Subject: Re: [uClinux-dev] Problem linking pthread... undefined referenceto `pthread_create' Hi Claudia, Have you already enable pthreads inside uClibc? Regards, Daniel Alomar En/na Claudia De Bartolomeis ha

Re: [uClinux-dev] Problem linking pthread... undefined referenceto `pthread_create'

2007-05-15 Thread Claudia De Bartolomeis
, 2007 6:37 AM Subject: Re: [uClinux-dev] Problem linking pthread... undefined referenceto `pthread_create' Hi Claudia, Have you already enable pthreads inside uClibc? Regards, Daniel Alomar En/na Claudia De Bartolomeis ha escrit: Hi everybody, I'm developing an application under uclinux

[uClinux-dev] Problem linking pthread... undefined reference to `pthread_create'

2007-05-14 Thread Claudia De Bartolomeis
Hi everybody, I'm developing an application under uclinux uclibc 0.9.26 for Coldfire m532x, but I'm having troubles linking pthread Thanks in advance for any help Claudia This is the compilation log: [EMAIL PROTECTED]:~/ltib-m532xevb-20061117 ./ltib -m scbuild -p microwindows.spec