user/bsps: Fix typo in beagle

This commit is contained in:
Vijay Kumar Banerjee 2019-08-08 03:41:16 +05:30 committed by Joel Sherrill
parent e21c413ec9
commit 605ba77101

View File

@ -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