Difference between revisions of "Omegix/USB Auth 1.7"
From Makers Local 256
m (→Steps Taken: edited steps) |
m (→Steps Taken: added specialty step) |
||
Line 13: | Line 13: | ||
# Installed Raspbian on a 16GB SD memory card | # Installed Raspbian on a 16GB SD memory card | ||
# [http://learn.adafruit.com/adafruits-raspberry-pi-lesson-4-gpio-setup/configuring-i2c Followed this guide to get I2C available] | # [http://learn.adafruit.com/adafruits-raspberry-pi-lesson-4-gpio-setup/configuring-i2c Followed this guide to get I2C available] | ||
+ | #* Used [http://www.raspberrypi.org/phpBB3/viewtopic.php?f=66&t=34611&p=293472&hilit=cpuinfo#p293472 this article] to determine that I had a 256MB Model B RaspberryPi. This is important, because when checking i2cdetect I have to use "-y 0" instead of the "-y 1". | ||
== Resources == | == Resources == |
Revision as of 18:18, 9 May 2013
Creator: |
Overview
- RaspberryPi
- Running Rasbpian
- ssh raspberrypi.local
- Running Rasbpian
Steps Taken
- Installed Raspbian on a 16GB SD memory card
- Followed this guide to get I2C available
- Used this article to determine that I had a 256MB Model B RaspberryPi. This is important, because when checking i2cdetect I have to use "-y 0" instead of the "-y 1".