Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Installation is pretty easy:

Step 1:

Insert excerpt
ELEC:Module 1: SetupELEC:Module 1: SetupFirmware:Setup
Firmware:Setup

Step 2.

Follow the installation guide on the repository.

How to run? 

You must be still ssh'd into the box. If not, ssh into it again. 

Change your directory to the board_validation project: 

Code Block
cd /home/vagrant/shared/board_validation

And run the run.sh script:

Code Block
./run.sh

You will see an output like so: 

Code Block
(base) vagrant@midsunbox:~/shared/board_validation$ ./run.sh 
[INFO] Available scenarios: please input the number of the scenario that you would like to run. Type "exit" to stop. 
[INFO] [0]: Blinking LEDs 
[INFO] [1]: Tutorial Board: ADC 
[INFO] [2]: Tutorial Board: Button Press 

Make sure you have boards connected properly. The program will try and tell you if it cannot find the controller board.

Now you can follow the instructions given by the program. At each scenario, there will be a description of what you should expect to see.