2011-02-04から1日間の記事一覧

秋月AE-ATMega(ATmega328P)に、avrdudeを使って arduino bootloader 書き込み

4っつのステップstep1) unlocking the bootloader section of the chipstep2) setting the the fuses on the chipstep3) uploading the bootloader code to the chipstep4) locking the bootloader section of the chip.の順番でやっていきます。 後半戦の参…

ATmega328Pにarduinoブートローダを書くための情報

4っつのステップ step1) unlocking the bootloader section of the chip step2) setting the the fuses on the chip step3) uploading the bootloader code to the chip step4) locking the bootloader section of the chip.328pのコンフィグファイルは以下…

avrdude 初めの一歩

work spaceに avrdude.confをおき、 1) m328pの記述を確認 2) diecimilaの記述を確認。 [hirasawa@deb505-64-32 avrdude-5.10]$ pwd /home/hirasawa/Desktop/avr-dude/avrdude-5.10 [hirasawa@deb505-64-32 avrdude-5.10]$ cat avrdude.conf | grep -A 200 m…