Parcourir la source

Ensure i2c is read/write

Bob Mottram il y a 11 ans
Parent
révision
a3f20ac648
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      beaglebone.txt

+ 1
- 0
beaglebone.txt Voir le fichier

@@ -530,6 +530,7 @@ DEVICE=/dev/hashletrng
530 530
 
531 531
 # create a device
532 532
 if [ ! -e ${DEVICE} ]; then
533
+  chmod o+rw /dev/i2c*
533 534
   mknod ${DEVICE} p
534 535
 fi
535 536