DOKK / manpages / debian 12 / snek / snek-uno-install.1.en
SNEK-UNO-INSTALL(1) General Commands Manual SNEK-UNO-INSTALL(1)

snek-uno-instal - Install Snek to Uno

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

snek-uno-install installs the Snek programming language on an ATmega328P Uno board using the Optiboot boot loader.

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/ttyACM0.
Specifies which micro controller to expect to find on the board. Some boards have m328 while others have m328p. The default is m328p, but if you get an error message indicating a mismatch, you can try the other.

Snek for the Uno requires Optiboot. If your board does not already have Optiboot, you can use the Arduino IDE to install Optiboot on your Uno. Follow the instructions on the Optiboot web site: https://github.com/Optiboot/optiboot to learn how to do that.

Keith Packard

snek-uno-install