From 519b505106369b73699ac6d680835761cb6c57c0 Mon Sep 17 00:00:00 2001 From: shrkey Date: Sat, 29 Oct 2016 22:08:38 +0100 Subject: [PATCH] reboot step --- 640.md | 4 ++++ escape.md | 6 +++++- soar.md | 6 +++++- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/640.md b/640.md index 9df954a..277092e 100644 --- a/640.md +++ b/640.md @@ -150,6 +150,10 @@ This time when you are returned to the main menu, move down to the *Finish* opti You have now enabled the interfaces you need to use your board. +## Reboot your Pi + +Once you have enabled the interfaces you will need to reboot your Raspberry Pi so that the required libraries can be loaded. This is an important step and your code won't run correctly without it. + # Wiring up the 640 board Now that we have your 640 board and Raspberry Pi setup, it's time to connect some motors and servos to it. diff --git a/escape.md b/escape.md index b14fe6c..61d78a4 100644 --- a/escape.md +++ b/escape.md @@ -40,7 +40,7 @@ The power connection should accept 5v DC - the power you connect here is isolate ### Expansion area -![640 Motors](/images/escape-expansionarea.png) +![ESCAPE Expansion](/images/escape-expansionarea.png) This area to the right of the board is for adding extra expansion boards to increase the functionality available to you. For more information on adding expansion boards [look here](/expansionadding.html) @@ -176,6 +176,10 @@ This time when you are returned to the main menu, move down to the *Finish* opti You have now enabled the interfaces you need to use your board. +## Reboot your Pi + +Once you have enabled the interfaces you will need to reboot your Raspberry Pi so that the required libraries can be loaded. This is an important step and your code won't run correctly without it. + # Wiring up the ESCAPE board Now that we have your ESCAPE board and Raspberry Pi setup, it's time to connect some motors and servos to it. diff --git a/soar.md b/soar.md index cc83222..8ded594 100644 --- a/soar.md +++ b/soar.md @@ -66,4 +66,8 @@ Now we'll need to enable the SPI interface, so move down to the *SPI* menu and p When you are returned to the main menu, move down to the *Finish* option (pressing the right arrow key twice will get you there) and press enter. -You have now enabled the interface you need to use your board. \ No newline at end of file +You have now enabled the interface you need to use your board. + +## Reboot your Pi + +Once you have enabled the interfaces you will need to reboot your Raspberry Pi so that the required libraries can be loaded. This is an important step and your code won't run correctly without it. \ No newline at end of file