Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions XTMax/Code/XTMax/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# XTMax Firmware

## Prerequisites

This procedure assumes a modern Windows operating system.

Please follow the instructions to download and [install Teensyduino](https://www.pjrc.com/teensy/td_download.html) (which is two programs: the Arduino IDE and the Teensy board support package).

## Building and deploying

1) Open the Arduino IDE and load the `XTMax.ino` file.

2) Under `Tools` -> `Board` select `Teensy` then `Teensy 4.1`.

3) Under `Tools` -> `Optimize` select `Fastest`.

4) Under `Tools` -> `CPU Speed` select `912 MHz`.

5) Connect your Teensy via USB. **It is recommended that you remove the Teensy from the XTMax or remove the XTMax from the host ISA computer to avoid back-driving from USB.**

6) Under `Sketch` select `Upload`.

7) Put the Teensy and/or XTMax back into the host ISA compute and enjoy!

## Using XTMax and its drivers

See [these instructions](../../Drivers/README.md).