mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 05:39:11 +08:00
user/bsps: Fix typo in beagle
This commit is contained in:
parent
e21c413ec9
commit
605ba77101
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user