memcpy() in boot_card()
Joel Sherrill
joel.sherrill at oarcorp.com
Wed Dec 12 14:20:36 UTC 2007
Charles Matthey wrote:
> 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 ?
>
Is this an explicit call to memcpy? I don't see it in the
RTEMS source for bootcard.c. It might be a structure
copy and gcc has generated it.
More information needed.
--joel
> Thanks a lot,
> Charles
>
> _______________________________________________
> rtems-users mailing list
> rtems-users at rtems.com
> http://rtems.rtems.org/mailman/listinfo/rtems-users
>
More information about the users
mailing list