Menu

#253 bug in avrisp.extra for avrdude

open
nobody
TinyOS 2.x (11)
5
2008-09-12
2008-09-12
alexmajy
No

in file tinyos-2.x/support/make/avr/avrisp.extra line 16:

PROGRAMMER_FLAGS = -cstk500 -P$(MIB510)

should be:

PROGRAMMER_FLAGS = -cstk500 -P$(AVRISP) ...

================
If it is not changed, you would fail to program your avr mote with command such as, "make micaz install avrisp,COM1".

Discussion

  • alexmajy

    alexmajy - 2008-09-12
    • summary: avrisp.extra --> bug in avrisp.extra for avrdude
     
  • alexmajy

    alexmajy - 2008-09-12

    If it is not changed, you would fail to program ( using avrdude ) your avr mote with command such as, "make micaz install avrisp,COM1".