#51 2021-03-06 17:00:27

г0сть
Гість

Re: Не прошивается Arduino Pro Mini

Добавьте в arduino IDE этот пакет https://github.com/Optiboot/optiboot/releases/download/v6.2/package_optiboot_optiboot-additional_index.json
В менеджере плат должна появиться 168Р

#52 2021-03-06 17:04:37

Топаз
Гість

Re: Не прошивается Arduino Pro Mini

г0сть пише:

Добавьте в arduino IDE этот пакет https://github.com/Optiboot/optiboot/releases/download/v6.2/package_optiboot_optiboot-additional_index.json
В менеджере плат должна появиться 168Р

А в какую директорию закладывать?

#53 2021-03-06 17:14:54

г0сть
Гість

Re: Не прошивается Arduino Pro Mini

Это делается в настройках. Вставляете ссылку и потом перезагружаете ide

#54 2021-03-06 21:29:04

Топаз
Гість

Re: Не прошивается Arduino Pro Mini

Это какой то ППЦ(. Добавление ссылки к сожалению ничего не дало. По советам пошарил в (Arduinohardwarearduinoboards.txt) добавил (p) в строках
pro.menu.cpu.16MHzatmega168=ATmega168p (5V, 16 MHz)



pro.menu.cpu.16MHzatmega168.build.mcu=atmega168p

Загрузчик залетел нормально с отображением этого проца вот его ...
C:Program FilesArduinohardwaretoolsavr/bin/avrdude -CC:Program FilesArduinohardwaretoolsavr/etc/avrdude.conf -v -patmega168p -cstk500v1 -PCOM4 -b19200 -e -Ulock:w:0x3F:m -Uefuse:w:0xF8:m -Uhfuse:w:0xdd:m -Ulfuse:w:0xff:m

avrdude: Version 6.3-20190619
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
         Copyright (c) 2007-2014 Joerg Wunsch

         System wide configuration file is "C:Program FilesArduinohardwaretoolsavr/etc/avrdude.conf"

         Using Port                    : COM4
         Using Programmer              : stk500v1
         Overriding Baud Rate          : 19200
         AVR Part                      : ATmega168P
         Chip Erase delay              : 9000 us
         PAGEL                         : PD7
         BS2                           : PC2
         RESET disposition             : dedicated
         RETRY pulse                   : SCK
         serial program mode           : yes
         parallel program mode         : yes
         Timeout                       : 200
         StabDelay                     : 100
         CmdexeDelay                   : 25
         SyncLoops                     : 32
         ByteDelay                     : 0
         PollIndex                     : 3
         PollValue                     : 0x53
         Memory Detail                 :

                                  Block Poll               Page                       Polled
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
           eeprom        65    20     4    0 no        512    4      0  3600  3600 0xff 0xff
           flash         65     6   128    0 yes     16384  128    128  4500  4500 0xff 0xff
           lfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
           hfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
           efuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
           lock           0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
           calibration    0     0     0    0 no          1    0      0     0     0 0x00 0x00
           signature      0     0     0    0 no          3    0      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

Reading | ################################################## | 100% 0.02s

avrdude: Device signature = 0x1e940b (probably m168p)
avrdude: erasing chip
avrdude: reading input file "0x3F"
avrdude: writing lock (1 bytes):

Writing | ################################################## | 100% 0.01s

avrdude: 1 bytes of lock written
avrdude: verifying lock memory against 0x3F:
avrdude: load data lock data from input file 0x3F:
avrdude: input file 0x3F contains 1 bytes
avrdude: reading on-chip lock data:

Reading | ################################################## | 100% 0.01s

avrdude: verifying ...
avrdude: 1 bytes of lock verified
avrdude: reading input file "0xF8"
avrdude: writing efuse (1 bytes):

C:Program FilesArduinohardwaretoolsavr/bin/avrdude -CC:Program FilesArduinohardwaretoolsavr/etc/avrdude.conf -v -patmega168p -cstk500v1 -PCOM4 -b19200 -Uflash:w:C:Program FilesArduinohardwarearduinoavr/bootloaders/atmega/ATmegaBOOT_168_diecimila.hex:i -Ulock:w:0x0F:m

avrdude: Version 6.3-20190619
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
         Copyright (c) 2007-2014 Joerg Wunsch

         System wide configuration file is "C:Program FilesArduinohardwaretoolsavr/etc/avrdude.conf"
Writing | ################################################## | 100% 0.01s

avrdude: 1 bytes of efuse written
avrdude: verifying efuse memory against 0xF8:
avrdude: load data efuse data from input file 0xF8:
avrdude: input file 0xF8 contains 1 bytes
avrdude: reading on-chip efuse data:

Reading | ################################################## | 100% 0.01s

avrdude: verifying ...
avrdude: 1 bytes of efuse verified
avrdude: reading input file "0xdd"
avrdude: writing hfuse (1 bytes):

Writing | ################################################## | 100% 0.01s

avrdude: 1 bytes of hfuse written
avrdude: verifying hfuse memory against 0xdd:
avrdude: load data hfuse data from input file 0xdd:
avrdude: input file 0xdd contains 1 bytes
avrdude: reading on-chip hfuse data:

Reading | ################################################## | 100% 0.01s

avrdude: verifying ...
avrdude: 1 bytes of hfuse verified
avrdude: reading input file "0xff"
avrdude: writing lfuse (1 bytes):

Writing | ################################################## | 100% 0.01s

avrdude: 1 bytes of lfuse written
avrdude: verifying lfuse memory against 0xff:
avrdude: load data lfuse data from input file 0xff:
avrdude: input file 0xff contains 1 bytes
avrdude: reading on-chip lfuse data:

Reading | ################################################## | 100% 0.01s

avrdude: verifying ...
avrdude: 1 bytes of lfuse verified

avrdude done.  Thank you.


         Using Port                    : COM4
         Using Programmer              : stk500v1
         Overriding Baud Rate          : 19200
         AVR Part                      : ATmega168P
         Chip Erase delay              : 9000 us
         PAGEL                         : PD7
         BS2                           : PC2
         RESET disposition             : dedicated
         RETRY pulse                   : SCK
         serial program mode           : yes
         parallel program mode         : yes
         Timeout                       : 200
         StabDelay                     : 100
         CmdexeDelay                   : 25
         SyncLoops                     : 32
         ByteDelay                     : 0
         PollIndex                     : 3
         PollValue                     : 0x53
         Memory Detail                 :

                                  Block Poll               Page                       Polled
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
           eeprom        65    20     4    0 no        512    4      0  3600  3600 0xff 0xff
           flash         65     6   128    0 yes     16384  128    128  4500  4500 0xff 0xff
           lfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
           hfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
           efuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
           lock           0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
           calibration    0     0     0    0 no          1    0      0     0     0 0x00 0x00
           signature      0     0     0    0 no          3    0      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

Reading | ################################################## | 100% 0.02s

avrdude: Device signature = 0x1e940b (probably m168p)
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: reading input file "C:Program FilesArduinohardwarearduinoavr/bootloaders/atmega/ATmegaBOOT_168_diecimila.hex"
avrdude: writing flash (16294 bytes):

Writing | ################################################## | 100% -0.00s

avrdude: 16294 bytes of flash written
avrdude: verifying flash memory against C:Program FilesArduinohardwarearduinoavr/bootloaders/atmega/ATmegaBOOT_168_diecimila.hex:
avrdude: load data flash data from input file C:Program FilesArduinohardwarearduinoavr/bootloaders/atmega/ATmegaBOOT_168_diecimila.hex:
avrdude: input file C:Program FilesArduinohardwarearduinoavr/bootloaders/atmega/ATmegaBOOT_168_diecimila.hex contains 16294 bytes
avrdude: reading on-chip flash data:

Reading | ################################################## | 100% 0.00s

avrdude: verifying ...
avrdude: 16294 bytes of flash verified
avrdude: reading input file "0x0F"
avrdude: writing lock (1 bytes):

Writing | ################################################## | 100% 0.02s

avrdude: 1 bytes of lock written
avrdude: verifying lock memory against 0x0F:
avrdude: load data lock data from input file 0x0F:
avrdude: input file 0x0F contains 1 bytes
avrdude: reading on-chip lock data:

Reading | ################################################## | 100% 0.01s

avrdude: verifying ...
avrdude: 1 bytes of lock verified

avrdude done.  Thank you.


Но когда пытаюсь зашить скетч Blink пишет ошибка компиляции для платы
loading hardware from C:Program FilesArduinohardware: loading package arduino: loading platform release: Error reading file (C:Program FilesArduinohardwarearduinoavrboards.txt:0): Invalid line format, should be 'key=value'

Ошибка компиляции для платы Arduino Pro or Pro Mini.

Я в шоке, загрузчик загружается а скетч нет, эт как?
Кстати после  добавления в двух строках букву (P) стало отображаться в процессоре ATmega168p(5.16).
Понимаю что плата вроде живая, но как до ума довести IDE , не пойму. Ардуино IDE 1.8.13/
Ссылки на форумы с решением подобных проблем еще 2013, походу содержимое arduino-1.0.3hardwarearduinoboards.txt уже не то , но интуитивно изменив добился хоть загрузки ЗАГРУЗЧИКА, но дальше ноль.
Выручайте плиз.

#55 2021-03-11 03:23:17

vit
Гість

Re: Не прошивается Arduino Pro Mini

попробуйте поискать причину в драйвере

#56 2021-12-14 17:15:34

vic_luga
Гість

Re: Не прошивается Arduino Pro Mini

Справились?

#57 2021-12-28 14:55:01

noany
Гість

Re: Не прошивается Arduino Pro Mini

https://mcudude.github.io/MiniCore/package_MCUdude_MiniCore_index.json
И будет Вам счастье.Сам мучился...

#58 2022-03-09 14:44:33

Fisic
Гість

Re: Не прошивается Arduino Pro Mini

Такие тут умники сидят. Мужик , у меня в руках 5 про мини (168,16)  , uart с выходами и на rst и на dtr, usb-ttl на 4 выхода (vcc ,rx ,tx , gnd) и прочие переходники на разных чипах , уно, нано . Все ардуинки только что достал из антистатов. И прикиньте че "О великие владыки падежей" ОДНА из пяти лишь завелась , юзал все подряд. Провел с ними неделю . Если не завелась , возьми заведомо рабочую про мини , желательно на таком же камне и с такой же герцовкой и проверь . Если она прошилась , то те что купил отправляй обратно на родину. Пруфы есть , по желанию отправлю .
P.S. Если нечего парню посоветовать , дрочитесь дальше с падежами. И все он правильно делал, уверен, что он прилично страничек в инете облазил.

Швидке повідомлення

Введіть повідомлення і натисніть Надіслати

Підвал форуму