memcpy() in boot_card()
Charles Matthey
charles.matthey at gmail.com
Wed Dec 12 12:31:57 UTC 2007
Hello,
I try to understand how I can adapt RTEMS to my specific board. I'm
using Leon3 bsp, trying to modify some files to make it works on my
card.
I've got only 2MBytes of RAM memory space, so I put it in startup/
linkcmds
linker script the line :
_RAM_SIZE = 2M;
but, when I start RTEMS, the function boot_card() try to do a memcpy()
at addresses out of memory space. Is there an other place to modify
when I want to define my specific board ?
Thanks a lot,
Charles
More information about the users
mailing list