Skip to the content.

Driver installation

11 Jan 2019 Kazuyuki Takeda

Here, let us take a look at how to setup the computer, regarding:

We assume you already have an operational Opencore NMR hardware. We also assume that the eprom on the USB board has already been configured. For eprom configuration see the link.

Driver installation

The way that the driver is to be installed depends on the operating system (Linux, Mac, Windows).

Linux

Download a D2XX driver from FTDI, extract the downloaded file, and follow the instruction written in ReadMe.txt. That is:

To enable plug and play feature, follow what is written in USB Setup on Linux.

Mac

Download a D2XX driver from FTDI, extract the downloaded file, and follow the instruction written in ReadMe.rtf. That is, open a Terminal, and:

To disable the built-in driver, you may have to run
sudo kextunload -bundle com.apple.driver.AppleUSBFTDI every time you re-connect the USB cable. Whenever this operation is necessary, the console software gives you a message to do so.

Windows

Settings

Clone .opencorenmr to the home directory of your computer: https://github.com/opencorenmr/.opencorenmr.git

As a result, you will have .opencorenmr directory under your home directory:

.opnecorenmr directory contains:

as well as *.ini files. In gates there are .gates file, which we call *gate definition files. Descriptions on the gate definiton files will be presented elsewhere.