From bca913ca911fb882251f280df81a860b67487c82 Mon Sep 17 00:00:00 2001 From: David Oswald Date: Sat, 8 Oct 2016 13:29:25 +0100 Subject: [PATCH] Update GettingStarted.txt typos fixed --- Doc/DoxygenPages/GettingStarted.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/DoxygenPages/GettingStarted.txt b/Doc/DoxygenPages/GettingStarted.txt index 7e44157..36c1564 100644 --- a/Doc/DoxygenPages/GettingStarted.txt +++ b/Doc/DoxygenPages/GettingStarted.txt @@ -27,7 +27,7 @@ * After running this command you need to restart your Chameleon, e.g. by reattaching the Chameleon to the PC. * * ## Upgrade Procedure for Mac OS Users ## - * When running [Homebrew](https://brew.sh) you can install avrdude with `brew install avrdude`. After this change to the directory where you have saved the hex and eep files and run `sudo avrdude -c flip2 -p ATXMega128A4U -B 60 -P usb -U application:w:Chameleon-Mini.hex:i -U eeprom:w:Chameleon-Mini.eep:i`. + * When running [Homebrew](https://brew.sh) you can install avrdude with `brew install avrdude`. After this, change to the directory where you have saved the hex and eep files and run `sudo avrdude -c flip2 -p ATXMega128A4U -B 60 -P usb -U application:w:Chameleon-Mini.hex:i -U eeprom:w:Chameleon-Mini.eep:i`. * * ## Upgrade Procedure for Windows Users ## * For upgrading the firmware under Windows please @@ -40,5 +40,5 @@ * Finally, install the driver for Chameleon: * Download both [ChameleonDriver.inf](https://raw.githubusercontent.com/emsec/ChameleonMini/master/Driver/ChameleonDriver.inf) and [ChameleonDriver.cat](https://raw.githubusercontent.com/emsec/ChameleonMini/master/Driver/ChameleonDriver.cat) from the Drivers directory and install the INF file (right click -> install). * - * Now, Chameleon should appear in the Windows device manager and you should be able to open a terminal program such as TeraTerm and connect to the Chameleon-Mini via the COM port shown in the device manager. On Mac or Linux you can use screen (`screen /dev/tty.usbmodem1421`) to communication with your Chameleon. Further information about how to "talk" to the Chameleon can be found here: \ref Page_CommandLine. + * Now, Chameleon should appear in the Windows device manager and you should be able to open a terminal program such as TeraTerm and connect to the Chameleon-Mini via the COM port shown in the device manager. On Mac or Linux you can use screen (`screen /dev/tty.usbmodem1421`, please replace your device path with the appropriate one) to communicate with your Chameleon. Further information about how to "talk" to the Chameleon can be found here: \ref Page_CommandLine. */