Skip to content
Open
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
8 changes: 8 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,14 @@ Modify the `Makefile` to suit your needs:
* So `BOARD_TAG = pro` and `BOARD_SUB = 8MHzatmega328`
* `MONITOR_PORT` is the device full path (required if you want to upload to the board). An example is `/dev/tty.usbserial-A20356BI`

For the SAM (Arduino ARM boards), relevant informations can be found in the upstream Makefile [repository](https://github.com/sudar/Arduino-Makefile#arduino-arm-boards). It is important to use only the `BOARD_TAG` for board definitions which can be found in the `ARDUINO_PACKAGE_DIR`.

#### OS X
It is located at '/home/user/Library/Arduino15/packages'.

#### Linux
It is located at '/home/user/.arduino15/packages'.

### 5. Compile and upload your code

Then compile and upload your code to an **Arduino Uno**:
Expand Down