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: Redboot JFFS2 Support


> cdl_option CYGNUM_IO_FLASH_BLOCK_OFFSET_1 {
>     user_value 0x00060000
> };
>                                                                                 
> cdl_option CYGNUM_IO_FLASH_BLOCK_LENGTH_1 {
>     user_value 0x00020000
> };
>                                                                                 
> RedBoot> fis list
> Name              FLASH addr  Mem addr    Length      Entry point
> RedBoot           0x60000000  0x60000000  0x00060000  0x00000000
> jffs2             0x60060000  0x01200000  0x004E0000  0x01200000
> ramdisk           0x60540000  0x00800000  0x00340000  0x00800000
> zImage            0x60880000  0x00080000  0x000C0000  0x00080000
> FIS directory     0x60FE0000  0x60FE0000  0x0001F000  0x00000000
> RedBoot config    0x60FFF000  0x60FFF000  0x00001000  0x00000000

The CYGNUM_IO_FLASH_BLOCK_LENGTH_1 is not consistent with the Length
entry in the FIS table.

        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]