Search found 1010 matches

by nicolaiB
02 May 2025, 22:33
Forum: Software
Topic: mono platform
Replies: 1
Views: 1830

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: 6
Views: 8543

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

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

Re: 404 error on the apache server

Hi,

please share the configuration you did try.

Nicolai
by nicolaiB
29 Apr 2025, 14:09
Forum: Software
Topic: SSH Password does not work
Replies: 6
Views: 4159

Re: SSH Password does not work

You wrote: " The RevPi is configured for bot options with B4-Desktop Autologin Auto GUI and automatically logged as a pi user."

Thus my suggestions is to open a terminal on the UI where you are logged in.
by nicolaiB
29 Apr 2025, 10:43
Forum: Software
Topic: SSH Password does not work
Replies: 6
Views: 4159

Re: SSH Password does not work

If you are logged in automatically you can try to reset the password like this:

sudo passwd pi

Nicolai
by nicolaiB
24 Apr 2025, 08:50
Forum: Hardware
Topic: Module is NOT present, data is NOT present
Replies: 10
Views: 17916

Re: Module is NOT present, data is NOT present

Hi,

whats the state of the power LED of the AIO?

Nicolai
by nicolaiB
23 Apr 2025, 11:46
Forum: Software
Topic: Revpi isn't working correctly
Replies: 4
Views: 5771

Re: Revpi isn't working correctly

So if you leave the monitor and keyboard attached to the revpi (and ideally run `dmesg -w` on the terminal), do you see any errors?
by nicolaiB
23 Apr 2025, 11:21
Forum: Software
Topic: Revpi isn't working correctly
Replies: 4
Views: 5771

Re: Revpi isn't working correctly

Did you try to connect it to a monitor with an usb keyboard attached?
by nicolaiB
23 Apr 2025, 08:45
Forum: Hardware
Topic: Access to IO's in a fast way
Replies: 3
Views: 5354

Re: Access to IO's in a fast way

Hi Raphael,

can you please share your Code / an example how to access the IOs? As alternative to revpimodio2 you can access the IOs directly via gpiod / iio sysfs.

Nicolai