Skip to content

Arduino megaTinycore (working environment)

  • Arduino 1.18.13
  • megaTinycoe 2.2.9
    • Boards Manager URLs: http://drazzy.com/package_drazzy.com_index.json
  • board: ATtiny3216
  • sketch: 3216.echo

Mac

intel_mac_Catalina10.15.7

Windows

Parallels Windows10 on intel_mac

Bootcamp Windows10 on intel_mac

If not working -> pyupdi

build.path

add build.path to preferences.txt

Mac

1
build.path=/Users/yuichi/Arduino/build

WIndows

1
build.path=C:¥Users¥y2miy¥Arduino¥build

pyupdi

1
2
3
4
5
6
7
$ cd ~/Arduino/build

$ pyupdi
usage: pyupdi [-h] -d
$ pyupdi -d tiny3216 -c /dev/tty.usbserial-D307RGA2 -b 57600 -f hello.t3216.echo.ino.hex -v

$ python3 pyupdi.py -d tiny3216 -c /dev/tty.usbserial-D307RGA2 -b 57600 -f hello.t3216.echo.ino.hex -v

Last update: March 18, 2021