Changeset e551cc7 in rtems-docs
- Timestamp:
- 08/03/22 04:19:54 (17 months ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
user/bsps/aarch64/xilinx-zynqmp.rst
rc935a2c re551cc7 117 117 .. code-block:: shell 118 118 119 $ aarch64-rtems 6-objcopy -Obinary ticker.exe ticker.bin119 $ aarch64-rtems@rtems-ver-major@-objcopy -Obinary ticker.exe ticker.bin 120 120 $ gzip -9 ticker.bin 121 121 $ mkimage -A arm64 -O rtems -T kernel -a 0x10000000 -e 0x10000000 -n RTEMS -d ticker.bin.gz rtems.img … … 180 180 181 181 *** BEGIN OF TEST CLOCK TICK *** 182 *** TEST VERSION: 6.0.0.f381e9bab29278e4434b1a93e70d17a7562dc64c182 *** TEST VERSION: @rtems-version@.f381e9bab29278e4434b1a93e70d17a7562dc64c 183 183 *** TEST STATE: EXPECTED_PASS 184 184 *** TEST BUILD: RTEMS_POSIX_API RTEMS_SMP
Note: See TracChangeset
for help on using the changeset viewer.