Documentation | Add BeagleV-Fire Board Documentation (!45)
Purva Yeshi (@purva_yeshi)
gitlab at rtems.org
Mon Sep 2 14:07:50 UTC 2024
Purva Yeshi commented on a discussion on user/bsps/bsps-riscv.rst: https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/45#note_111720
> +supported.
> +
> +To enable multiprocessing and utilize all available cores, set
> +``RTEMS_SMP = True`` in config.ini. This configuration allows the
> +BeagleV-Fire to utilize all cores efficiently for parallel processing
> +tasks.
> +
> +**Build RTEMS:**
> +
> +.. code:: shell
> +
> + $ ./waf configure --prefix=$HOME/rtems-start/rtems/6
> + $ ./waf
> +
> +**Convert .exe to .elf file:**
> +
Yes, that step is needed for HSS. HSS requires a .bin file, and there is a command in HSS that converts an .elf file into a .bin file using the hss-payload-generator. So, we need to convert the .exe file into an .elf file first.
--
View it on GitLab: https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/45#note_111720
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/20240902/30f5fdb1/attachment-0001.htm>
More information about the bugs
mailing list