summaryrefslogtreecommitdiffstats
path: root/user/bsps/arm/imx.rst
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2022-08-03 14:20:52 +1000
committerChris Johns <chrisj@rtems.org>2022-08-03 14:28:19 +1000
commitf028448e5f21f4317a0a7b9b336d7e492ebea6c7 (patch)
treedf060208591536997be47d061f8dd4131b0d7547 /user/bsps/arm/imx.rst
parentversions: Update aarch64 (diff)
downloadrtems-docs-f028448e5f21f4317a0a7b9b336d7e492ebea6c7.tar.bz2
versions: Update arm
Updates #4695
Diffstat (limited to 'user/bsps/arm/imx.rst')
-rw-r--r--user/bsps/arm/imx.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/user/bsps/arm/imx.rst b/user/bsps/arm/imx.rst
index e2fd7f2..f0ac928 100644
--- a/user/bsps/arm/imx.rst
+++ b/user/bsps/arm/imx.rst
@@ -15,7 +15,9 @@ U-Boot or barebox.
Build Configuration Options
---------------------------
-The following options are available at the configure command line.
+The following options can be used in the BSP section of the waf
+configuration INI file. The waf defaults can be used to inspect the
+values.
``BSP_PRESS_KEY_FOR_RESET``
If defined to a non-zero value, then print a message and wait until pressed
@@ -73,7 +75,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 0x80200000 -e 0x80200000 -n RTEMS -d app.bin.gz app.img