DavidEGrayson / minimu9-ahrs

Program for reading data from the Pololu MinIMU-9 over I²C. Works on the Raspberry Pi and other embedded ARM Linux boards.
Other
167 stars 68 forks source link

Noob problem; don't know where to run the 'make' command #38

Closed PieterHeri closed 4 years ago

PieterHeri commented 4 years ago

Hi there,

As a beginner I am trying to install the minimu9-ahrs for the raw data. As I am walking through the steps, I face a slight problem.

At the moment my sensor is soldered well and I get an output from i2cdetect -y 1. But I don't know how to navigate to the top-level directory and run the 'make' command. Where should I type this? How can I navigate to the good place in the terminal?

Thanks in advance

DavidEGrayson commented 4 years ago

Use the cd command in shell to get into the directory where you downloaded the source code of this project.