The LED is blinking but I can't access the device with dfu-util even if explicit vendorID:productID is given. When plugging in the board it shows up in dmesg:
[50019.917036] usb 2-6: new full speed USB device using ohci_hcd and address 33
[50020.139165] usb 2-6: configuration #1 chosen from 1 choice
[50020.156542] cdc_acm 2-6:1.0: ttyACM0: USB ACM device
But it doesn't seem to have DFU class interface (0xFE):
# lsusb -d 1eaf:0004 -v | grep Class
bDeviceClass 2 Communications
bDeviceSubClass 0
bInterfaceClass 2 Communications
bInterfaceSubClass 2 Abstract (modem)
bInterfaceClass 10 CDC Data
bInterfaceSubClass 0 Unused
Any idea what could I check?