diff --git a/content/hardware/08.edu/solution-and-kits/alvik/tutorials/01.getting-started/getting-started.md b/content/hardware/08.edu/solution-and-kits/alvik/tutorials/01.getting-started/getting-started.md index 1c2c802cb8..5b299e8692 100644 --- a/content/hardware/08.edu/solution-and-kits/alvik/tutorials/01.getting-started/getting-started.md +++ b/content/hardware/08.edu/solution-and-kits/alvik/tutorials/01.getting-started/getting-started.md @@ -208,11 +208,13 @@ Depending on how you configure Python on your machine. Run the following line to upload all files and download the dependencies needed to run the Arduino Alvik MicroPython library. Linux + ``` $ ./install.sh -p ``` Windows + ``` > install.bat -p ``` @@ -233,14 +235,17 @@ The `` is the name of the USB port that your computer assigned to t Linux + ``` $ ./flash_firmware.sh -p ``` Windows + ``` > flash_firmware.bat -p ``` + Answer `y` to flash firmware. ### Test @@ -470,3 +475,237 @@ Now you can open the Arduino Lab for MicroPython, connect Alvik and open the exa 7. Test `bender.py` Open the example called `bender.py`, launch it and see on your display the image of Bender's robot. + +