On Fri, Jan 24, 2014 at 7:33 AM, Robert Nelson <[email protected]>wrote:
> > 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.. > Forgot to mention that the PATH additions were correct, too. Thanks. > > > 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 > > I "upgraded" to 3.13 kernel and things are good there, too. I do get 2 spidev devices with group "spi" and 660 permissions with this kernel and dtbs. Mark > 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. > -- 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.
