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