1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-02 14:33:18 +02:00

doc: Add build instructions for NI-845x on Windows

Because this patch adds a new footprint level, Sphinx incorrectly
interprets the 3 asterisks (***) as the start of a bold block,
rather than a footnote marker. To work around this, use sphinx
built-in footprints.

Change-Id: I97ad08632f35aa241b3d19d9ce7711146e3f1f4a
Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.com>
Signed-off-by: Peter Marheine <pmarheine@chromium.org>
Signed-off-by: Alexander Goncharov <chat@joursoir.net>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/75270
Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Thomas Heijligen
2023-05-15 22:18:08 +02:00
committed by Anastasia Klimchuk
parent 81c3f31f90
commit c3f1c7507a
2 changed files with 25 additions and 8 deletions

View File

@ -21,6 +21,7 @@ Build instructions
* libusb (if you want FT2232, Dediprog or USB-Blaster support)
* libftdi (if you want FT2232 or USB-Blaster support)
* libjaylink (if you want support for SEGGER J-Link and compatible devices)
* NI-845x driver & library package (if you want support for NI-845x devices; uses a proprietary driver)
**Linux et al:**
@ -63,6 +64,15 @@ Build instructions
Install DirectHW from coresystems GmbH.
DirectHW is available at https://www.coreboot.org/DirectHW .
**To compile on Windows:**
Install MSYS tools (and the NI-845x drivers if desired) as described in
:ref:`installing-dependencies`.
To build with support for NI-845x::
make HAS_LIB_NI845X=yes CONFIG_NI845X_SPI=yes
**To cross-compile on Linux for DOS:**
Get packages of the DJGPP cross compiler and install them: