Arduino Board Manager SEEED V. 1.7.3 Broken

Greetings,

I just updated to this version (1.7.3)

When I upload, it says missing bootloader (some *.bin) file.

Rolled back to 1.7.2 and all is good again.

Thanks,

TR

@hongtai.liu Please help check it

I have the same problem. For me it’s the wio_terminal bootloader. The file is there but the Arduino IDE reports that it’s missing. Oddly the code uploads and runs.

Please update to the latest v1.7.4. We have solved this problem, thank you for your feedback. @mcolacino @roussel.thomas

Where is the 1.7.4 version? My Arduino IDE only goes up to 1.7.2 and a web search didn’t come up with anything.

Thanks

Hi @mcolacino

The latest version is now 1.7.5:

Completely quit Arduino IDE and try again pls.

Update 1.7.5 works and all is well again when uploading. There is feedback in the output window, however. It says:
“Warning: non trusted contribution, skipping script execution (C:\Users\tjrous02\AppData\Local\Arduino15\packages\Seeeduino\hardware\samd\1.7.5\post_install.bat)”

Thanks, will have a look

Looks like that only shows up on the initial install (update) of the library. I don’t see it when uploading sketches. Sample upload feedback below.

<><><><><><>

WARNING: library LiquidCrystal_I2C claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
WARNING: library DS3232RTC-master claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
Sketch uses 44140 bytes (16%) of program storage space. Maximum is 262144 bytes.
Atmel SMART device 0x10010005 found
Device : ATSAMD21G18A
Chip ID : 10010005
Version : v1.1 [Arduino:XYZ] Nov 27 2019 16:35:59
Address : 8192
Pages : 3968
Page Size : 64 bytes
Total Size : 248KB
Planes : 1
Lock Regions : 16
Locked : none
Security : false
Boot Flash : true
BOD : true
BOR : true
Arduino : FAST_CHIP_ERASE
Arduino : FAST_MULTI_PAGE_WRITE
Arduino : CAN_CHECKSUM_MEMORY_BUFFER
Erase flash
done in 0.824 seconds

Write 44840 bytes to flash (701 pages)

[== ] 9% (64/701 pages)
[===== ] 18% (128/701 pages)
[======== ] 27% (192/701 pages)
[========== ] 36% (256/701 pages)
[============= ] 45% (320/701 pages)
[================ ] 54% (384/701 pages)
[=================== ] 63% (448/701 pages)
[===================== ] 73% (512/701 pages)
[======================== ] 82% (576/701 pages)
[=========================== ] 91% (640/701 pages)
[==============================] 100% (701/701 pages)
done in 0.286 seconds

Verify 44840 bytes of flash with checksum.
Verify successful
done in 0.057 seconds
CPU reset.

Good work. Congratulations @roussel.thomas