From 345d8c10e3e0d68cbb510f3d84dd2b64a22c3b55 Mon Sep 17 00:00:00 2001 From: Ayush Singh Date: Tue, 8 Oct 2024 12:31:05 +0530 Subject: [PATCH] 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 --- boards/beagle/beaglev_fire/doc/index.rst | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/boards/beagle/beaglev_fire/doc/index.rst b/boards/beagle/beaglev_fire/doc/index.rst index 23d63f4db7a7f..246dc55f4bd08 100644 --- a/boards/beagle/beaglev_fire/doc/index.rst +++ b/boards/beagle/beaglev_fire/doc/index.rst @@ -22,11 +22,19 @@ hobbyists, and researchers to explore and experiment with RISC-V technology. Building ======== -Applications for the ``beaglev_fire`` board configuration can be built as usual: +BeagleV-Fire supports 3 board targets in Zephyr: + +1. ``beaglev_fire/polarfire/e51`` +2. ``beaglev_fire/polarfire/u54`` +3. ``beaglev_fire/polarfire/u54/smp`` + +More information regarding the differences between the cores can be found in the `datasheet `_. + +Here is an example of building :zephyr:code-sample:`hello_world` for E51 core. .. zephyr-app-commands:: :zephyr-app: samples/hello_world - :board: beaglev_fire + :board: beaglev_fire/polarfire/e51 :goals: build Debugging