Skip to content

Instantly share code, notes, and snippets.

@exarkun
Created November 21, 2018 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save exarkun/f725f589f46903a4d4f7bfb883bc1ff2 to your computer and use it in GitHub Desktop.
Save exarkun/f725f589f46903a4d4f7bfb883bc1ff2 to your computer and use it in GitHub Desktop.
openat(AT_FDCWD, "/dev/mem", O_RDWR|O_SYNC|O_CLOEXEC) = 3
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_SHARED, 3, 0x20200000) = -1 EPERM (Operation not permitted)
write(2, "wiringPiSetup: mmap (GPIO) faile"..., 59wiringPiSetup: mmap (GPIO) failed: Operation not permitted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment