Commit 0eb078b7 authored by David B. Kinder's avatar David B. Kinder Committed by Anas Nashif
Browse files

doc: fix reference to nios2-configure-sof tool



Board documentaion for altera_max10 referenced the nios2-configure-sof
tool in arch/nios2/soc/nios2f-zephyr/cpu/ when this tool is actually
part of the Altera Quartus SDK (the .sof FPGA configuration files are
in this folder)

jira: ZEP-2006

Signed-off-by: default avatarDavid B. Kinder <david.b.kinder@intel.com>
parent fa4a3932
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -46,7 +46,8 @@ You will need the Altera Quartus SDK in order to work with this device. The
`Altera Lite Distribution`_ of Quartus may be obtained without
charge.

For convenience, once installed you should put the binaries provided by the SDK
For your convenience using the SDK tools (such as ``nios2-configure-sof``),
you should put the binaries provided by the SDK
in your path. Below is an example, adjust ALTERA_BASE to where you installed the
SDK:

@@ -92,11 +93,12 @@ like:
Reference CPU
=============

A reference CPU design of a Nios II/f core is included in the Zephyr tree. The
CPU may be found in the :file:`arch/nios2/soc/nios2f-zephyr/cpu` directory.
A reference CPU design of a Nios II/f core is included in the Zephyr tree
in the :file:`arch/nios2/soc/nios2f-zephyr/cpu` directory.

To flash this CPU, use the :file:`arch/nios2/soc/nios2f-zephyr/cpu/nios2-configure-sof`
tool:
Flash ths CPU using the ``nios2-configure-sof`` SDK tool with the FPGA
configuration file
:file:`arch/nios2/soc/nios2f-zephyr/cpu/ghrd_10m50da.sof`:

.. code-block:: console