I've been through many of the topics on this board looking for a solution to my issue before posting here. When I attempt to upload to my Minima board, I get the following error message:
Sketch uses 42560 bytes (16%) of program storage space. Maximum is 262144 bytes.
Global variables use 4544 bytes (13%) of dynamic memory, leaving 28224 bytes for local variables. Maximum is 32768 bytes.
"C:\Users\johnp\AppData\Local\Arduino15\packages\arduino\tools\dfu-util\0.11.0-arduino5/dfu-util" --device 0x2341:0x0069,:0x0369 -D "C:\Users\johnp\AppData\Local\arduino\sketches\4EDAE1BFBE1A63C6CD379CE91F36BF97/ArduinoLEDTest.ino.bin" -a0 -Q
dfu-util 0.11-arduino4
Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2021 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO WARRANTY
Please report bugs to http://sourceforge.net/p/dfu-util/tickets/
Cannot open DFU device 2341:0069 found on devnum 1 (LIBUSB_ERROR_NOT_FOUND)
No DFU capable USB device available
Failed uploading: uploading error: exit status 74
If I double tap the reset button to go into bootloader mode, I get the following:
Sketch uses 42560 bytes (16%) of program storage space. Maximum is 262144 bytes.
Global variables use 4544 bytes (13%) of dynamic memory, leaving 28224 bytes for local variables. Maximum is 32768 bytes.
"C:\Users\johnp\AppData\Local\Arduino15\packages\arduino\tools\dfu-util\0.11.0-arduino5/dfu-util" --device 0x2341:0x0069,:0x0369 -D "C:\Users\johnp\AppData\Local\arduino\sketches\4EDAE1BFBE1A63C6CD379CE91F36BF97/ArduinoLEDTest.ino.bin" -a0 -Q
dfu-util 0.11-arduino4
Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2021 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO WARRANTY
Please report bugs to http://sourceforge.net/p/dfu-util/tickets/
Cannot open DFU device 2341:0369 found on devnum 1 (LIBUSB_ERROR_NOT_SUPPORTED)
No DFU capable USB device available
Failed uploading: uploading error: exit status 74
I've reinstalled the IDE a few times, restarting Windows several times, un/reinstalled the board package several times. I've even attempted to install the driver package from ./arduino/hardware/renesas_uno/1.6.0/drivers/ When attempting to install the drivers manually (as an administrator), the installation failed several times. From the INF file, I saw that the driver installation was failing because the certificate wasn't in the Trusted Root Cert Auth. I added the certificate from the renesas.cat file to both my User and Computer TRCA. Relevant section of setupapi.dev.log here:
sto: {DRIVERSTORE IMPORT VALIDATE} 23:10:17.766
sig: Driver package catalog is valid.
sig: {_VERIFY_FILE_SIGNATURE} 23:10:17.778
sig: Key = renesas.inf
sig: FilePath = C:\Windows\System32\DriverStore\Temp\{7ee79527-59cc-754b-93d5-474921d00c50}\renesas.inf
sig: Catalog = C:\Windows\System32\DriverStore\Temp\{7ee79527-59cc-754b-93d5-474921d00c50}\renesas.cat
! sig: Verifying file against specific (valid) catalog failed.
! sig: Error 0x800b0109: A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider.
sig: {_VERIFY_FILE_SIGNATURE exit(0x800b0109)} 23:10:17.838
sig: {_VERIFY_FILE_SIGNATURE} 23:10:17.839
sig: Key = renesas.inf
sig: FilePath = C:\Windows\System32\DriverStore\Temp\{7ee79527-59cc-754b-93d5-474921d00c50}\renesas.inf
sig: Catalog = C:\Windows\System32\DriverStore\Temp\{7ee79527-59cc-754b-93d5-474921d00c50}\renesas.cat
! sig: Verifying file against specific Authenticode(tm) catalog failed.
! sig: Error 0x800b0109: A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider.
sig: {_VERIFY_FILE_SIGNATURE exit(0x800b0109)} 23:10:17.851
!!! sig: Driver package catalog file certificate does not belong to Trusted Root Certificates, and Code Integrity is enforced.
!!! sig: Driver package failed signature validation. Error = 0x800B0109
sto: {DRIVERSTORE IMPORT VALIDATE: exit(0x800b0109)} 23:10:17.852
!!! sig: Driver package failed signature verification. Error = 0x800B0109
!!! sto: Failed to import driver package into Driver Store. Error = 0x800B0109
I went as far as to disable SecureBoot on my machine to installed the drivers as if they were unsigned which allowed me to get that driver package installed, but did not fix the issue. Attempting to reinstall the driver again (as admin) results in the wizard saying the installation didn't change anything because it is already installed.
Attempting to update the driver from Device Manager and pointing to the folder with the drivers fails because Windows does not see any drivers in the folder for the "Santiago DFU" device I'm updating.
At this point, I'm at a complete loss and could use a little bit of support. I've been banging my head on this and have not made any headway. This is a fresh board out of the box. My user account is a local admin and full permissions on the device.
ANY sort of help would be appreciated. I had an R4 Wifi board that worked sporadically on this machine, but had issues with that board so switched to the Minima thinking it would be easier.



