아두이노에서 아두이노 부트로더를 통해 시리얼로 업로드 하는데
avrdude를 통해 사용할떄는 프로그래머 타입을 arduino로 설정을 한다.
avrdude: Version 6.0.1, compiled on Apr 15 2015 at 19:59:58 Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/ Copyright (c) 2007-2009 Joerg Wunsch System wide configuration file is "C:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf" Using Port : COM6 Using Programmer : arduino Overriding Baud Rate : 57600 AVR Part : ATmega328P |
2016/03/27 - [embeded/arduino(genuino)] - 아두이노 나노 - 시리얼 테스트
Binary sketch size: 1,084 bytes (of a 30,720 byte maximum) D:/arduino-1.0.4/hardware/tools/avr/bin/avrdude -CD:/arduino-1.0.4/hardware/tools/avr/etc/avrdude.conf -v -v -v -v -patmega328p -carduino -P.COM22 -b57600 -D -Uflash:w:C:/Users/aSensar/AppData/Local/Tempbuild1227546797508918322.tmpBlink.cpp.hex:i |
[링크 : http://asensar.com/article/program-arduino-with-avrdude.html]
라즈베리의 GPIO를 통해서 spi 통신을 하는건지
라즈베리의 spi로 avrisp를 흉내내는건진 잘 모르겠다.
[링크 : https://learn.adafruit.com/program-an-avr-or-arduino-using-raspberry-pi-gpio-pins/installation]
[링크 : https://www.arduino.cc/en/Hacking/Bootloader?from=Tutorial.Bootloader]
[링크 : http://svn.savannah.nongnu.org/viewvc/trunk/avrdude/arduino.c?revision=1321...p]
'embeded > arduino(genuino)' 카테고리의 다른 글
hoverlabs 사의 hover 제품 (0) | 2017.07.17 |
---|---|
아두이노 스켈레톤 코드 및 부트로더 (0) | 2017.02.11 |
pwm ppm decode (0) | 2016.11.28 |
arduino clcd (0) | 2016.11.25 |
arduino nano 스펙(PWM) (0) | 2016.11.25 |