Changeset 9d0f454 in rtems-docs


Ignore:
Timestamp:
10/25/22 15:01:12 (7 months ago)
Author:
Hesham Almatary <heshamelmatary@…>
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)
Message:

bsp/riscv: Add a section about running on QEMU

File:
1 edited

Legend:

Unmodified
Added
Removed
  • user/bsps/bsps-riscv.rst

    rc234a7b r9d0f454  
    4646The BSP must be started im machine mode.
    4747
    48 The reference platform for this BSP is the Qemu `virt` machine.
     48The reference platform for this BSP is the QEMU `virt` machine.
    4949
    5050The reference platform for the mpfs64imafdc BSP variant is the Microchip
     
    141141configure the pins or peripheral clocks.  The console device is selected
    142142according to the device tree "/chosen/stdout-path" property value.
     143
     144QEMU
     145----
     146
     147All of the BSP variants that start with rv can be run on QEMU's virt machine.
     148For instance, to run the ``rv64imafdc_medany`` BSP with the following
     149"config.ini" file:
     150
     151.. code-block:: none
     152    [riscv/rv64imafdc_medany]
     153
     154Run the following QEMU command:
     155
     156.. code-block:: shell
     157    $ qemu-system-riscv64 -M virt -nographic -bios $RTEMS_EXE
    143158
    144159Microchip PolarFire SoC
Note: See TracChangeset for help on using the changeset viewer.