Difference between revisions of "Robotino Raspberry"

From RobotinoWiki
(=Disable console serial0)
Line 17: Line 17:
 
</pre>
 
</pre>
  
===Disable console serial0==
+
===Disable console serial0===
 
Edit /boot/cmdline.txt and remove console=....
 
Edit /boot/cmdline.txt and remove console=....
 
<pre>
 
<pre>

Revision as of 14:12, 2 April 2020

Introduction

Robotino raspberry 64.png This page explaines how you can use a Raspberry Pi to upgrade your Robotino v1 and Robotino v2. This enables you to use the latest Robotino software on your old Robotinos whose PC104 computer is not able to run current software versions. In addition the systems overall power consumption will decrease, your Robotino gets state of the art interfaces like USB3 and HDMI and the GPIOs can be used for further projects.

Software

Install Raspbian on your Raspberry Pi. Include the Debian Buster repository for Robotino.

apt-get update
apt-get install robotino-daemons

On Robotino v1 and v2 you have to enable the controld2 service.

systemctl enable controld2.service

Disable console serial0

Edit /boot/cmdline.txt and remove console=....

systemctl stop serial-getty@ttyS0.service
systemctl disable serial-getty@ttyS0.service

Reboot.

Hardware