Skip to content

Commit

Permalink
update code block in the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
asyarifstudio committed Nov 30, 2023
1 parent 64b990d commit beb530d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/source/Getting-Started/Running-Keystone-on-CVA6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ Building Keystone
To build the keystone, you need to run this command

.. code-block:: bash
KEYSTONE_PLATFORM=cva6 make
or, if you want to build the 32 bit version of keystone to run on CV32A6

.. code-block:: bash
KEYSTONE_PLATFORM=cva6 KEYSTONE_BITS=32 make
Expand All @@ -39,12 +41,14 @@ Flash SD Card

To flash the SD card, you need to run this command

.. code-block:: bash
.. code-block:: bash
sudo KEYSTONE_PLATFORM=cva6 SD_DEVICE=/dev/sdb make flash
or, for the 32 bit version

.. code-block:: bash
.. code-block:: bash
sudo KEYSTONE_PLATFORM=cva6 KEYSTONE_BITS=32 SD_DEVICE=/dev/sdb make flash
Expand Down

0 comments on commit beb530d

Please sign in to comment.