http://www.switchdoc.com/weatherpiarduino-bare-board
I've been told that I've set up the hardware correctly but I'm getting the error and have spent the weekend researching this board and others on getting past this error.
I can say I've enabled i2c because it's set in raspi-connect, have successfully added a ds321 module and the following can be found in my /boot/config.txt
Code: Select all
dtparam=spi=on
dtparam=i2c_arm=oni2c_bcm2708 6252 0
spi_bcm2835 7948 0
bcm2835_gpiomem 3703 0
uname -a
Linux weather3 4.1.12+ #825 PREEMPT Fri Nov 6 17:53:21 GMT 2015 armv6l GNU/Linux
Reading up on device-tree, it was suggested that I add the below to /boot/config.txt
Code: Select all
device_tree=bcm2708-rpi-b-plus.dtb
device_tree_param=i2c1=on
device_tree_param=spi=onCode: Select all
dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait bcm2708.vc_i2c_override=1is an empty file
I've done a bunch of restarting, testing, isolating but clearly am overlooking something. Pls help me see what I'm not seeing, thx, sam