Skip to content

Commit

Permalink
Update 1_0_20_duckiebot_initialization-db18.md
Browse files Browse the repository at this point in the history
typo and first connection command
  • Loading branch information
tanij committed Feb 26, 2019
1 parent e799b0a commit a105b59
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,19 +78,25 @@ Warning: Don't charge the battery while you are doing the initialization (or in

You should immediately see the **green** light next to where the SD card was inserted start to blink with activity.

If not, stop, as there is a problem with the SD card (or possibly the PI, but this is unlikely).
If not, stop, as there is a problem with the SD card initialization (or possibly the PI, but this is unlikely).

Warning: Allow the robot time to boot. On first boot it may take up to 5 mins or more since some things are being configured.

Do not power the robot off (by holding the battery button) while this is in process.


You know that your Pi has successfully booted when you are able to ping your robot with the command bellow or with some method in [](#duckiebot-network):
You know that your Pi has successfully booted when you are able to ping your robot with the command below or with some method in [](#duckiebot-network):

```
laptop $ ping ![hostname].local
```

or

```
laptop $ ping ![hostname].localdomain
```

Note that you should be connected to the same network as the robot in order to do that. If you are using a virtual machine you should use Bridged connection (typically NAT is used by default).

You should see output similar to the following:​
Expand Down

0 comments on commit a105b59

Please sign in to comment.