Renesas Electronics (旧NEC) USB3.0 チップ ファームウェア インストール
はじめに
MSI 990FXA-GD80 には USB3 コントローラーとして 「uPD720200A」 が搭載されていた
しかし接続する機器により、非常に相性問題が発生する
– > はじめから認識しないならまだしも
– – > 動いているふりして途中で止まっていたり
速度が異常に遅かったり
とりま ファーム と ドライバ をアップしてみようと
目次
1. インテルのサイトよりダウンロード
USB 3.0: Renesas Electronics* USB 3.0 ファームウェア・アップデート
「200_Front.zip」をダウンロード
解凍すると、「x64」と「x86」フォルダがある
2. ファームアップする
「コマンドプロンプト」を “管理者” で「w200fw36.exe」を実行し、ファームアップする
C:\200(Front)\x64>w200fw36 /? Serial ROM Utility for uPD720200 & uPD720200A Usage:: W200FW36 [ /? | /srom romtype | /write file1 [file2] [file3] | /dump file1 | /erase | /noerase | /log [file4] | /address deviceaddress | /fout file5 | /verify file1 [file2] [file3] | /writeall file1 [file2] [file3] ] Options:: /? :Display this help message. /srom :Specify SPI-Flash-ROM device type. /write :Write both file1(.mem) and file2(.ini) to SPI Flash ROM. If need to write EUI-64, specify file3(.eui). /dump :Dump ROM Image File from SPI-Flash-ROM. /erase :Erase all of the data in SPI-Flash-ROM. /noerase :Erase process is skipped. This command is used with write command if needed. /log :Generates log file named file4. (Default log file named "log.txt") /address :Specify one target device with PCI Device Address. /fout :File out to file6 (Don't write to SPI-Flash-ROM). /verify :Verify the ROM image data (Don't write to SPI-Flash-ROM). /writeall :Write both file1(.mem) and file2(.ini) to SPI Flash ROMs of multi Host controllers on same system(computer). If need to write EUI-64, specify file3(.eui). Where:: romtype :Serial ROM type number (0-4,?). Please see the supported list. 0. Auto Select (check serial rom type automatically) 1. AT25F512/A/B (ATMEL) (PageSize=128Byte, Chip Erase=0x62) 2. MX25L512/512C/2005/4005A/4005C/2006E/4006E(MACRONIX) Pm25LD512C/010C/020C(Chingis) (PageSize=256Byte, Chip Erase=0x60) 3. W25X10BV/20BV/40BV(WINBOND) EN25F05/10/20/40/(EON) A25L512/010/020/040(AMIC) (PageSize=256Byte, Chip Erase=0xC7) 4. MX25L5121E/1021E(MACRONIX) (PageSize=32Byte, Chip Erase=0x60) ?. Check Serial ROM Information. file1 :Firmware File (extension is mem) released by Renesas Electroncis. file2 :Configuration File (extension is ini) including system dependent Parameters such as PCI Subsystem ID or PCI Subsystem Vendor ID. Renesas Electronics releases a sample file. User need to modify those parameters in accordance with the customer system. file3 :EUI-64 file(extension is eui) that includes EUI-64(XX-XX-XX-XX- XX-XX-XX-XX). If the Product is hot-plug device such as Express Card, the EUI-64 must be set. This requirement is released from Microsoft Windows Logo Program. As for the EUI-64, refer to the following WEB site. "http://standards.ieee.org/regauth/oui/tutorials/EUI64.html" file4 :LOG File Name. In case of skipping the fielname4, log.txt is generated on the current directory. file5 :Output Serial ROM Image File. deviceaddress :Format is XX-YY-ZZ. XX is PCI Bus Number(HEX). YY is PCI Device Number(HEX). ZZ is PCI Function Number(HEX). If there are multiple devices on the system, user can specify one device. Example:: >W200FW36 >W200FW36 /srom 1 /write Fxxxxxx.MEM CFG.INI >W200FW36 /srom 1 /erase >W200FW36 /srom 1 /address 04-00-00 /write Fxxxxxx.MEM CFG.INI
チップ調査
C:\200(Front)\x64>w200fw36 /srom ? Bus:0x04 Device:0x00 Function:0x00 This Device is uPD720200A(Revision 4). MX25L512/2005/4005A/4005C/2006E/4006E(MACRONIX)/Pm25LD512C/010C/020C(Chingis) Type : 2, PageSize = 0x100, Chip Erase = 0x60 Bus:0x05 Device:0x00 Function:0x00 This Device is uPD720200A(Revision 4). MX25L512/2005/4005A/4005C/2006E/4006E(MACRONIX)/Pm25LD512C/010C/020C(Chingis) Type : 2, PageSize = 0x100, Chip Erase = 0x60
ふむふむ、このボードには2つのチップが有るのか
上記より、”romtype”は「2」、”Bus”は「0x04」と「0x05」の2つなので、2個ファームアップする必要がある
/address は、”Bus-Device-Function” の順で、先頭の”0x”を除いたものを記述
1つ目ファームアップ
C:\200(Front)\x64>W200FW36 /srom 2 /address 04-00-00 /write F402103.MEM cfg.ini [Target Device]Bus:0x04 Device:0x00 Function:0x00 This Device is uPD720200A(Revision 4). Erase Serial ROM.... 100% Erase complete Write Serial ROM.... 100% Write complete Verify Serial ROM.... 100% Verify complete
2つ目ファームアップ
C:\200(Front)\x64>W200FW36 /srom 2 /address 05-00-00 /write F402103.MEM cfg.ini [Target Device]Bus:0x05 Device:0x00 Function:0x00 This Device is uPD720200A(Revision 4). Erase Serial ROM.... 100% Erase complete Write Serial ROM.... 100% Write complete Verify Serial ROM.... 100% Verify complete
3. ドライバ更新
USB 3.0: Renesas Electronics* USB 3.0 ドライバー
– >>上記より「USB3.0_allOS_2.1.28.1_PV.exe」をダウンロード
実行するが、当方の環境ではエラー停止
解凍ソフトで「USB3.0_allOS_2.1.28.1_PV.exe」を解凍し、「setup.exe」実行
4. 作業を終えて
結果、手持ちの「バッファロー製カードリーダー:BSCR15TU3」との接続状況は変わらず
USB2の方で使用し続けよう
ファームウェア・ドライバがリンクエラー
当サイトよりダウンロード出来るようにした
名前: uPD720200/200A(USB3.0).7z
サイズ: 8392228 バイト (8195 KiB)
SHA256: DC3E2F8CB1896516B7D7FA24623F0FA7AEF8E2E73306776DD49B52DFE30FC20F
- 2019年10月10日 - yuya
- 当サイトよりダウンロード出来るようにした
- 2017年11月23日 - yuya
- Crayon Syntax Highlighter → Enlighter
- 2015年4月12日 - yuya
- 初版
コメント
Renesas Electronics (旧NEC) USB3.0 チップ ファームウェア インストール — コメントはまだありません
HTML tags allowed in your comment: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>