0BUILD: add target to flash base image (bootloader).
This commit is contained in:
19
0BUILD
19
0BUILD
@@ -127,6 +127,25 @@
|
||||
Flashing hex file to AVR.
|
||||
</buildMessage>
|
||||
</buildFiles>
|
||||
|
||||
<buildFiles name="flash2" auto="FALSE" >
|
||||
<!-- TODO: input does not see built files! -->
|
||||
<input>
|
||||
<files match="*.hex" />
|
||||
</input>
|
||||
|
||||
<output>
|
||||
</output>
|
||||
|
||||
<cmd tool="$(avrdude)" checkDates="FALSE" >
|
||||
-p t84 -c stk500 -P /dev/ttyACM0 -B16 -U hfuse:w:0xD7:m -U efuse:w:0xFE:m -U flash:w:avr/att84_base.hex
|
||||
</cmd>
|
||||
|
||||
<buildMessage>
|
||||
Flashing BASE hex file to AVR.
|
||||
</buildMessage>
|
||||
</buildFiles>
|
||||
|
||||
</ifVarMatches>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user