[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
memcpy() in boot_card()
- Date: Wed, 12 Dec 2007 08:20:36 -0600
- From: joel.sherrill at oarcorp.com (Joel Sherrill)
- Subject: memcpy() in boot_card()
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
>