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: Port for Samsung S3C44BOX(ARM7TDMI) with fixed flash at resetvector 0x0


On Fri, Apr 05, 2002 at 01:36:21AM +0200, Peter Wermeling wrote:

> Hello all!
> I am trying to Port for Samsung S3C44BOX(ARM7TDMI) with fixed flash at
> resetvector 0x0 and also the ohter Vectors.
> Is there a port or any hints for doing it?
> Is it possible or must the vectors be in RAM?

It's way easier if the vectors are in RAM.

I use a small bootloader that remaps memory so RAM is at 0,
copies RedBoot from flash ROM into RAM, and jumps to RedBoot.

-- 
Grant Edwards
grante@visi.com

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


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