查看: 7036|回复: 7

安装FSL_ATK 1.71出错,求解答.

[复制链接]

该用户从未签到

1

主题

1

帖子

0

新手上路

Rank: 1

积分
10
最后登录
1970-1-1
发表于 2012-10-30 23:11:50 | 显示全部楼层 |阅读模式
freescale_intall_error.jpg xp系统

安装步骤执行到cmd窗口显示"registering windrvr6.inf...", 这时弹出窗口显示一大堆信息标题:"C:\Program Files\freescale\AdvancedToolKit-STD\windriver\wdreg_gui.exe Error"

正文"Failed to install the INF file(C:\Program Files\freescale\AdvancedToolKit-STD\windriver\windrvr6.inf)

LOG Event:1,ENTER: DriverackageInstallA

LOG Event:1,ENTER: DriverPackageinstallW

LOG Event:1, Looking for model section [DeviceList]...

等等还有不少信息"

请问什么原因产生的安装错误? 有没有办法解决, 或者手工解决.

附录: windrvr.inf

====================================================

;
; Copyright (c) 2003 - 2007 Jungo Ltd.  http://www.jungo.com
;
; Installs windrvr6.sys as a driver for a pseudo-device
;

[Version]
Signature=$CHICAGO$
Class=Jungo
ClassGuid={c671678c-82c1-43f3-d700-0049433e9a4b}
Provider=%MFGNAME%
; The catalog file below is digitally signed by Jungo.
; For WHQL, you should obtain a catalog signed by Microsoft Hardware Compatibility Labs
CatalogFile=wd900.cat
DriverVer=03/27/2007, 9.0.0

[Manufacturer]
%MFGNAME%=DeviceList,NTamd64

[DestinationDirs]
DefaultDestDir=10,System32\Drivers

[SourceDisksFiles]
windrvr6.sys=1

[SourceDisksNames]
1=%INSTDISK%,,,.
;Delete the above line and uncomment the next line for WHQL
;1 = %INSTDISK%,windrvr6.cat,,

; x86 platform, Win9x, Windows 2000 and later
[DeviceList]
%DESCRIPTION%=DriverInstall,*WINDRVR6

; x64 platform, Windows XP x64 edition and later
[DeviceList.NTamd64]
%DESCRIPTION%=DriverInstall,*WINDRVR6

[ClassInstall]  ; Register a new class in Windows 98/Me
AddReg=UpDateRegistry

[ClassInstall32]  ; Register a new class in Windows 2000 and later
AddReg=UpDateRegistry

[UpDateRegistry]
HKR,,,,Jungo
HKR,,Icon,,-5

;------------------------------------------------------------------------------
;  Windows 2000 and later Sections (x86 and x64 platforms)
;------------------------------------------------------------------------------

[DriverInstall.NT]
CopyFiles=DriverCopyFiles

[DriverCopyFiles]
windrvr6.sys,,,0x22  ; COPYFLG_NOSKIP | COPYFLG_NO_VERSION_DIALOG

[DriverInstall.NT.Services]
AddService=WinDriver6,2,DriverService

[DriverService]
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary=%10%\system32\drivers\windrvr6.sys

[DriverInstall.NT.hw]
AddReg=DriverHwAddReg

[DriverHwAddReg]
HKR,,SampleInfo,,""

;------------------------------------------------------------------------------
;  Windows 98 Sections
;------------------------------------------------------------------------------

[DriverInstall]
AddReg=DriverAddReg
CopyFiles=DriverCopyFiles
LogConfig=DriverConfig98

[DriverAddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,windrvr6.sys

[DriverConfig98]
ConfigPriority=NORMAL
IOConfig=1@100-3ff%ffff(3ff:

[DriverInstall.hw]
AddReg=DriverHwAddReg

;------------------------------------------------------------------------------
;  String Definitions
;------------------------------------------------------------------------------

[Strings]
MFGNAME="Jungo"
INSTDISK="Jungo Installation Disc"
DESCRIPTION="WinDriver"
回复

使用道具 举报

  • TA的每日心情
    难过
    2021-12-15 16:01
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]初来乍到

    305

    主题

    4701

    帖子

    0

    中级会员

    Rank: 3Rank: 3

    积分
    377
    最后登录
    2023-8-16
    发表于 2012-10-31 09:46:15 | 显示全部楼层

    RE:安装FSL_ATK 1.71出错,求解答.

    看这个意思是驱动安装失败,我先看一下。
    该会员没有填写今日想说内容.
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    0

    主题

    3

    帖子

    0

    新手上路

    Rank: 1

    积分
    0
    最后登录
    1970-1-1
    发表于 2012-11-1 09:08:56 | 显示全部楼层

    回复:安装FSL_ATK 1.71出错,求解答.

    同求   我安cw出现这样的错误   系统是win732位旗舰版
    failed to install the inf file(c:\windows\inf\windrvr6.inf)
    error updating the driver(hwid:*WINDRVR6) with the inf file :系统找不到指定的文件
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    难过
    2021-12-15 16:01
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]初来乍到

    305

    主题

    4701

    帖子

    0

    中级会员

    Rank: 3Rank: 3

    积分
    377
    最后登录
    2023-8-16
    发表于 2012-11-1 09:47:06 | 显示全部楼层

    RE:安装FSL_ATK 1.71出错,求解答.

    (c:\windows\inf\windrvr6.inf)
    你应该用WIN7的版本,这个是XP的版本。
    该会员没有填写今日想说内容.
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    0

    主题

    3

    帖子

    0

    新手上路

    Rank: 1

    积分
    0
    最后登录
    1970-1-1
    发表于 2012-11-1 11:36:16 | 显示全部楼层

    回复:安装FSL_ATK 1.71出错,求解答.

    回复第 4 楼 于2012-11-01 09:47:06发表:
    (c:\windows\inf\windrvr6.inf)
    你应该用WIN7的版本,这个是XP的版本。 

    cw还分win7的么  ?
    安  手头 有么  
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    27

    主题

    157

    帖子

    0

    中级会员

    Rank: 3Rank: 3

    积分
    465
    最后登录
    2015-6-20
    发表于 2015-4-24 16:58:07 | 显示全部楼层
    怎样解决的?我也遇到乐这样子的问题。。
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    0

    主题

    9

    帖子

    0

    注册会员

    Rank: 2

    积分
    54
    最后登录
    2024-3-4
    发表于 2015-9-6 09:04:51 | 显示全部楼层
    在官网社区里找到解决办法,转帖过来:
    Re: Need help to install Code warrior 8.7


    Marceli Firlej 2012-8-13 下午1:10 (回复 Filip Deniere)
    plug USB-ML12 into computer. open device manager, under Jungo you will see one entry for the multilink (there are supposed to be 2) in c:\pemicro\drivers edit the windrvr6.inf file find the line below and put a ; at the beginning windrvr6.sys,,,0x22 ; COPYFLG_NOSKIP | COPYFLG_NO_VERSION_DIALOG now looks like: ;windrvr6.sys,,,0x22 ; COPYFLG_NOSKIP | COPYFLG_NO_VERSION_DIALOG save the file. in the device manager, right click the top node (the name of your computer) and select "install legacy hardware" click search for hardware, let the computer search and give up. Then select browse for driver, navigate to C:\pemicro\drivers\windrvr6.inf click ok, the computer will complain that its not a digitally signed driver, click install anyway the installation will complete and in the Jungo section of device manager there will be 2 entries. The USB_ML12 will now work

    来源: <http://community.freescale.com/thread/96288>
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    3

    主题

    26

    帖子

    0

    注册会员

    Rank: 2

    积分
    56
    最后登录
    2015-9-20
    发表于 2015-9-17 23:40:36 | 显示全部楼层
    路过学习一下
    143506rbgi0wrdwkgrgdwk.jpg
    回复 支持 反对

    使用道具 举报

    您需要登录后才可以回帖 注册/登录

    本版积分规则

    关闭

    站长推荐上一条 /3 下一条

    Archiver|手机版|小黑屋|恩智浦技术社区

    GMT+8, 2025-7-21 12:20 , Processed in 0.099519 second(s), 26 queries , MemCache On.

    Powered by Discuz! X3.4

    Copyright © 2001-2024, Tencent Cloud.

    快速回复 返回顶部 返回列表