X-death25 / MD-Dumper_old_stm32F4

Sega Megadrive Dumper based on STM32F4 (BluePillV2)
GNU General Public License v3.0
8 stars 1 forks source link

Unable to open device. #6

Open Chandler-Kluser opened 1 year ago

Chandler-Kluser commented 1 year ago

I have fully flashed the WeAct HID Bootloader at address 0x8000000 and the MD-Dumper app at address 0x8004000.

The led is working as expected, but when I run Sega_Dumper binary (the Release and the built from source code - windows AND linux) I have got:

$ ./Sega_Dumper 

 ---------------------------------
    Sega Dumper USB2 Software     
 ---------------------------------
Init LibUSB... 
LibUSB Init Sucessfully ! 
Detecting MD Dumper... 
Unable to open device.

even running as sudo:

$ sudo ./Sega_Dumper 
[sudo] senha para chandler: 

 ---------------------------------
    Sega Dumper USB2 Software     
 ---------------------------------
Init LibUSB... 
LibUSB Init Sucessfully ! 
Detecting MD Dumper... 
Unable to open device.

Did someone face this issue just like me? Thanks in advance!

Mustached-Man commented 10 months ago

I have the same issue unfortunately.