summaryrefslogtreecommitdiffstats
path: root/user/bsps/bsps-powerpc.rst
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2022-08-03 14:22:20 +1000
committerChris Johns <chrisj@rtems.org>2022-08-03 14:28:19 +1000
commit3859073d5be52c7161e734067748d5dba9a67bc4 (patch)
tree76f1274d38223c4bb171556a0bef8ab0054da9b4 /user/bsps/bsps-powerpc.rst
parentversions: Update arm (diff)
downloadrtems-docs-3859073d5be52c7161e734067748d5dba9a67bc4.tar.bz2
versions: Update microblaze, powerpc, riscv and x86_64
Updates #4695
Diffstat (limited to '')
-rw-r--r--user/bsps/bsps-powerpc.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/user/bsps/bsps-powerpc.rst b/user/bsps/bsps-powerpc.rst
index 80edfae..3d1ce88 100644
--- a/user/bsps/bsps-powerpc.rst
+++ b/user/bsps/bsps-powerpc.rst
@@ -36,10 +36,10 @@ image. Use the following commands:
.. code-block:: none
- powerpc-rtems5-objcopy -O binary -R .comment -S ticker.exe rtems
+ powerpc-rtems@rtems-ver-major@-objcopy -O binary -R .comment -S ticker.exe rtems
gzip -9 -f rtems
- powerpc-rtems5-ld -o ticker.boot bootloader.o --just-symbols=ticker.exe -b binary rtems.gz -T ppcboot.lds -no-warn-mismatch
- powerpc-rtems5-objcopy -O binary ticker.boot ticker.bin
+ 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
+ powerpc-rtems@rtems-ver-major@-objcopy -O binary ticker.boot ticker.bin
mpc55xxevb
==========
@@ -107,7 +107,7 @@ image. Use the following commands:
.. code-block:: none
- powerpc-rtems5-objcopy -O binary app.exe app.bin
+ powerpc-rtems@rtems-ver-major@-objcopy -O binary app.exe app.bin
gzip -9 -f -c app.bin > app.bin.gz
mkimage -A ppc -O linux -T kernel -a 0x4000 -e 0x4000 -n RTEMS -d app.bin.gz app.img