> I made a new SD card using setup_card.sh and it boots fine. > > Verified new groups in both default debian and new user accounts. Ran Python > script to drive i2c LED matrix as non-root user.
Sweet! That's what we wanted.. > There are no /dev/spidev entries with this release: yeah you need to load the spidev cape.. I'm pretty sure the below will take care of the user permissions (spi group) for any /dev/spidev debian@beaglebone:~$ cat /etc/udev/rules.d/50-spi.rules KERNEL=="spidev*", GROUP="spi", MODE="0660" > > mark@markbbb:~% uname -a > Linux markbbb 3.8.13-bone37 #1 SMP Thu Jan 23 00:56:41 UTC 2014 armv7l > GNU/Linux > mark@markbbb:~% cat /proc/cmdline > console=ttyO0,115200n8 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait > fixrtc ip= quiet init=/lib/systemd/systemd > mark@markbbb:~% cat /etc/dogtag > BeagleBoard.org BeagleBone Debian Image 2014-01-22 > Thanks! Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
