Search found 1018 matches

by nicolaiB
30 Apr 2025, 20:56
Forum: Software
Topic: 404 error on the apache server
Replies: 3
Views: 6651

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

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

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

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

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

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

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

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
by nicolaiB
22 Apr 2025, 21:17
Forum: Software
Topic: Code Example for ConCAN?
Replies: 15
Views: 19992

Re: Code Example for ConCAN?

Probably two modules from the same batch, yes. I will make a note with our docs team, that we mention this somehow in the documentation.
by nicolaiB
22 Apr 2025, 17:48
Forum: CODESYS
Topic: CodeSys Error when adding device
Replies: 3
Views: 12333

Re: CodeSys Error when adding device

You can find details for the beta with sp21 here viewtopic.php?t=4716