Hello!
I’m trying flash my NIO 12L with an Ubuntu image but it seems that I cannot set it into Download Mode. After pressing the download button I can see that a USB ACM device gets created but then after 4-5 seconds it gets disconnected:
Jan 03 13:58:22 arcturus kernel: usb 7-2: new high-speed USB device number 10 using xhci_hcd
Jan 03 13:58:22 arcturus kernel: usb 7-2: New USB device found, idVendor=0e8d, idProduct=0003, bcdDevice= 1.00
Jan 03 13:58:22 arcturus kernel: usb 7-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jan 03 13:58:22 arcturus kernel: cdc_acm 7-2:1.0: ttyACM0: USB ACM device
Jan 03 13:58:22 arcturus mtp-probe[20422]: checking bus 7, device 10: "/sys/devices/pci0000:00/0000:00:08.1/0000:15:00.4/usb7/7-2"
Jan 03 13:58:22 arcturus mtp-probe[20422]: bus: 7, device: 10 was not an MTP device
Jan 03 13:58:22 arcturus snapd[1405]: hotplug.go:200: hotplug device add event ignored, enable experimental.hotplug
Jan 03 13:58:22 arcturus mtp-probe[20425]: checking bus 7, device 10: "/sys/devices/pci0000:00/0000:00:08.1/0000:15:00.4/usb7/7-2"
Jan 03 13:58:22 arcturus mtp-probe[20425]: bus: 7, device: 10 was not an MTP device
Jan 03 13:58:26 arcturus kernel: usb 7-2: USB disconnect, device number 10
The SP_Flash_Tool
sees the device but ultimately fails to flash it (probably due to the fact that it goes away):
Search usb, timeout set as 3600000 ms
add@/devices/pci0000:00/0000:00:02.1/0000:03:00.0/0000:04:0c.0/0000:12:00.0/usb3/3-1
add@/devices/pci0000:00/0000:00:02.1/0000:03:00.0/0000:04:0c.0/0000:12:00.0/usb3/3-1/3-1:1.0
add@/devices/pci0000:00/0000:00:02.1/0000:03:00.0/0000:04:0c.0/0000:12:00.0/usb3/3-1/3- 1:1.0/tty/ttyACM0
vid is 0e8d
device vid = 0e8d
pid is 0003
device pid = 0003
com portName is: /dev/ttyACM0
Total wait time = -1735908101.000000
USB port is obtained. path name(/dev/ttyACM0), port name(/dev/ttyACM0)
USB port detected: /dev/ttyACM0
Connect BROM failed: STATUS_ERR(-1073676287)
Disconnect!
Exception: err_code[-1073676287], err_msg[ ERROR : STATUS_ERR (-1073676287) , MSP ERROE
CODE : 0x00.
[HINT]:
]
Logger deinited.%
The device boots into the pre-installed Yocto image so I’m sure it’s not entirely bricked. I’ve tried multiple cables and host computers (linux) with the same result. Does anyone have any ideas of how to proceed?