From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cristiano Ligieri Pereira To: Gary Thomas Cc: ecos-discuss@sourceware.cygnus.com Subject: Re: [ECOS] Port to Accelent IDP StrongARM SA1110 Date: Mon, 23 Jul 2001 10:19:00 -0000 Message-id: References: X-SW-Source: 2001-07/msg00702.html > Note: on the SA11x0, I don't think that you really want to be loading > RedBoot, or any eCos application, to such an address. Set up the memory > mapping to move the RAM to location 0 and then use standard memory maps. Is it a requirement or a suggestion? One more question. If I set up the memory map to 0x80300000 (3 megs from starting of RAM) I have to jumpt to exactly this address? (AFAIK I have to jump to the reset vector, right???) Thanks, Cristiano.