summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijaykumar9597@gmail.com>2019-08-08 03:41:16 +0530
committerJoel Sherrill <joel@rtems.org>2019-08-08 08:37:15 -0500
commit605ba771016affb96ddd5f821c14261ca038309d (patch)
treeded98e3b30f2a59b87fbd38868b0bfa6481278dd
parentuser: Improve bug report section (diff)
downloadrtems-docs-605ba771016affb96ddd5f821c14261ca038309d.tar.bz2
user/bsps: Fix typo in beagle
-rw-r--r--user/bsps/arm/beagle.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/bsps/arm/beagle.rst b/user/bsps/arm/beagle.rst
index fa7fa05..6c8796b 100644
--- a/user/bsps/arm/beagle.rst
+++ b/user/bsps/arm/beagle.rst
@@ -26,8 +26,8 @@ To boot via uboot, the ELF must be converted to a U-Boot image like below:
.. code-block:: none
- arm-rtems5-objcopy hello.exe -O app.bin
- gzip 9 app.bin
+ arm-rtems5-objcopy hello.exe -O binary app.bin
+ gzip -9 app.bin
mkimage -A arm -O linux -T kernel -a 0x80000000 -e 0x80000000 -n RTEMS -d app.bin.gz rtems-app.img
Getting the Device Tree Blob