-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Running version 0.4.0, installed via the c4ev3-setup.exe installer. Can't find any getting-started or step-by-step documentation, so I'm optimistically reading the code instead.
My EV3 is in update mode, and the screen shows "Updating..". Windows Device Manager shows it under "Human Interface Devices" as "USB Input Device" with Hardware ID "USB\VID_0694&PID_0006". There's a similar "HID-compliant vendor-defined device" with similar VID and HID. That seems consistent with an EV3 in firmware update mode.
The Lego software, "LEGO MINDSTORMS Education EV3 Teacher Edition" detects it correctly and attempts to upload the firmware, but ev3duder doesn't detect it. I get the following results, even if the Lego application isn't running. Maybe the command "--usb flash info" isn't good, but it seems appropriate after reading the code.
PS C:\ev3\uploader> .\ev3duder.exe --version
0.4.0
PS C:\ev3\uploader> .\ev3duder.exe --usb info
EV3 not found. Either plug it into the USB port or pair over Bluetooth.
PS C:\ev3\uploader> .\ev3duder.exe --usb flash info
EV3 not found. Either plug it into the USB port or pair over Bluetooth.