RE: [ECOS] i386 FAT HDD support

2005-11-07 Thread Scott Bailie
Sorry, what I did not realize is that the build did not actually finish successfully and when I built my program it was using the previous build which included only the RAMFS. When I look through the build output I see only the following error:

Re: [ECOS] i386 FAT HDD support

2005-11-07 Thread Andrew Lunn
On Mon, Nov 07, 2005 at 08:37:50AM -0500, Scott Bailie wrote: Sorry, what I did not realize is that the build did not actually finish successfully and when I built my program it was using the previous build which included only the RAMFS. When I look through the build output I see only the

RE: [ECOS] i386 FAT HDD support

2005-11-07 Thread Scott Bailie
I decided to start from scratch... I'm using the net Template for i386 w/ 82559 ethernet. + CYGPKG_IO_DISK + CYGPKG_DEVS_DISK_IDE + CYGPKG_FS_FAT CYGPKG_FS_FAT causes an unresolved confilict -- CYGPKG_BLOCK_LIB. So out of curiosity I added it. + CYGPKG_BLOCK_LIB CYGPKG_BLOCK_LIB too causes

Re: [ECOS] i386 FAT HDD support

2005-11-07 Thread Andrew Lunn
On Mon, Nov 07, 2005 at 09:34:58AM -0500, Scott Bailie wrote: I decided to start from scratch... I'm using the net Template for i386 w/ 82559 ethernet. + CYGPKG_IO_DISK + CYGPKG_DEVS_DISK_IDE + CYGPKG_FS_FAT CYGPKG_FS_FAT causes an unresolved confilict -- CYGPKG_BLOCK_LIB. So out of

[ECOS] Support for AT49BV6416 Flash Device

2005-11-07 Thread John Eigelaar
Hi, I have been fiddeling with Redboot on a board that has one AT89BV6416 flash device. The AT49 device driver does not support the AT89BV6416 device, so I put it into the at49x device list like so: #if defined(CYGHWR_DEVS_FLASH_ATMEL_AT49BV6416) { // AT49BV6416 device_id

RE: [ECOS] i386 FAT HDD support

2005-11-07 Thread Scott Bailie
Using the command line configtool as you indicated works perfectly. I still can not mount the drive, however. I enabled debug statements in ide_disk.c and I get indication that a device was found - it displays the Serial, Firmware Rev, Model, etc. but then I see the following message - IDE

Re: [ECOS] i386 FAT HDD support

2005-11-07 Thread Andrew Lunn
On Mon, Nov 07, 2005 at 01:52:03PM -0500, Scott Bailie wrote: Using the command line configtool as you indicated works perfectly. I still can not mount the drive, however. I enabled debug statements in ide_disk.c and I get indication that a device was found - it displays the Serial,

[ECOS] Lcd support

2005-11-07 Thread Ramiro C. Carvalho
Hi everybody. I was thinking about the best way to have support for the lcd in my target and then i took a look at some implementations in the repository. To my surprise, the implementations do not handle the lcd as a device, i mean, there is nothing like \ecos\packages\devs\lcd on the

Re: [ECOS] Lcd support

2005-11-07 Thread Gary Thomas
On Mon, 2005-11-07 at 21:10 -0200, Ramiro C. Carvalho wrote: Hi everybody. I was thinking about the best way to have support for the lcd in my target and then i took a look at some implementations in the repository. To my surprise, the implementations do not handle the lcd as a device, i