Skip to content

Commit 78d77df

Browse files
Filipgitbook-bot
authored andcommitted
GITBOOK-33: No subject
1 parent 6fa6bf1 commit 78d77df

2 files changed

Lines changed: 34 additions & 1 deletion

File tree

docs/.gitbook/assets/image (4).png

85 KB
Loading

docs/controller/os.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,38 @@ Sevice mode is used for backing up the operating system, uploading new OS images
3939
* Turn off the controller
4040
* Press and hold the _SERVICE_ button on your controller (usually located next to USB labels)
4141
* Turn on the controller while still hodling the _SERVICE_ button
42-
* Release the _SERVICE_ button when all the LEDs start blinking periodically
42+
* Release the _SERVICE_ button when all the LEDs start blinking periodically (except for _PWR_ and _RUN_)
4343

44+
### IP address
45+
46+
In service mode, the controller will try to obtain an IP address from DHCP server, if there is one on the network. To find your controller's IP address, you can use [nmap](https://nmap.org/).
47+
48+
```bash
49+
sudo nmap -sn <local network IP address>/<mask> # e.g. sudo nmap -sn 10.0.0.0/24
50+
```
51+
52+
This will scan the network and list all found devices. Search for the line that includes your controller's MAC address (can be found on the box). The controller's IP address will be printed above that.
53+
54+
The controller will also have a static IP address `192.168.200.200/24`. You can use this by setting you PC's IP address to `192.168.200.100/24` and then connecting to the controller.
55+
56+
### Service Mode Web Interface
57+
58+
Service mode provides a comprehensible web interface. To use this interface simply enter your controller's IP addres into your browser. Make sure that the controller is connected to the same network as your computer.
59+
60+
<figure><img src="../.gitbook/assets/image (4).png" alt=""><figcaption></figcaption></figure>
61+
62+
## Updating the OS
63+
64+
{% hint style="warning" %}
65+
Updating the OS will delete all your saved data on the controller
66+
{% endhint %}
67+
68+
Use this guide to install the latest version of Robopipe OS on your device.
69+
70+
* Start your controller in [service mode](os.md#service-mode)
71+
* Download the [latest release of Robopipe OS](https://github.com/Robopipe/OS/releases/latest)
72+
* Donwload the **archive.swu** file
73+
* Open the service mode website in your browser
74+
* Enter the IP address of your controller into your browser (check the [guide above ](os.md#ip-address)to see how to find your controller's IP address)
75+
* Upload the archive.swu file into the Software Update window
76+
* Drag and drop the file into the window or click on the window and select the file from your files

0 commit comments

Comments
 (0)