完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
我正在尝试使用迷你下载中的批处理模式在Linux下安装(最终我试图将其安装在Docker容器中)。
$。/ xsetup --batch Install --agree XilinxEULA,3rdPartyEULA,WebTalkTerms --config ../install_config.txt 以批处理模式运行...... 版权所有(c)1986-2017 Xilinx,Inc。保留所有权利。 信息:日志文件位置 - /root/.Xilinx/xinstall/xinstall_1503602428449.log 信息:版本选择安装:Vivado HL WebPACK 警告:InstallOptions配置文件中指定的值(启用WebTalk for SDK将使用情况统计信息发送到Xilinx)丢失或无效。 信息:验证了Internet连接,可以连接到Internet。 错误:无效的用户ID或密码。 所以它需要我的xilinx.com用户ID和密码才能下载图像。 我如何提供该信息? 是否有检查的环境变量? 或者install_config.txt中的设置? 不可能的是,这个安装程序如此破碎,实际上它无法完成它的工作,是吗? 有人必须测试安装程序。 install_config.txt 2 KB 以上来自于谷歌翻译 以下为原文 I'm trying to install under Linux using batch mode from the mini-download (ultimately I'm trying to get this to install in a Docker container). $ ./xsetup --batch Install --agree XilinxEULA,3rdPartyEULA,WebTalkTerms --config ../install_config.txtRunning in batch mode...Copyright (c) 1986-2017 Xilinx, Inc. All rights reserved.INFO : Log file location - /root/.Xilinx/xinstall/xinstall_1503602428449.logINFO : Edition Selected to be installed: Vivado HL WebPACKWARN : The value specified in the configuration file for InstallOptions (Enable WebTalk for SDK to send usage statistics to Xilinx) is missing or invalid.INFO : Internet connection validated, can connect to internet.ERROR: Invalid User ID or Password. So it needs my xilinx.com User ID and password to be able to download the images. How do I provide it that information? Is there an environment variable that it checks? Or a setting in install_config.txt? It can't be the case that this installer is so broken that, in practice, it is unable to do its job, is it? Someone MUST have tested the installler. install_config.txt 2 KB |
|
相关推荐
11个回答
|
|
你好@ rgaddi,
请注意,我已经为我们的软件开发团队提交了一个易于用户增强更改请求(CR-983883),以便了解可以在此处执行哪些操作来实现此功能。 一旦我收到任何评论或反馈的回复,我将能够回答您的问题,看看WebInstall是否不能以批处理模式使用,如果有,Xilinx开发团队可以在此处执行任何操作 得到这个实现。 再次感谢让我们知道并度过美好的一天。 亲切的问候,阿纳托利 亲切的问候,Anatoli Curran,Xilinx技术支持----------------------------------------- --------------------------------不要忘记回复,工作,并接受解决方案.---- -------------------------------------------------- ------------------- 在原帖中查看解决方案 以上来自于谷歌翻译 以下为原文 Hello @rgaddi, Please note that i've filed an Ease Of User Enhancement Change Request (CR-983883) for our software development team to have a look what can be done here to get this implemented. Once i hear back from them with any comments or a feedback, I will be able then answer your question to see if the WebInstall just can't be used in batch mode and if so, if there is anything that Xilinx Development team can do here to get this implemented. Thanks once again for letting us know and have a nice day. Kind Regards, Anatoli Kind Regards, Anatoli Curran, Xilinx Technical Support ------------------------------------------------------------------------- Don’t forget to reply, kudo, and accept as solution. -------------------------------------------------------------------------View solution in original post |
|
|
|
嗨@ rgaddi,
您可以通过注释掉当前文件并检查,在文件末尾尝试以下安装后任务。 InstallOptions =配置WebTalk:1,安装并初始化可信存储许可:1,生成已安装的设备列表:1,为64位操作系统安装VC ++运行时库:1,安装电缆驱动程序:0,获取或管理许可证密钥:0, 运行:西昌:1 以上来自于谷歌翻译 以下为原文 Hi @rgaddi, You can try the below post install task at the end of the file by commenting out the current one and check. InstallOptions=Configure WebTalk:1,Install and Initialize Trusted Storage Licensing:1,Generating installed device list:1,Install VC++ runtime libraries for 64-bit OS:1,Install Cable Drivers:0,Acquire or Manage a License Key:0,run:xic:1 |
|
|
|
结果相同。
问题似乎是尝试从xilinx.com下载实际安装源; 它想要我的用户名和密码。 我只需要一种机制来为批处理安装程序提供这些信息。 xinstall_1503954351771.log.txt 8 KB 以上来自于谷歌翻译 以下为原文 Same result. The problem seems to be trying to download the actual install sources from xilinx.com; it wants my username and password. I just need a mechanism to provide the batch installer that information. xinstall_1503954351771.log.txt 8 KB |
|
|
|
你好@ rgaddi,
我认为这是不可能的,因为这还没有实现,你需要先使用webinstaller进行软件下载,然后再用它来批量安装。 可能有一种方法可以在某处记录用户和密码,但我不知道如何提示用户ID和密码可能会更好,但是这个新功能还没有实现。 因此,您可以从网站下载单个文件下载(SFD),也可以将webinstaller用作仅下载,然后执行批量安装。 希望这可以帮助。 亲切的问候, 阿纳托利 亲切的问候,Anatoli Curran,Xilinx技术支持----------------------------------------- --------------------------------不要忘记回复,工作,并接受解决方案.---- -------------------------------------------------- ------------------- 以上来自于谷歌翻译 以下为原文 Hello @rgaddi, I don't think that's possible, as this is not implemented yet, and you will need to use the webinstaller to do the software download first and that can then be used for installing in batch mode. Probably there is a way to log the user and password somewhere but I am not aware of how, probably would be better to be prompted to ask for User ID and Password, however this new feature isn’t implemented yet. Therefore, you can either download the Single File Download (SFD) from the website, or use the webinstaller as Download only and then do the batch installation. Hope this helps. Kind Regards, Anatoli Kind Regards, Anatoli Curran, Xilinx Technical Support ------------------------------------------------------------------------- Don’t forget to reply, kudo, and accept as solution. ------------------------------------------------------------------------- |
|
|
|
嗨@anatoli,
真是太遗憾了; 下载一个21G文件,并保持它只是为了在3个月内取代它是令人恼火的。 我可以在下次有人使用安装程序时将其作为SR获取吗? XilinxUser =,XilinxPassword =在配置文件中还是更安全的XIL_USERNAME,XIL_PASSWORD作为环境变量? 这是一个非常简单的添加,但是否则WebInstaller不能在批处理模式下使用。 我会尝试从GUI模式下载。 谢谢, 抢 以上来自于谷歌翻译 以下为原文 Hi @anatoli, That's a shame; having download a 21G file and keep it around just to have it superseded in 3 months is irritating. Can I get that in as a SR the next time someone mucks with the installer? Either XilinxUser=, XilinxPassword= in the config file or more securely XIL_USERNAME, XIL_PASSWORD as environment variables? It's a pretty straightforward add, but otherwise the WebInstaller just can't be used in batch mode. I'll try having it do the download from GUI mode. Thanks, Rob |
|
|
|
你好@ rgaddi,
请注意,我已经为我们的软件开发团队提交了一个易于用户增强更改请求(CR-983883),以便了解可以在此处执行哪些操作来实现此功能。 一旦我收到任何评论或反馈的回复,我将能够回答您的问题,看看WebInstall是否不能以批处理模式使用,如果有,Xilinx开发团队可以在此处执行任何操作 得到这个实现。 再次感谢让我们知道并度过美好的一天。 亲切的问候,阿纳托利 亲切的问候,Anatoli Curran,Xilinx技术支持----------------------------------------- --------------------------------不要忘记回复,工作,并接受解决方案.---- -------------------------------------------------- ------------------- 以上来自于谷歌翻译 以下为原文 Hello @rgaddi, Please note that i've filed an Ease Of User Enhancement Change Request (CR-983883) for our software development team to have a look what can be done here to get this implemented. Once i hear back from them with any comments or a feedback, I will be able then answer your question to see if the WebInstall just can't be used in batch mode and if so, if there is anything that Xilinx Development team can do here to get this implemented. Thanks once again for letting us know and have a nice day. Kind Regards, Anatoli Kind Regards, Anatoli Curran, Xilinx Technical Support ------------------------------------------------------------------------- Don’t forget to reply, kudo, and accept as solution. ------------------------------------------------------------------------- |
|
|
|
|
|
|
|
+1
由于此问题,似乎仍无法以批处理模式安装到工具。 自九月以来做了什么? 请注意,一个错误(似乎与java [0,1]相关)阻止我通过X11 Forwarding填充webinstaller提示中的用户/密码字段。 批处理模式应该是一种解决方法。 最后,因为这种模式不起作用,所以似乎无法在带有webinstaller的服务器上安装这些工具...... 问候, 蒂博 [0] https://bugs.openjdk.java.net/browse/JDK-8040662 [1] https://community.oracle.com/thread/2501357 (请注意,该工具本身有效,此问题仅影响安装程序。它们可能使用不同的JDK版本) 以上来自于谷歌翻译 以下为原文 +1 Seems still impossible to install to tools in batch mode because of this issue. What have been done since September ? Note that a bug (seems related to java [0,1]) prevents me to fill the user/password fields in the webinstaller prompt through X11 Forwarding. The batch mode should be a workaround for that. Finally, because this mode doesn't work, it seems impossible to install the tools on a server with the webinstaller… Regards, Thibaut [0] https://bugs.openjdk.java.net/browse/JDK-8040662 [1] https://community.oracle.com/thread/2501357 (Note that the tool itself works, this issue only affects the installer. They probably use different JDK versions) |
|
|
|
你好@ thibautm,
请注意,使用webinstall进行批量安装的增强请求已经提交(我自己在9月份),Xilinx开发团队目前正在努力在未来的Vivado版本中实现此功能。 计划实施的实际版本尚未知,但根据我从同事那里收到的信息,计划在Vivado 2018.1中实施,但这可能会有所变化。 希望这可以帮助。 亲切的问候, 阿纳托利 亲切的问候,Anatoli Curran,Xilinx技术支持----------------------------------------- --------------------------------不要忘记回复,工作,并接受解决方案.---- -------------------------------------------------- ------------------- 以上来自于谷歌翻译 以下为原文 Hello @thibautm, Please note that an Enhancement request for the batch install using webinstall was filed (by myself back in September) and the Xilinx development team are currently working on implementing this feature in a future Vivado release. The actual release when exactly this is planned to be implemented in is unknown yet, however based on the info I've received from colleagues, this is planned to be implemented in Vivado 2018.1, however this is subject to change. Hope this helps. Kind Regards, Anatoli Kind Regards, Anatoli Curran, Xilinx Technical Support ------------------------------------------------------------------------- Don’t forget to reply, kudo, and accept as solution. ------------------------------------------------------------------------- |
|
|
|
嗨,我刚试过2018.2,我相信它仍然会遇到这个问题。
问候, 哈 以上来自于谷歌翻译 以下为原文 Hi, I just tried 2018.2, and I believe it still suffers from this issue. Regards, Haggai |
|
|
|
是的,它令人讨厌你仍然无法通过命令行安装Xilinx软件命令行工具(XSCT),因为这个“缺失的功能”也就是bug
以上来自于谷歌翻译 以下为原文 Yeah, its annoying you still can't install Xilinx Software Command-Line Tool (XSCT) over command-line due to this 'missing feature' aka bug |
|
|
|
只有小组成员才能发言,加入小组>>
2389 浏览 7 评论
2805 浏览 4 评论
Spartan 3-AN时钟和VHDL让ISE合成时出现错误该怎么办?
2272 浏览 9 评论
3346 浏览 0 评论
如何在RTL或xilinx spartan fpga的约束文件中插入1.56ns延迟缓冲区?
2440 浏览 15 评论
有输入,但是LVDS_25的FPGA内部接收不到数据,为什么?
769浏览 1评论
请问vc707的电源线是如何连接的,我这边可能出现了缺失元件的情况导致无法供电
551浏览 1评论
求一块XILINX开发板KC705,VC707,KC105和KCU1500
390浏览 1评论
1976浏览 0评论
693浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-1 11:13 , Processed in 1.610362 second(s), Total 96, Slave 80 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号