Search found 1010 matches

by nicolaiB
09 May 2025, 08:42
Forum: Software
Topic: RevPI Connect-4 no RTC on Balena Cloud
Replies: 10
Views: 3808

Re: RevPI Connect-4 no RTC on Balena Cloud

piControl needs other device tree related configuration. The easiest solution is

BALENA_HOST_CONFIG_dtoverlay="revpi-connect4"

which also takes care of the rtc, ios etc.

Nicolai
by nicolaiB
08 May 2025, 15:07
Forum: Software
Topic: RevPI Connect-4 no RTC on Balena Cloud
Replies: 10
Views: 3808

Re: RevPI Connect-4 no RTC on Balena Cloud

Hi Jack,

the digital output is internally connected to GPIO16 (digital input is GPIO 6) and can be accessed via the usual gpio tools (like gpiod).

Nicolai
by nicolaiB
08 May 2025, 15:04
Forum: Software
Topic: RevPi 4 bux fixes nicht möglich "das Anwenden der updates ist fehlerhaft"
Replies: 2
Views: 660

Re: RevPi 4 bux fixes nicht möglich "das Anwenden der updates ist fehlerhaft"

Hallo Tim,

lassen sich die Updates installieren, wenn du auf der Kommandozeile folgenden Befehl ausführst?

Code: Select all

sudo apt dist-upgrade
Den Befehl kannst du z.B. auch im Terminal in der Weboberfläche durchführen.

Nicolai
by nicolaiB
08 May 2025, 15:00
Forum: Software
Topic: Pi5 CANbus with Balena
Replies: 5
Views: 7099

Re: Pi5 CANbus with Balena

Please double check the overlay names. In your log file the error is about spi 0 and not 5.

Nicolai
by nicolaiB
08 May 2025, 14:35
Forum: Software
Topic: Using the RevolutionPi OS lite image on a RPi 4B
Replies: 1
Views: 377

Re: Using the RevolutionPi OS lite image on a RPi 4B

Technically this should be possible.

Nicolai
by nicolaiB
07 May 2025, 08:53
Forum: Neuigkeiten & Ankündigungen
Topic: Bookworm 04/2025
Replies: 0
Views: 1006

Bookworm 04/2025

Liebe Community,

wir freuen uns, die Veröffentlichung des Bookworm-Images 04/2025 ankündigen zu können. Die Images (Standard- und Lite-Version, 64-Bit) stehen in unserem Download-Bereich zur Verfügung: https://revolutionpi.com/en/support/downloads#c1069

- 250430-revpi-bookworm-arm64-default.zip ...
by nicolaiB
07 May 2025, 08:50
Forum: News & Announcements
Topic: Bookworm 04/2025
Replies: 0
Views: 5043

Bookworm 04/2025

Dear Community,

we are pleased to announce the release of Bookworm image 04/2025. You can get the images (default and lite, 64-bit version) in our download area: https://revolutionpi.com/en/support/downloads#c1069

- 250430-revpi-bookworm-arm64-default.zip
- 250430-revpi-bookworm-arm64-lite.zip ...
by nicolaiB
06 May 2025, 12:29
Forum: Software
Topic: Pi5 CANbus with Balena
Replies: 5
Views: 7099

Re: Pi5 CANbus with Balena

CAN1 is attached to spi5 with irq=25, miso=13, mosi=14, clk=15 and cs=12

https://gitlab.com/revolutionpi/linux/-/blob/revpi-6.6/arch/arm/boot/dts/overlays/revpi-connect5-can-can-overlay.dts#L137

This would result in


"spi5-1cs","mcp251xfd,spi5-1,interrupt=25,oscillator=20000000"


Nicolai
by nicolaiB
06 May 2025, 12:25
Forum: Software
Topic: RevPi Connect 5: connected DIO leads to unexpected freezing/shutdown
Replies: 1
Views: 522

Re: RevPi Connect 5: connected DIO leads to unexpected freezing/shutdown

Hi

Does an attached monitor show any errors? Is the system only unavailable via network or also unresponsive via monitor / usb keyboard?

Nicolai

P.S: Why do you need to update the rfs via rsync?
by nicolaiB
02 May 2025, 22:34
Forum: Software
Topic: RevPI Connect-4 no RTC on Balena Cloud
Replies: 10
Views: 3808

Re: RevPI Connect-4 no RTC on Balena Cloud

Hi

Which image are you using? If it is the stock pi4 image, then you can enable the rtc via a custom overlay definition.

Nicolai