Questions tagged [upsquared]

UpSquared is the one of world’s fastest x86 pro maker board based on the latest Intel platform Apollo Lake. Simply, UpSquared is a maker board.

5 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
2
votes
0 answers

how to increase spidev bus speed

I want to communicate through SPI from an Up2 6000 and a microcontroller. On the Up2 I am using Ubuntu 20.04 with kernel 5.13 and the PREEMT_RT patch. Linux up 5.13.0-rt1 #1 SMP PREEMPT_RT Thu Oct 13 12:09:18 CEST 2022 x86_64 x86_64 x86_64…
afvmil
  • 362
  • 3
  • 11
0
votes
0 answers

How do I read and program the Up Squared V2 board using external EEPROM programmer?

I have an Up Squared V2 board and I need to be able to read and program the UEFI/BIOS using an external EEPROM programmer. I have a CH341A programmer (https://instructables.com/CH341A-Programmer/) with a 1.8V adapter (the NOR Flash on the Up Squared…
0
votes
0 answers

UP Squared GPIO Pins don't read out right

I'm currently working on an autonomous robot. When we started we used a Raspberry Pi to collect data from our rotary encoders on the GPIO pins. We wrote a python file that perfectly read out 73.736 pulses when we rotated our wheel exactly 1 time. We…
0
votes
2 answers

How to get data of BH1750 (light sensor) via on I2C interface using i2c-tools

I am trying to use BH170FVI sensor via on I²C interface on Ubuntu-16.04. My board is UpSquared not Raspberry. To be able to use i2c interface, I installed i2c-tools. I also controlled BMI160 sensor with this tool before without meeting a…
Yunus Temurlenk
  • 4,085
  • 4
  • 18
  • 39