Documentation | user/bsps/zynqmp: Fix start address in mkimage (!79)
Christian Mauderer (@c-mauderer)
gitlab at rtems.org
Tue Nov 12 07:02:37 UTC 2024
Christian Mauderer commented on a discussion: https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/79#note_114768
OK. @opticron: So two options:
1. Either I just add what you suggested (environment variable + using that). From my point of view that makes the commands a bit more complex and therefore less entry friendly.
2. I add the following note:
```
Note: If the start address has been changed in the BSP configuration,
you have to adapt the `-a` and `-e` parameters accordingly. To find
out the start address of an application,
`aarch64-rtems6-nm ticker.exe | grep \ _start` can be used. That will
show the address of the `_start` symbol which is the value that should
be used for the two parameters.
```
--
View it on GitLab: https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/79#note_114768
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20241112/7551812d/attachment.htm>
More information about the bugs
mailing list