08-05-2013 06:36 AM - last edited on 03-06-2024 06:45 PM by ROGBot
08-06-2013 05:09 AM
08-25-2013 06:51 PM
08-26-2013 04:47 PM
10-17-2013 01:20 AM
boyka wrote:
Yes I have all required files to carry this out mate:)
But please keep in mind I made this for my specific board Z68 (Maximus IV Extreme Z) which I got the error
"Plural host controllers", what I'm providing is a workaround for this, it's just a way to flash them individually
from command line ..
Not sure about your board, but mine has two uPD720200 controller chips, only both can be enabled or disabled,
so you cannot disable one to update the other, they are each controlled by a seperate controller.
OK, now a step by step on how to do this:
Inside of this zip file that I uploaded, you will have a folder called uPD720200_uPD720200A_FW_Updater,
extract the folder and place it in directory C:\ (and please do not change the folder name!)
Inside of this folder I have included a file called 4020103.mem, this is the latest firmware for the USB3.0 controllers,
you want to keep everything in the same folder so you don't have to path out each individual file, so you can just address it directly.
Now the basics instructions on how this works:
1- Open CMD with administrator privileges.
2- Than copy paste the command lines that i provide you below:
Current info:
2a) For Current firmware Information, type:
C:\uPD720200_uPD720200A_FW_Updater\W200FW35.exe /srom 4
2b) Than type this to get your current USB3.0 hardware addresses:
C:\uPD720200_uPD720200A_FW_Updater\W200FW35.exe /srom ?
Note: The adresses will be in the form of 0x-00-00,
take note of them as we will need that to flash them in the next step.
If Your addresses are 0x08 and 0x09, so you would type 08x00x00 and 09x00x00.
Example:
Bus:0x08 Device:0x00 Function:0x00
Bus:0x09 Device:0x00 Function:0x00
See how that translates to 08x00x00 and 09x00x00
3- Time to flash, so type:
1st chip> C:\uPD720200_uPD720200A_FW_Updater\W200FW35.exe /srom 4 /write F402103.mem cfg.ini /
address 0X-00-00
2nd chip> C:\uPD720200_uPD720200A_FW_Updater\W200FW35.exe /srom 4 /write F402103.mem cfg.ini /
address 0X-00-00
Note: Type this to flash your firmware but replacing 0x-00-00 with your hardware addresses you got in step 2b.
4- Restart computer.
5- To see current firmware Information, (now it should be FW Version: 4.0.2.1-0.3) type:
C:\uPD720200_uPD720200A_FW_Updater\W200FW35.exe /srom 4
Note: If you want to backup the current firmware, before updating for the new one the commands are:
C: \ uPD720200_uPD720200A_FW_Updater \ W200FW35 / srom 0 / address 0X-00-00 / dump backup-08.mem
C: \ uPD720200_uPD720200A_FW_Updater \ W200FW35 / srom 0 / address 0X-00-00 / dump backup-08.mem
Again, remember to replacing 0x-00-00 and dump backup-0X.mem with your hardware addresses you got in step 2b.
Do all this steps calm and take a deep breath:)
and please don't blame me if something goes wrong!
This is the correct steps and it worked like a charm for me, let me know if this is unclear.
10-17-2013 04:49 PM
09-18-2013 11:32 PM
poxxxy wrote:
Do you still have all required files to carry this out? I to wish to upgrade my firmware however station drivers no longer hosts any of the renesas/nec usb 3.0 drivers.
09-23-2013 07:54 AM
10-19-2013 04:37 PM