diff options
-rw-r--r-- | bus.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ static int devmemfd = -1; static bool util_isbeaglebone() { - int fd = open("/sys/kernel/debug/omap_mux/board/core", O_RDONLY); + int fd = open("/sys/devices/avtech.9/modalias", O_RDONLY); close(fd); return fd > -1; } |