aboutsummaryrefslogtreecommitdiff
path: root/forth/README.md
blob: caef0705a9124536eb0a86ea8503c51643f82937 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# http://flashforth.com/

git@github.com:oh2aun/flashforth.git

# flash chip:

/Applications/Arduino.app/Contents/Java/hardware/tools/avr/bin/avrdude \
       -C/Applications/Arduino.app/Contents/Java/hardware/tools/avr/etc/avrdude.conf \
       -v -p m328p -c avrisp -P /dev/cu.usbmodem1411 -b 19200 -e -u \
       -Uflash:w:ff_uno.hex:i -Uefuse:w:0x07:m -Uhfuse:w:0xda:m -Ulfuse:w:0xff:

# baud rate

9600