Changeset 9d0f454 in rtems-docs
- Timestamp:
- 10/25/22 15:01:12 (7 months ago)
- Branches:
- master
- Children:
- 1b7a2ad
- Parents:
- c234a7b
- git-author:
- Hesham Almatary <heshamelmatary@…> (10/25/22 15:01:12)
- git-committer:
- Hesham Almatary <heshamelmatary@…> (10/31/22 11:39:28)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
user/bsps/bsps-riscv.rst
rc234a7b r9d0f454 46 46 The BSP must be started im machine mode. 47 47 48 The reference platform for this BSP is the Q emu`virt` machine.48 The reference platform for this BSP is the QEMU `virt` machine. 49 49 50 50 The reference platform for the mpfs64imafdc BSP variant is the Microchip … … 141 141 configure the pins or peripheral clocks. The console device is selected 142 142 according to the device tree "/chosen/stdout-path" property value. 143 144 QEMU 145 ---- 146 147 All of the BSP variants that start with rv can be run on QEMU's virt machine. 148 For instance, to run the ``rv64imafdc_medany`` BSP with the following 149 "config.ini" file: 150 151 .. code-block:: none 152 [riscv/rv64imafdc_medany] 153 154 Run the following QEMU command: 155 156 .. code-block:: shell 157 $ qemu-system-riscv64 -M virt -nographic -bios $RTEMS_EXE 143 158 144 159 Microchip PolarFire SoC
Note: See TracChangeset
for help on using the changeset viewer.