예전에 적었던 건데.. 한번쯤은 올려 봐야겟지?
아무튼 부트로더를 올릴려면 ISP 프로그래머가 반드시 필요 하다고 한다.
Burning the Bootloader
To burn the bootloader, you'll need to buy an AVR-ISP (in-system programmer), USBtinyISP or build a ParallelProgrammer. The programmer should be connected to the ICSP pins (the 2 by 3 pin header) - make sure you plug it in the right way. The board must be powered by an external power supply or the USB port.
[링크 : https://www.arduino.cc/en/Hacking/Bootloader?from=Tutorial.Bootloader]
[링크 : https://github.com/arduino/Arduino/tree/master/hardware/arduino/avr/bootloaders]
Self Programming
[링크 : http://www.atmel.com/images/doc1644.pdf]
Serial Bootloader User Guide
[링크 : http://www.atmel.com/images/...serial-bootloader-user-guide_application-note.pdf]
'embeded > arduino(genuino)' 카테고리의 다른 글
아두이노 나노 pinout / atmega328p (0) | 2016.03.30 |
---|---|
아두이노 avr 헤더사용하기 / PUD (0) | 2016.03.30 |
arduino i2c 예제 (0) | 2016.03.30 |
아두이노 on ubuntu 15.10 (0) | 2016.03.28 |
아두이노 빌드 프로세스 & c/cpp (0) | 2016.03.28 |