Questions tagged [upboard]

3 questions
4
votes
1 answer

Use GPIO as chip select for SPI ACPI overlay

I want to use a GPIO pin as a new chip select for SPI on an Up Squared board. The Up squared uses an Intel Pentium N4200, so it's a x86 machine. I have managed to this on a Raspberry Pi by using Device Tree Overlays but as this is an x86 machine I…
afvmil
  • 362
  • 3
  • 11
1
vote
0 answers

How can I log power consumption on the UP board?

In the project related to image detection, I use UP-Board with the Intel CPU. There is also mounted camera via USB and Coral's USB Edge TPU for accelerate inferences of ML model. In some situations, the board turns off. It seems to me that this is…
0
votes
1 answer

Upboard can not acces pins

I have 2 different intel UpBoards. Both have 40 pins. I have tried to access pins using: echo 26 > /sys/class/gpio/export echo out > /sys/class/gpio/gpio26/direction echo 1 > /sys/class/gpio/gpio26/value These commands let us to configure…
Yunus Temurlenk
  • 4,085
  • 4
  • 18
  • 39