avrdude: Version 5.10, compiled on Jun 29 2010 at 03:44:14 Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/ Copyright (c) 2007-2009 Joerg Wunsch
System wide configuration file is "/opt/mpide/hardware/tools/avrdude.conf" User configuration file is "/home/benderamp/.avrduderc" User configuration file does not exist or is not a regular file, skipping
Using Port : /dev/ttyUSB0 Using Programmer : stk500v2 Overriding Baud Rate : 115200 avrdude: stk500_2_ReceiveMessage(): timeout
В этот момент нужно нажать кнопку reset на плате - процесс почти сразу продолжится. Второй раз как уже было выше - в конце - программа начинает работать, нужно просто нажать ctrl+c.
no subject
Date: 2012-11-18 12:38 (UTC)Перепрошивка сопровождается 2мя таймаутами - первый раз перед началом:
/opt/mpide/hardware/tools/avrdude -C /opt/mpide/hardware/tools/avrdude.conf -P /dev/ttyUSB0 -c stk500v2 -p pic32 -b 115200 -v -U flash:w:test-leds.hex:i
avrdude: Version 5.10, compiled on Jun 29 2010 at 03:44:14
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg Wunsch
System wide configuration file is "/opt/mpide/hardware/tools/avrdude.conf"
User configuration file is "/home/benderamp/.avrduderc"
User configuration file does not exist or is not a regular file, skipping
Using Port : /dev/ttyUSB0
Using Programmer : stk500v2
Overriding Baud Rate : 115200
avrdude: stk500_2_ReceiveMessage(): timeout
В этот момент нужно нажать кнопку reset на плате - процесс почти сразу продолжится. Второй раз как уже было выше - в конце - программа начинает работать, нужно просто нажать ctrl+c.