You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
boards: beagle: beaglev_fire: Fix building example
- Fix the board name in build example
- Add link to datasheet
- Specify the different targets supported for beaglev_fire
Signed-off-by: Ayush Singh <[email protected]>
Copy file name to clipboardExpand all lines: boards/beagle/beaglev_fire/doc/index.rst
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,19 @@ hobbyists, and researchers to explore and experiment with RISC-V technology.
22
22
Building
23
23
========
24
24
25
-
Applications for the ``beaglev_fire`` board configuration can be built as usual:
25
+
BeagleV-Fire supports 3 board targets in Zephyr:
26
+
27
+
1. ``beaglev_fire/polarfire/e51``
28
+
2. ``beaglev_fire/polarfire/u54``
29
+
3. ``beaglev_fire/polarfire/u54/smp``
30
+
31
+
More information regarding the differences between the cores can be found in the `datasheet <https://ww1.microchip.com/downloads/aemDocuments/documents/FPGA/ProductDocuments/ProductBrief/PolarFire-SoC-Product-Overview-60001656.pdf>`_.
32
+
33
+
Here is an example of building :zephyr:code-sample:`hello_world` for E51 core.
0 commit comments