Changeset 3859073 in rtems-docs


Ignore:
Timestamp:
08/03/22 04:22:20 (17 months ago)
Author:
Chris Johns <chrisj@…>
Branches:
master
Children:
1d6dcf8
Parents:
f028448
git-author:
Chris Johns <chrisj@…> (08/03/22 04:22:20)
git-committer:
Chris Johns <chrisj@…> (08/03/22 04:28:19)
Message:

versions: Update microblaze, powerpc, riscv and x86_64

Updates #4695

Location:
user/bsps
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • user/bsps/bsps-microblaze.rst

    rf028448 r3859073  
    5454
    5555The ``BSP_MICROBLAZE_FPGA_DTB_HEADER_PATH`` BSP configuration option can then be
    56 set to the path of the resulting source file, ``my_dtb.c``, to include it in the
    57 BSP build.
     56set to the path of the resulting source file, ``my_dtb.c``, in the waf INI file
     57to include it in the BSP build.
    5858
    5959.. code-block:: none
     
    6565-------------------
    6666
    67 A .dtb (device tree blob) file should be provided to QEMU via the ``-hw-dtb``
     67A ``.dtb`` (device tree blob) file should be provided to QEMU via the ``-hw-dtb``
    6868option. In the example command below, the device tree blob comes from the Xilinx
    6969Petalinux KCU105 MicroBlaze BSP (https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-design-tools.html).
     
    9595.. code-block:: none
    9696
    97   $ microblaze-rtems6-gdb build/microblaze/kcu105_qemu/testsuites/samples/hello.exe
     97  $ microblaze-rtems@rtems-ver-major@-gdb build/microblaze/kcu105_qemu/testsuites/samples/hello.exe
    9898  (gdb) target remote localhost:1234
    9999  (gdb) break Init
     
    147147.. code-block:: none
    148148
    149   $ microblaze-rtems6-gdb example.exe
     149  $ microblaze-rtems@rtems-ver-major@-gdb example.exe
    150150  (gdb) target extended-remote localhost:3002
    151151  (gdb) load
  • user/bsps/bsps-powerpc.rst

    rf028448 r3859073  
    3737.. code-block:: none
    3838
    39     powerpc-rtems5-objcopy -O binary -R .comment -S ticker.exe rtems
     39    powerpc-rtems@rtems-ver-major@-objcopy -O binary -R .comment -S ticker.exe rtems
    4040    gzip -9 -f rtems
    41     powerpc-rtems5-ld -o ticker.boot bootloader.o --just-symbols=ticker.exe -b binary rtems.gz -T ppcboot.lds -no-warn-mismatch
    42     powerpc-rtems5-objcopy -O binary ticker.boot ticker.bin
     41    powerpc-rtems@rtems-ver-major@-ld -o ticker.boot bootloader.o --just-symbols=ticker.exe -b binary rtems.gz -T ppcboot.lds -no-warn-mismatch
     42    powerpc-rtems@rtems-ver-major@-objcopy -O binary ticker.boot ticker.bin
    4343
    4444mpc55xxevb
     
    108108.. code-block:: none
    109109
    110     powerpc-rtems5-objcopy -O binary app.exe app.bin
     110    powerpc-rtems@rtems-ver-major@-objcopy -O binary app.exe app.bin
    111111    gzip -9 -f -c app.bin > app.bin.gz
    112112    mkimage -A ppc -O linux -T kernel -a 0x4000 -e 0x4000 -n RTEMS -d app.bin.gz app.img
  • user/bsps/bsps-riscv.rst

    rf028448 r3859073  
    5151---------------------------
    5252
    53 The following options are available at the configure command line.
     53The following options can be used in the BSP section of the ``waf``
     54configuration INI file. The ``waf`` defaults can be used to inspect the values.
    5455
    5556``BSP_PRESS_KEY_FOR_RESET``
  • user/bsps/bsps-x86_64.rst

    rf028448 r3859073  
    2121---------------------------
    2222
    23 There are no options available to ``configure`` at build time, at the moment.
     23There are no BSP configuration options available at build time.
    2424
    2525Testing with QEMU
Note: See TracChangeset for help on using the changeset viewer.