On 21/07/2015 1:13 am, Pavel Pisa wrote: > > Alternative is to use directly gdb load command from the debugger > session but for some reasons I have for more HW and SW combinations > received that some words has been loaded incorrectly/skipped > if I use load directly from gdb/DDD command line. >
For the BeagleBoard xM (MIO) and Zynq (FSBL) I use OpenOCD to load the first stage boot loader and run it then halt the processor and load the executable. The boot loader does all the set up of the hardware. For example ... https://git.rtems.org/rtems-tools/tree/tester/rtems/testing/bsps/beagleboardxm.mc#n58 https://git.rtems.org/rtems/tree/c/src/lib/libbsp/arm/beagle/simscripts/bbxm.cfg#n8 Chris _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel