I hope that somebody here has some experience with the MX10.
This is what I've done so far:
Connect USB cable to furthest USB port on the MX10 and a PC with a Linux OS (Debian Buster with kernel 4.19.0-6-amd64).
Shortcut pins with tweezers until light goes out. I had to hold it a few seconds after which it stayed red.
In terminal, check if the MX10 is in rom mode:
Code
$ lsusb -vBus
002 Device 012: ID 2207:320c Fuzhou Rockchip Electronics Company RK3328 in Mask ROM mode
Couldn't open device, some information will be missing Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x2207 Fuzhou Rockchip Electronics Company
idProduct 0x320c RK3328 in Mask ROM mode
bcdDevice 1.00
iManufacturer 0
iProduct 0
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 0x0020
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x80
(Bus Powered)
MaxPower 400mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 2
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 6
bInterfaceProtocol 5
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x02 EP 2 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Display More
According the the line “Couldn't open device, some information will be missing” no device was created. Indeed, lsblk does not show a new device.
This is where I am stranded.
Does anyone have any ideas how to proceed?