Skip to content

Commit

Permalink
minor documentation fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkaindl committed Jun 23, 2013
1 parent 17da150 commit 9cb3a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -61,7 +61,7 @@ I've included more detailed steps below for the actual Linux distributions I am
2. Open the `rfm12b_config.h` file, read it carefully and edit the settings to your liking. Be especially sure to correctly choose the board you are building for.
3. Clone this repository and run `make`
4. Make sure that the RFM12B module is connect
5. Load the kernel driver for the SPI interface: `sudo modprobe spi-bcm27`
5. Load the kernel driver for the SPI interface: `sudo modprobe spi-bcm2708`
6. Load the RFM12B module: `sudo insmod rfm12b`.
7. Check the output of `dmesg` and look into `/dev` to make sure that the driver has been loaded successfully.

Expand Down

0 comments on commit 9cb3a0f

Please sign in to comment.