Questions tagged [linux]

Linux is an UNIX like open source operating system written by Linus Torvalds. There is a spin-off of Linux OS for EE called "Fedora Electronics Lab". If your Linux question isn't electronics-related, ask on one of the other Stack Exchange sites. Stack Overflow, Unix & Linux or Super User are likely what you're looking for.

If your Linux question isn't electronics-related, ask on Stack Overflow, Unix & Linux or Super User.

Links

350 questions
2
votes
1 answer

Safe shutdown Embedded Linux on Power-Down

I am not very experienced with Embedded Linux, just some projects with the Raspberry Pi. I would like to know if there are any recommended ways to shutdown the Embedded Linux if the device's power is removed suddenly, or if common-practice is to…
mFeinstein
  • 4,333
  • 13
  • 47
  • 85
2
votes
1 answer

K150 PIC Programmer on linux with usbpicprog?

I'm to search a low cost PIC programmer to use with Debian Linux. On another post i see a comment about use the usbpicprog programs to write .hex files. With the usbpicprog.org softwares, you can write the .hex trought K150 on 16F628A in…
Elias Andrade
  • 81
  • 1
  • 4
0
votes
2 answers

Device tree binding: can not make work my touch device

I have a touchscreen that the touch pad doesn't work. It uses i2c. This is the driver: goodix.c. This is how I should add the node to the device tree: goodix.txt This is the device tree: imx6qdl-sb-fx6.dtsi And this is the node that I put as child…
anat0lius
  • 59
  • 2