This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: JFFS2 on AT91EB01


On Tue, Apr 13, 2004 at 10:08:31AM -0700, baljeet singh wrote:
> All,
> Has anybody successfully built JFFS2 on AT91EB01 0r
> AT90EB40

Its not particularly difficult:

lunn@londo:~/eCos/work$ ecosconfig new eb40
U CYGBLD_ISO_STDIO_FILEOPS_HEADER, new inferred value <cyg/libc/stdio/stdio.h>
U CYGBLD_ISO_STDIO_FILEPOS_HEADER, new inferred value <cyg/libc/stdio/stdio.h>
lunn@londo:~/eCos/work$ ecosconfig add flash fileio crc zlib linux_compat jffs2
U CYGPKG_IO_FILEIO_INODE, new inferred value 1
U CYGBLD_ISO_DIRENT_HEADER, new inferred value <cyg/fileio/dirent.h>
U CYGBLD_ISO_OPEN_MAX_HEADER, new inferred value <cyg/fileio/limits.h>
U CYGBLD_ISO_NAME_MAX_HEADER, new inferred value <cyg/fileio/limits.h>
U CYGPKG_IO_FLASH_BLOCK_DEVICE, new inferred value 1
lunn@londo:~/eCos/work$ ecosconfig tree
lunn@londo:~/eCos/work$ make -s
headers finished
/home/lunn/eCos/anoncvs/packages/hal/arm/at91/eb40/current/src/eb40_misc.c: In function `hal_at91_led':
/home/lunn/eCos/anoncvs/packages/hal/arm/at91/eb40/current/src/eb40_misc.c:69: warning: implicit declaration of function `HAL_WRITE_UINT32'
/home/lunn/eCos/anoncvs/packages/io/flash/current/src/flashiodev.c: In function `flashiodev_set_config':
/home/lunn/eCos/anoncvs/packages/io/flash/current/src/flashiodev.c:248: warning: unused variable `dev'
build finished

      Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]