Search found 3 matches

by BenjaminKlostermann
11 Dec 2025, 11:46
Forum: Software
Topic: Docker tutorial error
Replies: 2
Views: 13592

Docker tutorial error

Hello Kunbus Team,

the docker setup tutorial https://revolutionpi.com/de/tutorial/docker has a flaw, in step 3 there should be no duckfoots at the $VERSION_CODENAME.
-> this would be correct:
echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download ...
by BenjaminKlostermann
03 Jul 2025, 09:28
Forum: Hardware
Topic: CAN permanent on
Replies: 2
Views: 8065

Re: CAN permanent on

Thanks for responding, yeah that is what I also thought, but because we have to modifiy the rate and termination dynamically we choose a different way because for the described way we would need sudo for any changes on the bitrate/termination.
We made some entries in the sudoers file so we can run ...
by BenjaminKlostermann
30 Jun 2025, 16:54
Forum: Hardware
Topic: CAN permanent on
Replies: 2
Views: 8065

CAN permanent on

I use the internal CAN from the revpi 5s and I did set the vorrect configuration via the commands:

sudo ip link set can0 up type can bitrate 250000
and:
sudo ip link set dev can0 type can termination 120

communication is working and everything is fine but after restarting the revpi everything is ...