EVC2 Beta Firmware
Quote from MaddMutt on 2020-09-01, 05:58I have successfully updated it to Version .006. I had to switch to my z390 motherboard with Win 10 installation. I have also re-checked it against my GTX-980Ti and it now works (IR3595 Controller). Will also leave feedback in the software section 🙂 Great Product
I have successfully updated it to Version .006. I had to switch to my z390 motherboard with Win 10 installation. I have also re-checked it against my GTX-980Ti and it now works (IR3595 Controller). Will also leave feedback in the software section 🙂 Great Product
Quote from elmor on 2020-09-09, 15:21Ah great you got it working. Sorry I missed the forum notifications. Fastest way to get support is through discord at the moment 🙂
Ah great you got it working. Sorry I missed the forum notifications. Fastest way to get support is through discord at the moment 🙂
Quote from I.nfraR.ed on 2020-11-30, 00:26Hello,
I've promised to get the linux flashing instructions really long time ago. I've recently recovered my profile on the forums, so here's what you need to flash the firmware from a linux machine. Not sure why anyone would want that at the moment, but perhaps there are people using linux as a daily OS and want to quickly flash a new firmware on EVC2.
Firs of all, move the jumper to the BOOT position (2-3) and connect the cable.
Then, you need dfu-util
$ sudo apt install dfu-util
After successful install, you can verify the util sees the device by typing
$ sudo dfu-util -l
dfu-util 0.9Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2020 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO WARRANTY
Please report bugs to http://sourceforge.net/p/dfu-util/tickets/Found DFU: [0483:df11] ver=2200, devnum=4, cfg=1, intf=0, path="1-7", alt=1, name="@Option Bytes /0x1FFFF800/01*016 e", serial="FFFFFFFEFFFF"
Found DFU: [0483:df11] ver=2200, devnum=4, cfg=1, intf=0, path="1-7", alt=0, name="@Internal Flash /0x08000000/064*0002Kg", serial="FFFFFFFEFFFF"The device we're looking for is the Internal Flash (alt=0).
It's always good to make a backup first
sudo dfu-util -a 0 -U backup.dfu
Finally, flash the new firmware (replace firmware name with the one you're flashing)
sudo dfu-util -a 0 -D EVC2_0008c.dfu
Disconnect the USB cable, move the jumper to position (1-2) and reconnect the cable.
Hello,
I've promised to get the linux flashing instructions really long time ago. I've recently recovered my profile on the forums, so here's what you need to flash the firmware from a linux machine. Not sure why anyone would want that at the moment, but perhaps there are people using linux as a daily OS and want to quickly flash a new firmware on EVC2.
Firs of all, move the jumper to the BOOT position (2-3) and connect the cable.
Then, you need dfu-util
$ sudo apt install dfu-util
After successful install, you can verify the util sees the device by typing
$ sudo dfu-util -l
dfu-util 0.9Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2020 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO WARRANTY
Please report bugs to http://sourceforge.net/p/dfu-util/tickets/Found DFU: [0483:df11] ver=2200, devnum=4, cfg=1, intf=0, path="1-7", alt=1, name="@Option Bytes /0x1FFFF800/01*016 e", serial="FFFFFFFEFFFF"
Found DFU: [0483:df11] ver=2200, devnum=4, cfg=1, intf=0, path="1-7", alt=0, name="@Internal Flash /0x08000000/064*0002Kg", serial="FFFFFFFEFFFF"
The device we're looking for is the Internal Flash (alt=0).
It's always good to make a backup first
sudo dfu-util -a 0 -U backup.dfu
Finally, flash the new firmware (replace firmware name with the one you're flashing)
sudo dfu-util -a 0 -D EVC2_0008c.dfu
Disconnect the USB cable, move the jumper to position (1-2) and reconnect the cable.
Quote from elmor on 2021-08-28, 07:10Quote from miramiles on 2021-08-28, 01:58I also have the same case.
Hello, which one are you referring to?
Quote from miramiles on 2021-08-28, 01:58I also have the same case.
Hello, which one are you referring to?