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?
Search found 1022 matches
- 06 May 2025, 12:25
- Forum: Software
- Topic: RevPi Connect 5: connected DIO leads to unexpected freezing/shutdown
- Replies: 1
- Views: 3791
- 02 May 2025, 22:34
- Forum: Software
- Topic: RevPI Connect-4 no RTC on Balena Cloud
- Replies: 12
- Views: 14953
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
Which image are you using? If it is the stock pi4 image, then you can enable the rtc via a custom overlay definition.
Nicolai
- 02 May 2025, 22:33
- Forum: Software
- Topic: mono platform
- Replies: 1
- Views: 3939
Re: mono platform
Yes, you can install any software you want (and is available for arm64 debian).
Nicolai
Nicolai
- 02 May 2025, 21:17
- Forum: Software
- Topic: Pi5 CANbus with Balena
- Replies: 7
- Views: 14185
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 ...
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 ...
- 30 Apr 2025, 20:56
- Forum: Software
- Topic: 404 error on the apache server
- Replies: 3
- Views: 6866
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 ...
<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 ...
- 30 Apr 2025, 10:04
- Forum: Software
- Topic: 404 error on the apache server
- Replies: 3
- Views: 6866
Re: 404 error on the apache server
Hi,
please share the configuration you did try.
Nicolai
please share the configuration you did try.
Nicolai
- 29 Apr 2025, 14:09
- Forum: Software
- Topic: SSH Password does not work
- Replies: 6
- Views: 9402
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.
Thus my suggestions is to open a terminal on the UI where you are logged in.
- 29 Apr 2025, 10:43
- Forum: Software
- Topic: SSH Password does not work
- Replies: 6
- Views: 9402
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
sudo passwd pi
Nicolai
- 24 Apr 2025, 08:50
- Forum: Hardware
- Topic: Module is NOT present, data is NOT present
- Replies: 10
- Views: 22762
Re: Module is NOT present, data is NOT present
Hi,
whats the state of the power LED of the AIO?
Nicolai
whats the state of the power LED of the AIO?
Nicolai
- 23 Apr 2025, 11:46
- Forum: Software
- Topic: Revpi isn't working correctly
- Replies: 4
- Views: 11644
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?