[ECOS] romfs base address
Warren Jasper
wjasper@tx.ncsu.edu
Tue Aug 7 06:24:00 GMT 2001
I see that
cdl_option CYGNUM_FS_ROM_BASE_ADDRESS {
# Flavor: data
user_value 0x8200000
# value_source user
# Default value: 0x50040000
};
Is no longer defined in the ecos.ecc cdl file. Could someone please tell
me EXACTLY how to speify the base adress for the rom fs. Is this
done only in the MTAB entry in the application code? For example is
this correct?
//==========================================================================
#define CYGNUM_FS_ROM_BASE_ADDRESS 0x8200000
MTAB_ENTRY( romfs_mte1,
"/",
"romfs",
"",
(CYG_ADDRWORD) CYGNUM_FS_ROM_BASE_ADDRESS );
//==========================================================================
Thanks,
-- Warren
Warren J. Jasper
wjasper@tx.ncsu.edu
More information about the Ecos-discuss
mailing list