Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Code Block
[cpo@rdcds204]$ powerpc-rtems-gdb -nw pgpforward
GNU gdb 6.5
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "--host=i686-redhat-linux-gnu --target=powerpc-rtems4.7"...
(gdb) target remote localhost:1234
Remote debugging using localhost:1234
download_entry ()
    at ../../../../../../../../RTEMS/c/src/lib/libbsp/powerpc/rce405/dlentry/dlentry.S:14
14      ../../../../../../../../RTEMS/c/src/lib/libbsp/powerpc/rce405/dlentry/dlentry.S: No such file or directory.
        in ../../../../../../../../RTEMS/c/src/lib/libbsp/powerpc/rce405/dlentry/dlentry.S
warning: no shared library support for this OS / ABI
Current language:  auto; currently asm
(gdb) break init_executive
Breakpoint 1 at 0x24f0
(gdb) c
Continuing.
Can't send signals to this remote system.  SIGUSR2 not sent.

Breakpoint 1, 0x000024f0 in init_executive ()

Debug RCE applications with the Multi-Function-Display

Each RCE has 2 8-character LED multi-function-display (MFD) chips on the front-panel (4 MFDs per board, since there are 2 RCEs per board). The first of these two is controlled by powerPC software in the FX60: it displays the value stored in a DCR register. The second is controlled by firmware in the 4 FX20 FPGAs (2 characters per FX20).

...

Where <filename> is the file name, in the local UNIX file system, of the ELF file which is to be stored at image number <imgnum> in the RCE configuration flash memory. Note the image number must be between 1 and 15. Image 0 is a protected "safe" image that can only be programmed via the JTAG cable. You can then use the bootcfg command described in the console command line above to make the newly flashed image boot-able from the RCE.