Explorar el Código

Ensure i2c is read/write

Bob Mottram hace 11 años
padre
commit
a3f20ac648
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      beaglebone.txt

+ 1
- 0
beaglebone.txt Ver fichero

@@ -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