1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Added bootloader files and the programming commands

including the script which sets the correct fuses
currently working only on mac os x but easy to port
to windows/linux
This commit is contained in:
Massimo Banzi
2005-09-14 17:04:31 +00:00
parent 5432861f2a
commit 15ae9ab1b0
9 changed files with 828 additions and 300 deletions

2
bootloader/program.bat Executable file
View File

@ -0,0 +1,2 @@
..\wiringlite\bin\uisp -dpart=ATmega8 -dprog=stk500 -dserial=com1 -dspeed=115200 --wr_fuse_l=0xdf --wr_fuse_h=0xc8
..\wiringlite\bin\uisp -dpart=ATmega8 -dprog=stk500 -dserial=com1 -dspeed=115200 --erase --upload --verify if=ATMegaBOOT.hex