Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents


Installing NXDRV-SPI-Driver on a Raspberry Pi

...

Code Block
languagebash
themeFadeToGrey
pi@raspberrypi:~/V2.1.1.0/V2.1.1.0/driver/libcifx/build $ make all
pi@raspberrypi:~/V2.1.1.0/V2.1.1.0/driver/libcifx/build $ make install


Create the necessary links and cache to the most recent shared libraries found.

Code Block
languagebash
themeFadeToGrey
$ sudo ldconfig 

Compiling the example programs

...