手动有个16年前的8G迷你u盘,印着sony标,读取不认盘了。于是读了一下主控是安国AU6986的,记录一下量产过程。
usbdev相关教程的尝试

- chipgenius读取主控信息
- 工具下载: https://www.usbdev.ru/files/chipgenius/
- 运行读取信息:
USB设备ID: VID = 0000 PID = 7777
主控厂商: Alcor Micro(安国)
主控型号: AU6986 [BC07] - F/W D407
闪存识别码: 89D5943E7483 - Intel(英特尔) 29F16G08AAMC1 - 2CE/单通道 [MLC-4K] -> 总容量 = 4GB
- usbflashinfo读取更多信息
- 工具下载: https://antspec.com/usbflashinfo/index.php
- 运行读取信息:
Controller: Alcor AU6983/AU6986
Possible Memory Chip(s):
Intel 29F32GA8DAMC1
Intel 29F32G08CAMC1
Memory Type: MLC
Flash ID: 89D5943E 7483
Flash CE: 2
Flash Channels: Single
Chip Code: 0xBC07
Chip F/W: D407
Group: 85
VID: 0000
PID: 7777
- AlcorMP量产
- 工具下载: https://www.usbdev.ru/files/alcor/alcormp/ 里面有一堆的版本,找主控型号符合的最新版就行
- 同样硬件的文章: https://www.usbdev.ru/f/index.php?topic=1236.0
- 修改配置:AlcorMP.ini
IgnoreVID=058f,0000
IgnoreVIDPID=058F6387,00007777
VIDPID=058F6387,00007777 - 准备文件:AUTORUN\9384.img和Reserve.img拷贝到c:\
- 加载驱动:管理员运行 LoadDriver.exe 设置 0000 7777 点安装
- 开始量产:管理员运行 AlcorMP.exe
- 没有识别u盘,流程卡住了,放弃
百度经验山寨U盘安国量产工具的尝试
- 教程: https://jingyan.baidu.com/article/c843ea0b54b45a77931e4ad9.html
- 工具: https://www.upantool.com/liangchan/Alcor/2012/AU698x_v302173.html#downs
- 安装
- 安装 Alcor_UFD_MP_AU698x_Generic_XP2K_Setup_v.2.1.6.0.exe
- 安装 update_Patch_v09.10.30.01.exe 把MP:2.1.6版本升级到MP:v.3.0.2.173
- 运行
- 管理员运行AlcorMP_698x,运行正常,但是没加载到u盘
- 修改配置文件后,再次运行AlcorMP_698x,运行正常,但是没加载到u盘
IgnoreVID=058F,0000
IgnoreVIDPID=058f6387,00007777
[ALREADY LOAD]
VIDPID=058f6387,00007777 - 管理员运行LoadDrvUI.exe,并设置0000 7777点安装后,再次运行AlcorMP_698x,运行正常,但是没加载到u盘
- 修改配置文件后,再次运行AlcorMP_698x,报错restart mp program,提示集线器装置设置改变,请拔除所有装置!是否重新启动量产程序?
IgnoreVID=0000,058F
IgnoreVIDPID=00007777,058f6387
VIDPID=00007777,058f6387
VID=0000
PID=7777- 流程卡死,放弃