Search found 1016 matches

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

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

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

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

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

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

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

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

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 ...
by nicolaiB
30 Apr 2025, 20:56
Forum: Software
Topic: 404 error on the apache server
Replies: 3
Views: 6603

Re: 404 error on the apache server

Move the rewrite block in your apache config outside of the Directory:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ /index.html [L]
</IfModule>

Also the .htaccess is redundant and not working unless you ...
by nicolaiB
30 Apr 2025, 10:04
Forum: Software
Topic: 404 error on the apache server
Replies: 3
Views: 6603

Re: 404 error on the apache server

Hi,

please share the configuration you did try.

Nicolai