最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊(cè)

用 Uno 當(dāng)燒錄器給 atmega328 燒錄 bootloader

2023-08-10 20:53 作者:KearneyYi  | 我要投稿

用 Uno 當(dāng)燒錄器給 atmega328 燒錄 bootloader

  • date: 2023-8-10

原文 https://backmountaindevil.github.io/#/hackaday/arduino/isp

引腳接線(xiàn)

把兩個(gè)板子的 11(MOSI)、12(MISO)、13(SCK)、5V、GND 兩兩相連,還要把 Uno(燒錄器)的 10 接到atmega328(待燒錄的對(duì)象)的 RES(RESET) 上。這六根線(xiàn)必接,程序里還有三個(gè) LED 狀態(tài)指示,可以不接

接線(xiàn),然后將示例中的 ArduinoISP 程序按照正常操作驗(yàn)證上傳到 Uno 上,這一步通常沒(méi)啥問(wèn)題。其實(shí)這一步是把 ino 程序編譯后綴為 hex 的固件,然后把固件刷上去(打開(kāi)詳細(xì)輸出就能看到這些信息)

error

avrdude error: cannot find USBtiny device (0x2341/0x49) avrdude error: unable to open programmer arduinoisp on port usb 燒錄引導(dǎo)程序出錯(cuò)。

菜單欄:文件 - 首選項(xiàng),顯示詳細(xì)輸出,把上傳給勾選上

再?lài)L試一次獲取詳細(xì)信息,工具-編程器 選?Arduino as ISP(默認(rèn)是 AVRISP),然后 工具-燒錄引導(dǎo)程序

Arduino:1.8.19 (Linux), 開(kāi)發(fā)板:"Arduino Uno"//bin/avrdude -C//etc/avrdude.conf -v -patmega328p -carduinoisp -e -Ulock:w:0x3F:m -Uefuse:w:0xFD:m -Uhfuse:w:0xDE:m -Ulfuse:w:0xFF:m avrdude: Version 7.2 ? ? ? ? Copyright the AVRDUDE authors; ? ? ? ? see https://github.com/avrdudes/avrdude/blob/main/AUTHORS ? ? ? ? System wide configuration file is /etc/avrdude.conf ? ? ? ? User configuration file is /home/mifen/.avrduderc ? ? ? ? User configuration file does not exist or is not a regular file, skipping ? ? ? ? Using Port ? ? ? ? ? ? ? ? ? ?: usb ? ? ? ? Using Programmer ? ? ? ? ? ? ?: arduinoisp avrdude usbtiny_open() error: cannot find USBtiny device (0x2341/0x49) avrdude main() error: unable to open programmer arduinoisp on port usb avrdude done. ?Thank you. 燒錄引導(dǎo)程序出錯(cuò)。

上面的 Port 感覺(jué)就不對(duì),按理說(shuō)是類(lèi)似這樣的?/dev/ttyUSB0,通過(guò)編譯上傳的詳細(xì)信息可以看到 avrdude 在上傳時(shí)也是識(shí)別到了對(duì)應(yīng)端口,怎么到這一步驟就不行了呢。然后查了一下網(wǎng)上的,要么更新程序,要么用別的軟件來(lái)搞,有準(zhǔn)備嘗試配置文件的方式,最后發(fā)現(xiàn)是編程器選錯(cuò)了,要選?Arduino as ISP?而不是?ArduinoISP,成功燒錄的詳細(xì)信息如下

成功燒錄詳情

//bin/avrdude -C//etc/avrdude.conf -v -patmega328p -cstk500v1 -P/dev/ttyUSB0 -b19200 -e -Ulock:w:0x3F:m -Uefuse:w:0xFD:m -Uhfuse:w:0xDE:m -Ulfuse:w:0xFF:m avrdude: Version 7.2 ? ? ? ? Copyright the AVRDUDE authors; ? ? ? ? see https://github.com/avrdudes/avrdude/blob/main/AUTHORS ? ? ? ? System wide configuration file is /etc/avrdude.conf ? ? ? ? User configuration file is /home/mifen/.avrduderc ? ? ? ? User configuration file does not exist or is not a regular file, skipping ? ? ? ? Using Port ? ? ? ? ? ? ? ? ? ?: /dev/ttyUSB0 ? ? ? ? Using Programmer ? ? ? ? ? ? ?: stk500v1 ? ? ? ? Overriding Baud Rate ? ? ? ? ?: 19200 ? ? ? ? AVR Part ? ? ? ? ? ? ? ? ? ? ?: ATmega328P ? ? ? ? Chip Erase delay ? ? ? ? ? ? ?: 9000 us ? ? ? ? PAGEL ? ? ? ? ? ? ? ? ? ? ? ? : PD7 ? ? ? ? BS2 ? ? ? ? ? ? ? ? ? ? ? ? ? : PC2 ? ? ? ? RESET disposition ? ? ? ? ? ? : possible i/o ? ? ? ? RETRY pulse ? ? ? ? ? ? ? ? ? : SCK ? ? ? ? Serial program mode ? ? ? ? ? : yes ? ? ? ? Parallel program mode ? ? ? ? : yes ? ? ? ? Timeout ? ? ? ? ? ? ? ? ? ? ? : 200 ? ? ? ? StabDelay ? ? ? ? ? ? ? ? ? ? : 100 ? ? ? ? CmdexeDelay ? ? ? ? ? ? ? ? ? : 25 ? ? ? ? SyncLoops ? ? ? ? ? ? ? ? ? ? : 32 ? ? ? ? PollIndex ? ? ? ? ? ? ? ? ? ? : 3 ? ? ? ? PollValue ? ? ? ? ? ? ? ? ? ? : 0x53 ? ? ? ? Memory Detail ? ? ? ? ? ? ? ? : ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Block Poll ? ? ? ? ? ? ? Page ? ? ? ? ? ? ? ? ? ? ? Polled ? ? ? ? ? Memory Type Alias ? ?Mode Delay Size ?Indx Paged ?Size ? Size #Pages MinW ?MaxW ? ReadBack ? ? ? ? ? ----------- -------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- --------- ? ? ? ? ? eeprom ? ? ? ? ? ? ? ? 65 ? ?20 ? ? 4 ? ?0 no ? ? ? 1024 ? ?4 ? ? ?0 ?3600 ?3600 0x00 0x00 ? ? ? ? ? flash ? ? ? ? ? ? ? ? ?65 ? ?10 ? 128 ? ?0 yes ? ? 32768 ?128 ? ?256 ?4500 ?4500 0x00 0x00 ? ? ? ? ? lfuse ? ? ? ? ? ? ? ? ? 0 ? ? 0 ? ? 0 ? ?0 no ? ? ? ? ?1 ? ?1 ? ? ?0 ?4500 ?4500 0x00 0x00 ? ? ? ? ? hfuse ? ? ? ? ? ? ? ? ? 0 ? ? 0 ? ? 0 ? ?0 no ? ? ? ? ?1 ? ?1 ? ? ?0 ?4500 ?4500 0x00 0x00 ? ? ? ? ? efuse ? ? ? ? ? ? ? ? ? 0 ? ? 0 ? ? 0 ? ?0 no ? ? ? ? ?1 ? ?1 ? ? ?0 ?4500 ?4500 0x00 0x00 ? ? ? ? ? lock ? ? ? ? ? ? ? ? ? ?0 ? ? 0 ? ? 0 ? ?0 no ? ? ? ? ?1 ? ?1 ? ? ?0 ?4500 ?4500 0x00 0x00 ? ? ? ? ? signature ? ? ? ? ? ? ? 0 ? ? 0 ? ? 0 ? ?0 no ? ? ? ? ?3 ? ?1 ? ? ?0 ? ? 0 ? ? 0 0x00 0x00 ? ? ? ? ? calibration ? ? ? ? ? ? 0 ? ? 0 ? ? 0 ? ?0 no ? ? ? ? ?1 ? ?1 ? ? ?0 ? ? 0 ? ? 0 0x00 0x00 ? ? ? ? Programmer Type : STK500 ? ? ? ? Description ? ? : Atmel STK500 version 1.x firmware ? ? ? ? Hardware Version: 2 ? ? ? ? Firmware Version: 1.18 ? ? ? ? Topcard ? ? ? ? : Unknown ? ? ? ? Vtarget ? ? ? ? : 0.0 V ? ? ? ? Varef ? ? ? ? ? : 0.0 V ? ? ? ? Oscillator ? ? ?: Off ? ? ? ? SCK period ? ? ?: 0.1 us avrdude: AVR device initialized and ready to accept instructions avrdude: device signature = 0x1e950f (probably m328p) avrdude: erasing chip avrdude: processing -U lock:w:0x3F:m avrdude: reading input file 0x3F for lock ? ? ? ? with 1 byte in 1 section within [0, 0] avrdude: writing 1 byte lock ... avrdude: 1 byte of lock written avrdude: verifying lock memory against 0x3F avrdude avr_verify() warning: ignoring mismatch in unused bits of lock ? ? ? ?(device 0xff != input 0x3f); to prevent this warning set ? ? ? ?unused bits to 1 when writing (double check with datasheet) avrdude: 1 byte of lock verified avrdude: processing -U efuse:w:0xFD:m avrdude: reading input file 0xFD for efuse ? ? ? ? with 1 byte in 1 section within [0, 0] avrdude: writing 1 byte efuse ... avrdude: 1 byte of efuse written avrdude: verifying efuse memory against 0xFD avrdude: 1 byte of efuse verified avrdude: processing -U hfuse:w:0xDE:m avrdude: reading input file 0xDE for hfuse ? ? ? ? with 1 byte in 1 section within [0, 0] avrdude: writing 1 byte hfuse ... avrdude: 1 byte of hfuse written avrdude: verifying hfuse memory against 0xDE avrdude: 1 byte of hfuse verified avrdude: processing -U lfuse:w:0xFF:m avrdude: reading input file 0xFF for lfuse ? ? ? ? with 1 byte in 1 section within [0, 0] avrdude: writing 1 byte lfuse ... avrdude: 1 byte of lfuse written avrdude: verifying lfuse memory against 0xFF avrdude: 1 byte of lfuse verified avrdude done. ?Thank you. //bin/avrdude -C//etc/avrdude.conf -v -patmega328p -cstk500v1 -P/dev/ttyUSB0 -b19200 -Uflash:w:/usr/share/arduino/hardware/archlinux-arduino/avr/bootloaders/optiboot/optiboot_atmega328.hex:i -Ulock:w:0x0F:m avrdude: Version 7.2 ? ? ? ? Copyright the AVRDUDE authors; ? ? ? ? see https://github.com/avrdudes/avrdude/blob/main/AUTHORS ? ? ? ? System wide configuration file is /etc/avrdude.conf ? ? ? ? User configuration file is /home/mifen/.avrduderc ? ? ? ? User configuration file does not exist or is not a regular file, skipping ? ? ? ? Using Port ? ? ? ? ? ? ? ? ? ?: /dev/ttyUSB0 ? ? ? ? Using Programmer ? ? ? ? ? ? ?: stk500v1 ? ? ? ? Overriding Baud Rate ? ? ? ? ?: 19200 ? ? ? ? AVR Part ? ? ? ? ? ? ? ? ? ? ?: ATmega328P ? ? ? ? Chip Erase delay ? ? ? ? ? ? ?: 9000 us ? ? ? ? PAGEL ? ? ? ? ? ? ? ? ? ? ? ? : PD7 ? ? ? ? BS2 ? ? ? ? ? ? ? ? ? ? ? ? ? : PC2 ? ? ? ? RESET disposition ? ? ? ? ? ? : possible i/o ? ? ? ? RETRY pulse ? ? ? ? ? ? ? ? ? : SCK ? ? ? ? Serial program mode ? ? ? ? ? : yes ? ? ? ? Parallel program mode ? ? ? ? : yes ? ? ? ? Timeout ? ? ? ? ? ? ? ? ? ? ? : 200 ? ? ? ? StabDelay ? ? ? ? ? ? ? ? ? ? : 100 ? ? ? ? CmdexeDelay ? ? ? ? ? ? ? ? ? : 25 ? ? ? ? SyncLoops ? ? ? ? ? ? ? ? ? ? : 32 ? ? ? ? PollIndex ? ? ? ? ? ? ? ? ? ? : 3 ? ? ? ? PollValue ? ? ? ? ? ? ? ? ? ? : 0x53 ? ? ? ? Memory Detail ? ? ? ? ? ? ? ? : ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Block Poll ? ? ? ? ? ? ? Page ? ? ? ? ? ? ? ? ? ? ? Polled ? ? ? ? ? Memory Type Alias ? ?Mode Delay Size ?Indx Paged ?Size ? Size #Pages MinW ?MaxW ? ReadBack ? ? ? ? ? ----------- -------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- --------- ? ? ? ? ? eeprom ? ? ? ? ? ? ? ? 65 ? ?20 ? ? 4 ? ?0 no ? ? ? 1024 ? ?4 ? ? ?0 ?3600 ?3600 0x00 0x00 ? ? ? ? ? flash ? ? ? ? ? ? ? ? ?65 ? ?10 ? 128 ? ?0 yes ? ? 32768 ?128 ? ?256 ?4500 ?4500 0x00 0x00 ? ? ? ? ? lfuse ? ? ? ? ? ? ? ? ? 0 ? ? 0 ? ? 0 ? ?0 no ? ? ? ? ?1 ? ?1 ? ? ?0 ?4500 ?4500 0x00 0x00 ? ? ? ? ? hfuse ? ? ? ? ? ? ? ? ? 0 ? ? 0 ? ? 0 ? ?0 no ? ? ? ? ?1 ? ?1 ? ? ?0 ?4500 ?4500 0x00 0x00 ? ? ? ? ? efuse ? ? ? ? ? ? ? ? ? 0 ? ? 0 ? ? 0 ? ?0 no ? ? ? ? ?1 ? ?1 ? ? ?0 ?4500 ?4500 0x00 0x00 ? ? ? ? ? lock ? ? ? ? ? ? ? ? ? ?0 ? ? 0 ? ? 0 ? ?0 no ? ? ? ? ?1 ? ?1 ? ? ?0 ?4500 ?4500 0x00 0x00 ? ? ? ? ? signature ? ? ? ? ? ? ? 0 ? ? 0 ? ? 0 ? ?0 no ? ? ? ? ?3 ? ?1 ? ? ?0 ? ? 0 ? ? 0 0x00 0x00 ? ? ? ? ? calibration ? ? ? ? ? ? 0 ? ? 0 ? ? 0 ? ?0 no ? ? ? ? ?1 ? ?1 ? ? ?0 ? ? 0 ? ? 0 0x00 0x00 ? ? ? ? Programmer Type : STK500 ? ? ? ? Description ? ? : Atmel STK500 version 1.x firmware ? ? ? ? Hardware Version: 2 ? ? ? ? Firmware Version: 1.18 ? ? ? ? Topcard ? ? ? ? : Unknown ? ? ? ? Vtarget ? ? ? ? : 0.0 V ? ? ? ? Varef ? ? ? ? ? : 0.0 V ? ? ? ? Oscillator ? ? ?: Off ? ? ? ? SCK period ? ? ?: 0.1 us avrdude: AVR device initialized and ready to accept instructions avrdude: device signature = 0x1e950f (probably m328p) avrdude: Note: flash memory has been specified, an erase cycle will be performed. ? ? ? ? To disable this feature, specify the -D option. avrdude: erasing chip avrdude: processing -U flash:w:/usr/share/arduino/hardware/archlinux-arduino/avr/bootloaders/optiboot/optiboot_atmega328.hex:i avrdude: reading input file /usr/share/arduino/hardware/archlinux-arduino/avr/bootloaders/optiboot/optiboot_atmega328.hex for flash ? ? ? ? with 502 bytes in 2 sections within [0x7e00, 0x7fff] ? ? ? ? using 4 pages and 10 pad bytes avrdude: writing 502 bytes flash ... Writing | ################################################## | 100% 0.08savrdude: 502 bytes of flash written avrdude: verifying flash memory against /usr/share/arduino/hardware/archlinux-arduino/avr/bootloaders/optiboot/optiboot_atmega328.hex Reading | ################################################## | 100% 0.00savrdude: 502 bytes of flash verified avrdude: processing -U lock:w:0x0F:m avrdude: reading input file 0x0F for lock ? ? ? ? with 1 byte in 1 section within [0, 0] avrdude: writing 1 byte lock ... avrdude: 1 byte of lock written avrdude: verifying lock memory against 0x0F avrdude avr_verify() warning: ignoring mismatch in unused bits of lock ? ? ? ?(device 0xcf != input 0x0f); to prevent this warning set ? ? ? ?unused bits to 1 when writing (double check with datasheet) avrdude: 1 byte of lock verified avrdude done. ?Thank you.

用國(guó)行(開(kāi)發(fā)板信息BN顯示未知、無(wú)SN)燒正規(guī)軍(可以獲取開(kāi)發(fā)板信息如序列號(hào))可以(上面就是),用正規(guī)軍燒國(guó)行則不行,會(huì)報(bào)錯(cuò)如下

Arduino:1.8.19 (Linux), 開(kāi)發(fā)板:"Arduino Uno"//bin/avrdude -C//etc/avrdude.conf -v -patmega328p -cstk500v1 -P/dev/ttyACM0 -b19200 -e -Ulock:w:0x3F:m -Uefuse:w:0xFD:m -Uhfuse:w:0xDE:m -Ulfuse:w:0xFF:m avrdude: Version 7.2 ? ? ? ? Copyright the AVRDUDE authors; ? ? ? ? see https://github.com/avrdudes/avrdude/blob/main/AUTHORS ? ? ? ? System wide configuration file is /etc/avrdude.conf ? ? ? ? User configuration file is /home/mifen/.avrduderc ? ? ? ? User configuration file does not exist or is not a regular file, skipping ? ? ? ? Using Port ? ? ? ? ? ? ? ? ? ?: /dev/ttyACM0 ? ? ? ? Using Programmer ? ? ? ? ? ? ?: stk500v1 ? ? ? ? Overriding Baud Rate ? ? ? ? ?: 19200 ? ? ? ? AVR Part ? ? ? ? ? ? ? ? ? ? ?: ATmega328P ? ? ? ? Chip Erase delay ? ? ? ? ? ? ?: 9000 us ? ? ? ? PAGEL ? ? ? ? ? ? ? ? ? ? ? ? : PD7 ? ? ? ? BS2 ? ? ? ? ? ? ? ? ? ? ? ? ? : PC2 ? ? ? ? RESET disposition ? ? ? ? ? ? : possible i/o ? ? ? ? RETRY pulse ? ? ? ? ? ? ? ? ? : SCK ? ? ? ? Serial program mode ? ? ? ? ? : yes ? ? ? ? Parallel program mode ? ? ? ? : yes ? ? ? ? Timeout ? ? ? ? ? ? ? ? ? ? ? : 200 ? ? ? ? StabDelay ? ? ? ? ? ? ? ? ? ? : 100 ? ? ? ? CmdexeDelay ? ? ? ? ? ? ? ? ? : 25 ? ? ? ? SyncLoops ? ? ? ? ? ? ? ? ? ? : 32 ? ? ? ? PollIndex ? ? ? ? ? ? ? ? ? ? : 3 ? ? ? ? PollValue ? ? ? ? ? ? ? ? ? ? : 0x53 ? ? ? ? Memory Detail ? ? ? ? ? ? ? ? : ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Block Poll ? ? ? ? ? ? ? Page ? ? ? ? ? ? ? ? ? ? ? Polled ? ? ? ? ? Memory Type Alias ? ?Mode Delay Size ?Indx Paged ?Size ? Size #Pages MinW ?MaxW ? ReadBack ? ? ? ? ? ----------- -------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- --------- ? ? ? ? ? eeprom ? ? ? ? ? ? ? ? 65 ? ?20 ? ? 4 ? ?0 no ? ? ? 1024 ? ?4 ? ? ?0 ?3600 ?3600 0x00 0x00 ? ? ? ? ? flash ? ? ? ? ? ? ? ? ?65 ? ?10 ? 128 ? ?0 yes ? ? 32768 ?128 ? ?256 ?4500 ?4500 0x00 0x00 ? ? ? ? ? lfuse ? ? ? ? ? ? ? ? ? 0 ? ? 0 ? ? 0 ? ?0 no ? ? ? ? ?1 ? ?1 ? ? ?0 ?4500 ?4500 0x00 0x00 ? ? ? ? ? hfuse ? ? ? ? ? ? ? ? ? 0 ? ? 0 ? ? 0 ? ?0 no ? ? ? ? ?1 ? ?1 ? ? ?0 ?4500 ?4500 0x00 0x00 ? ? ? ? ? efuse ? ? ? ? ? ? ? ? ? 0 ? ? 0 ? ? 0 ? ?0 no ? ? ? ? ?1 ? ?1 ? ? ?0 ?4500 ?4500 0x00 0x00 ? ? ? ? ? lock ? ? ? ? ? ? ? ? ? ?0 ? ? 0 ? ? 0 ? ?0 no ? ? ? ? ?1 ? ?1 ? ? ?0 ?4500 ?4500 0x00 0x00 ? ? ? ? ? signature ? ? ? ? ? ? ? 0 ? ? 0 ? ? 0 ? ?0 no ? ? ? ? ?3 ? ?1 ? ? ?0 ? ? 0 ? ? 0 0x00 0x00 ? ? ? ? ? calibration ? ? ? ? ? ? 0 ? ? 0 ? ? 0 ? ?0 no ? ? ? ? ?1 ? ?1 ? ? ?0 ? ? 0 ? ? 0 0x00 0x00 ? ? ? ? Programmer Type : STK500 ? ? ? ? Description ? ? : Atmel STK500 version 1.x firmware ? ? ? ? Hardware Version: 2 ? ? ? ? Firmware Version: 1.18 ? ? ? ? Topcard ? ? ? ? : Unknown ? ? ? ? Vtarget ? ? ? ? : 0.0 V ? ? ? ? Varef ? ? ? ? ? : 0.0 V ? ? ? ? Oscillator ? ? ?: Off ? ? ? ? SCK period ? ? ?: 0.1 us avrdude: AVR device initialized and ready to accept instructions avrdude: device signature = 0x000000 (retrying) avrdude: device signature = 0x000000 (retrying) avrdude: device signature = 0x000000 avrdude main() error: Yikes! ?Invalid device signature. avrdude main() error: expected signature for ATmega328P is 1E 95 0F ? ? ? ?Double check connections and try again, or use -F to override ? ? ? ?this check. avrdude done. ?Thank you. 燒錄引導(dǎo)程序出錯(cuò)。

根據(jù)上面的錯(cuò)誤信息,我在終端加 -F 也不行,還是驗(yàn)證失敗。奇怪的是,國(guó)行和正規(guī)軍的差別在于串口芯片啊,Arduino as ISP 沒(méi)走 ch340 國(guó)道啊,mcu 都是一樣的咋就不行了?然后又對(duì)調(diào)一下(接線(xiàn)沒(méi)動(dòng)),發(fā)現(xiàn)出現(xiàn)了上面驗(yàn)證失敗的錯(cuò)誤,也就是說(shuō)明接錯(cuò)線(xiàn)會(huì)發(fā)生這個(gè)錯(cuò)誤。然而實(shí)際上剛才我有對(duì)調(diào)11、12看接線(xiàn),沒(méi)想到啊,看樣子是剛才接線(xiàn)錯(cuò)了,重新拔掉接一遍就可以了。

指定引導(dǎo)程序

如果說(shuō)要燒錄指定的引導(dǎo)程序,如ATmega-Soldering-Station下的引導(dǎo)文件,那該怎么辦呢?結(jié)合倉(cāng)庫(kù)的介紹和上面的詳細(xì)信息可以知道兩行指令,需要修改端口號(hào)和文件路徑,在終端中運(yùn)行即可

avrdude -C//etc/avrdude.conf -v -patmega328p -cstk500v1 -P/dev/ttyACM0 -b19200 -e -Ulock:w:0x3F:m -Uefuse:w:0xFD:m -Uhfuse:w:0xDE:m -Ulfuse:w:0xFF:m avrdude -C//etc/avrdude.conf -v -patmega328p -cstk500v1 -P/dev/ttyACM0 -b19200 -Uflash:w:/path/to/filename.hex:i -Ulock:w:0x0F:m

想刷回原版引導(dǎo),用 arduino 運(yùn)行燒錄引導(dǎo)程序程序即可

參考

Arduino 燒寫(xiě)bootloader cheng3100 2017.02.10

[Arduino]燒寫(xiě)Arduino BootLoader的幾種方法 李萬(wàn)鑫 2017-06-27:和上面接線(xiàn)是一樣的,只是看著不一樣,因?yàn)?ISP 口有幾個(gè)

Arduino: [已修復(fù)] IDE 1.6.9 + ArduinoISP =“找不到 USBtiny 設(shè)備 (0x2341/0x49)”錯(cuò)誤消息 => 使用“Arduino 作為 ISP”2016-07-12 HP-Sparks

我找到了問(wèn)題的根源:程序員選擇的“ArduinoISP”與“Arduino as ISP”


用 Uno 當(dāng)燒錄器給 atmega328 燒錄 bootloader的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國(guó)家法律
镇平县| 长沙市| 凤台县| 衡阳市| 沽源县| 澜沧| 当雄县| 巩留县| 洱源县| 手机| 绥化市| 中阳县| 建阳市| 宿迁市| 图片| 筠连县| 高雄市| 玉林市| 余江县| 芮城县| 永修县| 墨江| 临邑县| 浦东新区| 尼木县| 古浪县| 获嘉县| 尚义县| 遂昌县| 大荔县| 水城县| 五指山市| 扎赉特旗| 奈曼旗| 邢台市| 甘德县| 高邮市| 雅江县| 黎川县| 蒲城县| 临沂市|