Attention is currently required from: Anastasia Klimchuk.
Thomas Heijligen has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/75270 )
Change subject: doc: Add build instructions for NI-845x on Windows ......................................................................
doc: Add build instructions for NI-845x on Windows
Change-Id: I97ad08632f35aa241b3d19d9ce7711146e3f1f4a Signed-off-by: Thomas Heijligen thomas.heijligen@secunet.com --- M doc/dev_guide/building_from_source.rst 1 file changed, 17 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/70/75270/1
diff --git a/doc/dev_guide/building_from_source.rst b/doc/dev_guide/building_from_source.rst index ffb58a7..98360f3 100644 --- a/doc/dev_guide/building_from_source.rst +++ b/doc/dev_guide/building_from_source.rst @@ -19,9 +19,11 @@ * libusb1** * libftdi1** * libjaylink** +* NI-845x driver & library package ***
-| * optional, for building unit testing -| ** optional, depending on the selected programmer +| * optional, for building unit testing +| ** optional, depending on the selected programmer +| *** optional, proprietary and Windows only. (See Windows build instructions)
If you are cross compiling, install the dependencies for your target.
@@ -85,6 +87,9 @@ Install `MSYS2 https://www.msys2.org/`_ and ensure it is `fully updated https://www.msys2.org/docs/updating/`_.
* ``libpci`` is not available through the package manager and pci based programmer are not supported on Windows. + * ``ni845x_spi`` is only available with the proprietary library from National Instruments. Download and install the driver + from `ni.com https://www.ni.com/en-us/support/downloads/drivers/download.ni-845x-driver-software.html_` and build flashrom + for **32-bit**. Add ``-Dprogrammer=ni845x_spi`` to your meson configuration.
In the MINGW64 shell run::