Search found 1018 matches

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: 3454

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: 7
Views: 14064

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: 2
Views: 3051

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: 1
Views: 8169

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: 1
Views: 39868

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: 7
Views: 14064

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: 3669

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: 12
Views: 14629

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
by nicolaiB
02 May 2025, 22:33
Forum: Software
Topic: mono platform
Replies: 1
Views: 3907

Re: mono platform

Yes, you can install any software you want (and is available for arm64 debian).

Nicolai
by nicolaiB
02 May 2025, 21:17
Forum: Software
Topic: Pi5 CANbus with Balena
Replies: 7
Views: 14064

Re: Pi5 CANbus with Balena

Hi

there are several things:

- Connect 5 is using the mcp251863 controll, thus you need to use the mcp251xfd overlay
- Connect 5 uses a 20 MHz oscillator
- You must use the correct pins and SPI interface. The controller is connected to SPI1 with pin 11 as chip select (cs1)
- Controller for spi1 ...