Changes between Version 13 and Version 14 of Boards/Zynq - Zedboard


Ignore:
Timestamp:
11/09/17 06:53:30 (6 years ago)
Author:
Sebastian Huber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Boards/Zynq - Zedboard

    v13 v14  
    169169#! /bin/sh
    170170
    171 OBJCOPY_FOR_TARGET=arm-rtems4.12-objcopy
     171OBJCOPY_FOR_TARGET=arm-rtems5-objcopy
    172172OBJCOPY="$OBJCOPY_FOR_TARGET"
    173173
     
    185185
    186186'''Note:'''
    187 1. The `arm-rtems4.12-objcopy` is part of the RTEMS ARM binutils package built by the RSB.
     1871. The `arm-rtems5-objcopy` is part of the RTEMS ARM binutils package built by the RSB.
    1881881. The `START_ADDR` the base address the RTEMS executable is linked too. This is set in the RTEMS BSP code for the !ZedBoard and Microzed board.
    1891891. The `ENTRY_ADDR` is the entry point to the RTEMS executable. This again is BSP specific. For the ZedBoard the entry point is the base address.
     
    198198
    199199{{{
    200 $ ls -las build/arm-rtems4.12-xilinx_zynq_zedboard/debugger01.exe
    201 19745 -rwxr-xr-x  1 chris  user  20171796 Dec 23 14:39 build/arm-rtems4.12-xilinx_zynq_zedboard/debugger01.exe
     200$ ls -las build/arm-rtems5-xilinx_zynq_zedboard/debugger01.exe
     20119745 -rwxr-xr-x  1 chris  user  20171796 Dec 23 14:39 build/arm-rtems5-xilinx_zynq_zedboard/debugger01.exe
    202202}}}
    203203
     
    306306
    307307{{{
    308 $ arm-rtems4.12-gdb -nx build/arm-rtems4.12-xilinx_zynq_zedboard/debugger01.exe
     308$ arm-rtems5-gdb -nx build/arm-rtems5-xilinx_zynq_zedboard/debugger01.exe
    309309GNU gdb (GDB) 7.12
    310310Copyright (C) 2016 Free Software Foundation, Inc.
     
    313313There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
    314314and "show warranty" for details.
    315 This GDB was configured as "--host=x86_64-freebsd10.3 --target=arm-rtems4.12".
     315This GDB was configured as "--host=x86_64-freebsd10.3 --target=arm-rtems5".
    316316Type "show configuration" for configuration details.
    317317For bug reporting instructions, please see:
     
    321321For help, type "help".
    322322Type "apropos word" to search for commands related to "word"...
    323 Reading symbols from build/arm-rtems4.12-xilinx_zynq_zedboard/debugger01.exe...done.
     323Reading symbols from build/arm-rtems5-xilinx_zynq_zedboard/debugger01.exe...done.
    324324(gdb) target remote 10.10.5.15:1122
    325325Remote debugging using 10.10.5.15:1122