Skip to content

Instantly share code, notes, and snippets.

@RickCarlino
Last active June 6, 2022 07:27
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save RickCarlino/0bf2198d6badfc05b002 to your computer and use it in GitHub Desktop.
Save RickCarlino/0bf2198d6badfc05b002 to your computer and use it in GitHub Desktop.
Getting AmForth Running on an Arduino Uno

AmForth on an Arduino (Linux / USBTiny programmer)

  1. Download AmForth source code
  2. cd into amforth-6.1/appl/arduino
  3. run sudo avrdude -p m328p -c usbtiny -U flash:w:uno.hex -U eeprom:w:uno.eep.hex -v
  4. Connect to the device with the following settings (I recommend CuteCom):
    • /dev/ttyACM0
    • 38400 baud
    • 8 data bits
    • 1 stop bit
    • no parity
    • LF line feed
  5. Should be good to go.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment