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:
2
bootloader/program.bat
Executable file
2
bootloader/program.bat
Executable 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
|
Reference in New Issue
Block a user