All rapyuta.io docs are open source. See something that's wrong or unclear? Submit a pull request.
Make a contributionThis tutorial helps you to prepare the following Raspberry PI device for onboarding in the rapyuta.io platform.
To prepare the UP board device, follow the instructions in sequence:
The custom rapyuta.io image comes with Ubuntu Xenial OS and ROS Melodic Morenia software installed on it. Moreover, the rapyuta.io tutorials are also installed on the custom image.
You may use nmap to determine the device IP. Replace 1.2.3.0/24 in the below command with your local IP address.
nmap -sn 1.2.3.0/24
To ensure that everything is OK, SSH into the device. Both the default username
and password for the custom image are rapyuta
. You are required to change the
password as soon as you sign in.
ssh rapyuta@1.2.3.0
To prepare the device, follow the instructions step-wise:
The custom rapyuta.io images come with Ubuntu Xenial OS and ROS Melodic Morenia software installed on them. Moreover, rapyuta.io tutorials are also installed on these custom images.
nmap -sn 1.2.3.0/24
To ensure that everything is working OK, SSH into the Raspberry PI using
the default username and password, both of which are set to rapyuta
.
You are required to change the password as soon as you sign in.
ssh rapyuta@1.2.3.0
Alternatively, you may use a serial terminal to achieve the same result.
Some platform services such as “native networks” require that cpuset and memory cgroups are enabled.
To achieve this add the following in /boot/cmdline.txt. cgroup_enable=cpuset cgroup_enable=memory cgroup_memory=1
After you successfully prepare the Raspberry PI device, you can onboard the device to the rapyuta.io platform. For more information about onboarding a device, click here