Raul Victor Trombin

Results 25 comments of Raul Victor Trombin

I have an i2c sensor reading, and was not measuring if they are valid or get some error during the sampling. It can shows a false upgrade performance on errors...

many thanks [schnerring](https://github.com/schnerring), using this method based on GITHUB_OUTPUT it worked beetwen different jobs, thkns! None of the other methods worked, maybe because I'm triggering by a tag? Then apparently...

@stexa thks! Will try this on my runners, I also found a `--no-run` option for cargo bench docs, will try mix both and see if it works.

But it could break any other images that uses the rpi 32-bit as base image. Could the 32-bit versions just come with `arm_64bit=0`, like the 64-bit versions already comes with...

I was having same issue running my libs, And if i run: `sudo WANT_64BIT=0 rpi-update` The system wont boot anymore after reboot. with normal update, the @pelwell method, arm_64bit=0 >...

@pelwell For the upgrade process, Can't we add a kind of `if (uname -a == armv7) `then `sed into config.txt with arm_64=0` Do we have exactly which raspberry version it...

@gleich Which kernel are you using? I noticed some issues when use the 6.x kernel. Idkw, but in the previous ones I don't have this issue.

Had an issue moving to new raspbian kernel. Previously on raspbian with 5.1 kernel I was able to control the spi through cs on pins 16,17 /boot/config.txt: `dtoverlay=spi1-3cs` on my...

Thanks @Ladvien, finally managed how to do this, reading the example I was able to replicate for my own decoder type. I strong believe it deserves a space on ./examples/...