Changeset e551cc7 in rtems-docs


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

versions: Update aarch64

Updates #4695

File:
1 edited

Legend:

Unmodified
Added
Removed
  • user/bsps/aarch64/xilinx-zynqmp.rst

    rc935a2c re551cc7  
    117117.. code-block:: shell
    118118
    119   $ aarch64-rtems6-objcopy -Obinary ticker.exe ticker.bin
     119  $ aarch64-rtems@rtems-ver-major@-objcopy -Obinary ticker.exe ticker.bin
    120120  $ gzip -9 ticker.bin
    121121  $ mkimage -A arm64 -O rtems -T kernel -a 0x10000000 -e 0x10000000 -n RTEMS -d ticker.bin.gz rtems.img
     
    180180
    181181  *** BEGIN OF TEST CLOCK TICK ***
    182   *** TEST VERSION: 6.0.0.f381e9bab29278e4434b1a93e70d17a7562dc64c
     182  *** TEST VERSION: @rtems-version@.f381e9bab29278e4434b1a93e70d17a7562dc64c
    183183  *** TEST STATE: EXPECTED_PASS
    184184  *** TEST BUILD: RTEMS_POSIX_API RTEMS_SMP
Note: See TracChangeset for help on using the changeset viewer.