summaryrefslogtreecommitdiffstats
path: root/user/bsps/arm/altera-cyclone-v.rst
diff options
context:
space:
mode:
Diffstat (limited to 'user/bsps/arm/altera-cyclone-v.rst')
-rw-r--r--user/bsps/arm/altera-cyclone-v.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/bsps/arm/altera-cyclone-v.rst b/user/bsps/arm/altera-cyclone-v.rst
index 14c026c..eaa02e3 100644
--- a/user/bsps/arm/altera-cyclone-v.rst
+++ b/user/bsps/arm/altera-cyclone-v.rst
@@ -27,7 +27,7 @@ image. Use the following commands:
.. code-block:: none
- arm-rtems5-objcopy -O binary app.exe app.bin
+ arm-rtems@rtems-ver-major@-objcopy -O binary app.exe app.bin
gzip -9 -f -c app.bin > app.bin.gz
mkimage -A arm -O linux -T kernel -a 0x00300000 -e 0x00300000 -n RTEMS -d app.bin.gz app.img