Scroll to navigation

SNEK-DUEMILANOVE-INSTALL(1) General Commands Manual SNEK-DUEMILANOVE-INSTALL(1)

NAME

snek-duemilanove-instal - Install Snek to Duemilanove

SYNOPSIS

snek-duemilanove-install [OPTION]... [COMMAND]

DESCRIPTION

snek-duemilanove-install installs the Snek programming language on an ATmega328P Arduemilanove Duemilanove board using the Optiboot boot loader.

OPTIONS

Specifies the hex file to load to the board. The default is the currently installed version of Snek.
Specifies the serial port to use. The default is /dev/ttyUSB0.

OPTIBOOT

Snek for the Duemilanove requires you to first install Optiboot on your device. You can use the Arduino IDE to install Optiboot on your Duemilanove. Follow the instructions on the Optiboot web site: https://github.com/Optiboot/optiboot to learn how to do that.

AUTHOR

Keith Packard

snek-duemilanove-install