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: about porting ecos in S3C4510B development board


Hu Ying wrote:
[snip]>
After these I build the Redboot using eCos configuration tool.

Forgot to tell you that the data-bus width for the FLASH and SDRAM are all
16-bit wide. I think this is different from the SNDS board, where could I
change the data-bus width? in the hal_platform_setup.h?

Almost certainly. hal_platform_setup.h contains most of the board-specific parts of an ARM port so you should go through every single line of that file. Certainly it has a comment:
/* Flash is 16 bit, everything else 32 bit */



How could I make the Redboot support AM29LV160 FLASH? Does it support SDRAM?

Worry about the flash only when you've got the basic board port brought up. SDRAM should be set up in hal_platform_setup.h depending on what's needed. You can have a look at other ports depending on what you need to do e.g. if you have to configure the SDRAM from the SPD data, or you may have fixed SDRAM and no SPD.


Jifl
--
eCosCentric    http://www.eCosCentric.com/    The eCos and RedBoot experts
Visit us at Embedded World 2004, Nürnberg, Germany, 17-19 Feb, Stand 12-449
--["No sense being pessimistic, it wouldn't work anyway"]-- Opinions==mine


-- 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]