完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
电子发烧友论坛|
嗨,我似乎无法在新的CentOS安装上安装Xilinx ISE。
一世 从Xilinx下载了webinstall包并试图运行 xsetup(双击它并选择“Run”),但没有任何反应。 然后我再次尝试双击并选择“在终端中运行”, 但只有一秒钟终端窗口打开然后关闭。 我有 然后试图去终端,并与su得到CD到文件夹和 试图做./xsetup但是没有任何反应。 第一种方法(双击和“运行”)在我的其他Linux发行版中工作,但我不知道该怎么做。 能帮忙吗?这是xsetup的代码:#! / bin / shexport PATH || exec / bin / sh“$ 0”$ argv#获取此execsetuploc =`dirname“$ 0”的路径`unset LANGplatform =`uname -s`#run setup executable取决于不同的platformif [“$ platform”=“Linux”] 那么machineType =`uname -m`; #获取机器类型if [“$ machineType”=“x86_64”]然后#64位如果[-f“$ setuploc / bin / lin64 / xsetup”]则“$ setuploc / bin / lin64 / xsetup”else echo“Product” “$ platform $ machineType ”平台不支持。“ if else如果[-f“$ setuploc / bin / lin / xsetup”]则“$ setuploc / bin / lin / xsetup”,否则回显“产品不支持”$ platform $ machineType “platform。” fi fielse echo“不支持的平台:$ platform”fi 我也去了:[janez @ localhost~] #suPassword:[root @ localhost janez] #cd Desktop / webinstall [root @ localhost webinstall] #sh xsetup [root @ localhost webinstall] #so再次,什么都没发生。当我试过sh时 xinfo(同一文件夹中的另一个文件,为什么它真的为dunno)它说:********** xinfo完成了! ***********那是其他想法吗? 谢谢你的帮助!问候,Janez 消息由alien-w在02-01-2010 05:35 AM编辑 以上来自于谷歌翻译 以下为原文 Hi, I cannot seem to install Xilinx ISE on my fresh CentOS installation. Ihave downloaded the webinstall package from Xilinx and tried to runxsetup (double clicking on it and choosing "Run"), but nothing happens.Then I have tried double clicking again and choosing "Run in terminal",but only for a second the terminal window opens and then closes. I havethen tried to go to terminal and with su got cd to the folder andtrying to do ./xsetup but again nothing happens. The first method (double click and "run") worked in my other Linux distributions but I don't know what to do here. Can you please help? This is the code of xsetup: #! /bin/sh export PATH || exec /bin/sh "$0" $argv # Get the path to this exec setuploc=`dirname "$0"` unset LANG platform=`uname -s` # run setup executable depending on different platform if [ "$platform" = "Linux" ] then machineType=`uname -m`;# Get the machine type if [ "$machineType" = "x86_64" ] then # 64 bit if [ -f "$setuploc/bin/lin64/xsetup" ] then "$setuploc/bin/lin64/xsetup" else echo "Product is not supported on "$platform $machineType" platform." fi else if [ -f "$setuploc/bin/lin/xsetup" ] then "$setuploc/bin/lin/xsetup" else echo "Product is not supported on "$platform $machineType" platform." fi fi else echo "Un-supported platform: $platform" fi I also went: [janez@localhost ~]# su Password: [root@localhost janez]# cd Desktop/webinstall [root@localhost webinstall]# sh xsetup [root@localhost webinstall]# so again, nothing happened. When I tried sh xinfo (another file in the same folder, dunno why it is really for) it said: ********** xinfo done! *********** and that was it Any other ideas? Thank you for your help! Regards, Janez Message Edited by alien-w on 02-01-2010 05:35 AM |
|
相关推荐
19个回答
|
|
|
我讨厌得出结论,但我想我在这里做点什么。
使用“最后发生的坏事”可能是问题的原因,我看了这一行: mprotect(0x557000,528384,PROT_READ | PROT_EXEC)= -1 EACCES(权限被拒绝) 然后谷歌搜索。 并发现了这个: http://worldlingo.com/ma/enwiki/en/PaX/7 关于“SELinux”的一些愚蠢的谈话,这听起来像某种类型的相关记忆保护。 所以我去了System ..... Administration ...... Centos中的安全级别和防火墙下拉菜单。 并将SELinux调整为“已禁用”。 现在,瞧,它开始安装。 我不确定这是否会起作用,但我正在路上 - 我会报告其他调查结果。 基思 在原帖中查看解决方案 以上来自于谷歌翻译 以下为原文 I hate to jump to conclusions, but I think I'm on to something here. Using the "last bad thing to happen" might be cause of problem idea, I looked at this line: mprotect(0x557000, 528384, PROT_READ|PROT_EXEC) = -1 EACCES (Permission denied) and then googled. And found this: http://worldlingo.com/ma/enwiki/en/PaX/7 and some goofy conversation about "SELinux" which sounds like some type of related memory protection. So I go to System.....Administration......Security Level and Firewall in Centos pull down menu. And adjust SELinux to "Disabled." And now, voila, it starts to install. I'm not sure yet whether this will function, but I'm on my way -- I'll report back other findings. Keith View solution in original post |
|
|
|
|
|
嗨,
您是否尝试进入主ISE目录并直接从bin / lin / xsetup运行'xsetup'?如果没有,请尝试一下。 否则,我认为你应该从“xsetup”执行提交“systrace”输出。 - Wojciech A. Koszekwkoszek@FreeBSD.orghttp://FreeBSD.czest.pl/~wkoszek/ 以上来自于谷歌翻译 以下为原文 Hi, Have you tried to enter main ISE directory and run 'xsetup' directly from bin/lin/xsetup? If not, try it out. Otherwise, I think you should submit "systrace" output from the "xsetup" execution. -- Wojciech A. Koszek wkoszek@FreeBSD.org http://FreeBSD.czest.pl/~wkoszek/ |
|
|
|
|
|
None
以上来自于谷歌翻译 以下为原文 I'm in the same boat. Brand new Centos 5.3 install. Trying to install webpack ise 11. xsetup from both root directory of the tar, and from the bin/lin/ directory, both exit immediately without so much of an error etc. Wojciech suggested an strace. It is attached below. I can't make heads or tails of out it. Also tried web installation, bin/lin/xsetup simply exits too. This is on a traditional 32-bit P4 2.4ghz machine with 32-bit Centos installed. There are no goofy 64-bit issues to worry about. Appreciate any help. Thanks Keith execve("bin/lin/xsetup", ["bin/lin/xsetup"], [/* 32 vars */]) = 0brk(0) = 0x9e4c000access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)open("/etc/ld.so.cache", O_RDONLY) = 3fstat64(3, {st_mode=S_IFREG|0644, st_size=39663, ...}) = 0mmap2(NULL, 39663, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7ef8000close(3) = 0open("/lib/libdl.so.2", O_RDONLY) = 3read(3, "177ELF111 3 3 1 Pn 004 "..., 512) = 512fstat64(3, {st_mode=S_IFREG|0755, st_size=14644, ...}) = 0mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7ef7000mmap2(NULL, 12408, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x48d000mmap2(0x48f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0x48f000close(3) = 0open("/lib/libpthread.so.0", O_RDONLY) = 3read(3, "177ELF111 3 3 1 PH 004 "..., 512) = 512fstat64(3, {st_mode=S_IFREG|0755, st_size=127700, ...}) = 0mmap2(NULL, 94692, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xfb9000mmap2(0xfcd000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13) = 0xfcd000mmap2(0xfcf000, 4580, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xfcf000close(3) = 0open("/usr/lib/libstdc++.so.6", O_RDONLY) = 3read(3, "177ELF111 3 3 1 P254{ 034 "..., 512) = 512fstat64(3, {st_mode=S_IFREG|0755, st_size=936908, ...}) = 0mmap2(0x377b000, 961720, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x377b000mmap2(0x385b000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xdf) = 0x385b000mmap2(0x3860000, 23736, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x3860000close(3) = 0open("/lib/libm.so.6", O_RDONLY) = 3read(3, "177ELF111 3 3 1 204 004 "..., 512) = 512fstat64(3, {st_mode=S_IFREG|0755, st_size=206380, ...}) = 0mmap2(NULL, 155760, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x78c000mmap2(0x7b1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x24) = 0x7b1000close(3) = 0open("/lib/libgcc_s.so.1", O_RDONLY) = 3read(3, "177ELF111 3 3 1 `346v 034 "..., 512) = 512fstat64(3, {st_mode=S_IFREG|0755, st_size=46476, ...}) = 0mmap2(0x376d000, 48036, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x376d000mmap2(0x3778000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa) = 0x3778000close(3) = 0open("/lib/libc.so.6", O_RDONLY) = 3read(3, "177ELF111 3 3 1 340_1 004 "..., 512) = 512fstat64(3, {st_mode=S_IFREG|0755, st_size=1608148, ...}) = 0mmap2(NULL, 1332676, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x327000mprotect(0x466000, 4096, PROT_NONE) = 0mmap2(0x467000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13f) = 0x467000mmap2(0x46a000, 9668, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x46a000close(3) = 0mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7ef6000mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7ef5000set_thread_area({entry_number:-1 -> 6, base_addr:0xb7ef56d0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0mprotect(0x467000, 8192, PROT_READ) = 0mprotect(0x7b1000, 4096, PROT_READ) = 0mprotect(0x385b000, 16384, PROT_READ) = 0mprotect(0xfcd000, 4096, PROT_READ) = 0mprotect(0x48f000, 4096, PROT_READ) = 0mprotect(0xd75000, 4096, PROT_READ) = 0munmap(0xb7ef8000, 39663) = 0set_tid_address(0xb7ef5718) = 8381set_robust_list(0xb7ef5720, 0xc) = 0futex(0xbfa91304, FUTEX_WAKE_PRIVATE, 1) = 0rt_sigaction(SIGRTMIN, {0xfbd3e0, [], SA_SIGINFO}, NULL, 8) = 0rt_sigaction(SIGRT_1, {0xfbd2e0, [], SA_RESTART|SA_SIGINFO}, NULL, 8) = 0rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0getrlimit(RLIMIT_STACK, {rlim_cur=10240*1024, rlim_max=RLIM_INFINITY}) = 0uname({sys="Linux", node="localhost.localdomain", ...}) = 0futex(0x3861adc, FUTEX_WAKE_PRIVATE, 2147483647) = 0brk(0) = 0x9e4c000brk(0x9e6d000) = 0x9e6d000readlink("/proc/8381/exe", "/root/Desktop/Xilinx_11.1_WebPack_SFD/bin/lin/xsetup"..., 4095) = 52execve("/root/Desktop/Xilinx_11.1_WebPack_SFD/bin/lin/xsetup", ["bin/lin/xsetup"], [/* 35 vars */]) = 0brk(0) = 0x8e83000mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f96000access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)open("/root/Desktop/Xilinx_11.1_WebPack_SFD/lib/lin/tls/i686/sse2/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)stat64("/root/Desktop/Xilinx_11.1_WebPack_SFD/lib/lin/tls/i686/sse2", 0xbfc6c318) = -1 ENOENT (No such file or directory)open("/root/Desktop/Xilinx_11.1_WebPack_SFD/lib/lin/tls/i686/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)stat64("/root/Desktop/Xilinx_11.1_WebPack_SFD/lib/lin/tls/i686", 0xbfc6c318) = -1 ENOENT (No such file or directory)open("/root/Desktop/Xilinx_11.1_WebPack_SFD/lib/lin/tls/sse2/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)stat64("/root/Desktop/Xilinx_11.1_WebPack_SFD/lib/lin/tls/sse2", 0xbfc6c318) = -1 ENOENT (No such file or directory)open("/root/Desktop/Xilinx_11.1_WebPack_SFD/lib/lin/tls/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)stat64("/root/Desktop/Xilinx_11.1_WebPack_SFD/lib/lin/tls", 0xbfc6c318) = -1 ENOENT (No such file or directory)open("/root/Desktop/Xilinx_11.1_WebPack_SFD/lib/lin/i686/sse2/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)stat64("/root/Desktop/Xilinx_11.1_WebPack_SFD/lib/lin/i686/sse2", 0xbfc6c318) = -1 ENOENT (No such file or directory)open("/root/Desktop/Xilinx_11.1_WebPack_SFD/lib/lin/i686/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)stat64("/root/Desktop/Xilinx_11.1_WebPack_SFD/lib/lin/i686", 0xbfc6c318) = -1 ENOENT (No such file or directory)open("/root/Desktop/Xilinx_11.1_WebPack_SFD/lib/lin/sse2/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)stat64("/root/Desktop/Xilinx_11.1_WebPack_SFD/lib/lin/sse2", 0xbfc6c318) = -1 ENOENT (No such file or directory)open("/root/Desktop/Xilinx_11.1_WebPack_SFD/lib/lin/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)stat64("/root/Desktop/Xilinx_11.1_WebPack_SFD/lib/lin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0open("/etc/ld.so.cache", O_RDONLY) = 3fstat64(3, {st_mode=S_IFREG|0644, st_size=39663, ...}) = 0mmap2(NULL, 39663, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f8c000close(3) = 0open("/lib/libdl.so.2", O_RDONLY) = 3read(3, "177ELF111 3 3 1 Pn 004 "..., 512) = 512fstat64(3, {st_mode=S_IFREG|0755, st_size=14644, ...}) = 0mmap2(NULL, 12408, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x386000mmap2(0x388000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0x388000close(3) = 0open("/root/Desktop/Xilinx_11.1_WebPack_SFD/lib/lin/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)open("/lib/libpthread.so.0", O_RDONLY) = 3read(3, "177ELF111 3 3 1 PH 004 "..., 512) = 512fstat64(3, {st_mode=S_IFREG|0755, st_size=127700, ...}) = 0mmap2(NULL, 94692, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xba3000mmap2(0xbb7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13) = 0xbb7000mmap2(0xbb9000, 4580, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xbb9000close(3) = 0open("/root/Desktop/Xilinx_11.1_WebPack_SFD/lib/lin/libstdc++.so.6", O_RDONLY) = 3read(3, "177ELF111 3 3 1 203113 004 "..., 512) = 512fstat64(3, {st_mode=S_IFREG|0755, st_size=895976, ...}) = 0mmap2(NULL, 916884, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x110000mmap2(0x1e6000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd6) = 0x1e6000mmap2(0x1eb000, 19860, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x1eb000close(3) = 0open("/root/Desktop/Xilinx_11.1_WebPack_SFD/lib/lin/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)open("/lib/libm.so.6", O_RDONLY) = 3read(3, "177ELF111 3 3 1 204 004 "..., 512) = 512fstat64(3, {st_mode=S_IFREG|0755, st_size=206380, ...}) = 0mmap2(NULL, 155760, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x9d8000mmap2(0x9fd000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x24) = 0x9fd000close(3) = 0open("/root/Desktop/Xilinx_11.1_WebPack_SFD/lib/lin/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)open("/lib/libgcc_s.so.1", O_RDONLY) = 3read(3, "177ELF111 3 3 1 `346v 034 "..., 512) = 512fstat64(3, {st_mode=S_IFREG|0755, st_size=46476, ...}) = 0mmap2(0x376d000, 48036, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x376d000mmap2(0x3778000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa) = 0x3778000close(3) = 0open("/root/Desktop/Xilinx_11.1_WebPack_SFD/lib/lin/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)open("/lib/libc.so.6", O_RDONLY) = 3read(3, "177ELF111 3 3 1 340_1 004 "..., 512) = 512fstat64(3, {st_mode=S_IFREG|0755, st_size=1608148, ...}) = 0mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f8b000mmap2(NULL, 1332676, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x1f0000mprotect(0x32f000, 4096, PROT_NONE) = 0mmap2(0x330000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13f) = 0x330000mmap2(0x333000, 9668, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x333000close(3) = 0mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f8a000set_thread_area({entry_number:-1 -> 6, base_addr:0xb7f8a6c0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0mprotect(0x330000, 8192, PROT_READ) = 0mprotect(0x9fd000, 4096, PROT_READ) = 0mprotect(0xbb7000, 4096, PROT_READ) = 0mprotect(0x388000, 4096, PROT_READ) = 0mprotect(0xf90000, 4096, PROT_READ) = 0munmap(0xb7f8c000, 39663) = 0set_tid_address(0xb7f8a708) = 8381set_robust_list(0xb7f8a710, 0xc) = 0futex(0xbfc6cbb4, FUTEX_WAKE_PRIVATE, 1) = 0rt_sigaction(SIGRTMIN, {0xba73e0, [], SA_SIGINFO}, NULL, 8) = 0rt_sigaction(SIGRT_1, {0xba72e0, [], SA_RESTART|SA_SIGINFO}, NULL, 8) = 0rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0getrlimit(RLIMIT_STACK, {rlim_cur=10240*1024, rlim_max=RLIM_INFINITY}) = 0uname({sys="Linux", node="localhost.localdomain", ...}) = 0futex(0x1ebbdc, FUTEX_WAKE_PRIVATE, 2147483647) = 0brk(0) = 0x8e83000brk(0x8ea4000) = 0x8ea4000readlink("/proc/8381/exe", "/root/Desktop/Xilinx_11.1_WebPack_SFD/bin/lin/xsetup"..., 4095) = 52futex(0x38906c, FUTEX_WAKE_PRIVATE, 2147483647) = 0open("/root/Desktop/Xilinx_11.1_WebPack_SFD/lib/lin/libPort_ExecLoader.so", O_RDONLY) = 3read(3, "177ELF111 3 3 1 00023 004 "..., 512) = 512fstat64(3, {st_mode=S_IFREG|0755, st_size=9964, ...}) = 0mmap2(NULL, 8588, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xa42000mmap2(0xa44000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2) = 0xa44000close(3) = 0open("/root/Desktop/Xilinx_11.1_WebPack_SFD/lib/lin/libPortability.so", O_RDONLY) = 3read(3, "177ELF111 3 3 1 P1710 004 "..., 512) = 512fstat64(3, {st_mode=S_IFREG|0755, st_size=1344104, ...}) = 0mmap2(NULL, 1342768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x38a000mmap2(0x4d1000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x147) = 0x4d1000close(3) = 0open("/root/Desktop/Xilinx_11.1_WebPack_SFD/lib/lin/libThread.so", O_RDONLY) = 3read(3, "177ELF111 3 3 1 340L 004 "..., 512) = 512fstat64(3, {st_mode=S_IFREG|0755, st_size=38708, ...}) = 0mmap2(NULL, 44416, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf2f000mmap2(0xf38000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9) = 0xf38000mmap2(0xf39000, 3456, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xf39000close(3) = 0open("/root/Desktop/Xilinx_11.1_WebPack_SFD/lib/lin/libPort_Std.so", O_RDONLY) = 3read(3, "177ELF111 3 3 1 300 004 "..., 512) = 512fstat64(3, {st_mode=S_IFREG|0755, st_size=30500, ...}) = 0mmap2(NULL, 33132, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb08000mmap2(0xb10000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7) = 0xb10000close(3) = 0open("/root/Desktop/Xilinx_11.1_WebPack_SFD/lib/lin/libboost_regex-gcc-p-1_33_1.so.1.33.1", O_RDONLY) = 3read(3, "177ELF111 3 3 1 2203131 004 "..., 512) = 512fstat64(3, {st_mode=S_IFREG|0755, st_size=544424, ...}) = 0mmap2(NULL, 543180, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4d2000mmap2(0x555000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x83) = 0x555000close(3) = 0open("/root/Desktop/Xilinx_11.1_WebPack_SFD/lib/lin/libZlib.so", O_RDONLY) = 3read(3, "177ELF111 3 3 1 34026 004 "..., 512) = 512fstat64(3, {st_mode=S_IFREG|0755, st_size=78848, ...}) = 0mmap2(NULL, 81416, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x336000mmap2(0x349000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12) = 0x349000close(3) = 0open("/root/Desktop/Xilinx_11.1_WebPack_SFD/lib/lin/libMiniZip.so", O_RDONLY) = 3read(3, "177ELF111 3 3 1 00031 004 "..., 512) = 512fstat64(3, {st_mode=S_IFREG|0755, st_size=34664, ...}) = 0mmap2(NULL, 37360, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x34a000mmap2(0x353000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8) = 0x353000close(3) = 0open("/root/Desktop/Xilinx_11.1_WebPack_SFD/lib/lin/libboost_filesystem-gcc-p-1_33_1.so.1.33.1", O_RDONLY) = 3read(3, "177ELF111 3 3 1 000Q 004 "..., 512) = 512fstat64(3, {st_mode=S_IFREG|0755, st_size=80568, ...}) = 0mmap2(NULL, 83376, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xc83000mmap2(0xc97000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13) = 0xc97000close(3) = 0open("/root/Desktop/Xilinx_11.1_WebPack_SFD/lib/lin/libboost_iostreams-gcc-p-1_33_1.so.1.33.1", O_RDONLY) = 3read(3, "177ELF111 3 3 1 340R 004 "..., 512) = 512fstat64(3, {st_mode=S_IFREG|0755, st_size=161912, ...}) = 0mmap2(NULL, 160148, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xe01000mmap2(0xe27000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26) = 0xe27000close(3) = 0open("/root/Desktop/Xilinx_11.1_WebPack_SFD/lib/lin/libisl_iostreams.so", O_RDONLY) = 3read(3, "177ELF111 3 3 1 `2463 004 "..., 512) = 512fstat64(3, {st_mode=S_IFREG|0755, st_size=528312, ...}) = 0mmap2(NULL, 530776, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x557000mmap2(0x5d8000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x80) = 0x5d8000close(3) = 0open("/root/Desktop/Xilinx_11.1_WebPack_SFD/lib/lin/libstlport.so.5.1", O_RDONLY) = 3read(3, "177ELF111 3 3 1 3002772 004 "..., 512) = 512fstat64(3, {st_mode=S_IFREG|0755, st_size=584972, ...}) = 0mmap2(NULL, 600660, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x5d9000mmap2(0x664000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8b) = 0x664000mmap2(0x668000, 14932, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x668000close(3) = 0open("/root/Desktop/Xilinx_11.1_WebPack_SFD/lib/lin/libuuid.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)open("/etc/ld.so.cache", O_RDONLY) = 3fstat64(3, {st_mode=S_IFREG|0644, st_size=39663, ...}) = 0mmap2(NULL, 39663, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f8c000close(3) = 0open("/lib/libuuid.so.1", O_RDONLY) = 3read(3, "177ELF111 3 3 1 340376f 034 "..., 512) = 512fstat64(3, {st_mode=S_IFREG|0755, st_size=15704, ...}) = 0mmap2(0x366f000, 12792, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x366f000mmap2(0x3672000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3) = 0x3672000close(3) = 0open("/root/Desktop/Xilinx_11.1_WebPack_SFD/lib/lin/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)open("/lib/librt.so.1", O_RDONLY) = 3read(3, "177ELF111 3 3 1 20030 004 "..., 512) = 512fstat64(3, {st_mode=S_IFREG|0755, st_size=42048, ...}) = 0mmap2(NULL, 33324, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xcae000mmap2(0xcb5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6) = 0xcb5000close(3) = 0mprotect(0xcb5000, 4096, PROT_READ) = 0mprotect(0x557000, 528384, PROT_READ|PROT_WRITE) = 0mprotect(0x557000, 528384, PROT_READ|PROT_EXEC) = -1 EACCES (Permission denied)munmap(0xb7f8c000, 39663) = 0munmap(0xa42000, 8588) = 0munmap(0x38a000, 1342768) = 0munmap(0x557000, 530776) = 0munmap(0xf2f000, 44416) = 0munmap(0xb08000, 33132) = 0munmap(0x4d2000, 543180) = 0munmap(0x34a000, 37360) = 0munmap(0xc83000, 83376) = 0munmap(0xe01000, 160148) = 0munmap(0x5d9000, 600660) = 0munmap(0x336000, 81416) = 0munmap(0x366f000, 12792) = 0exit_group(0) = ? |
|
|
|
|
|
我讨厌得出结论,但我想我在这里做点什么。
使用“最后发生的坏事”可能是问题的原因,我看了这一行: mprotect(0x557000,528384,PROT_READ | PROT_EXEC)= -1 EACCES(权限被拒绝) 然后谷歌搜索。 并发现了这个: http://worldlingo.com/ma/enwiki/en/PaX/7 关于“SELinux”的一些愚蠢的谈话,这听起来像某种类型的相关记忆保护。 所以我去了System ..... Administration ...... Centos中的安全级别和防火墙下拉菜单。 并将SELinux调整为“已禁用”。 现在,瞧,它开始安装。 我不确定这是否会起作用,但我正在路上 - 我会报告其他调查结果。 基思 以上来自于谷歌翻译 以下为原文 I hate to jump to conclusions, but I think I'm on to something here. Using the "last bad thing to happen" might be cause of problem idea, I looked at this line: mprotect(0x557000, 528384, PROT_READ|PROT_EXEC) = -1 EACCES (Permission denied) and then googled. And found this: http://worldlingo.com/ma/enwiki/en/PaX/7 and some goofy conversation about "SELinux" which sounds like some type of related memory protection. So I go to System.....Administration......Security Level and Firewall in Centos pull down menu. And adjust SELinux to "Disabled." And now, voila, it starts to install. I'm not sure yet whether this will function, but I'm on my way -- I'll report back other findings. Keith |
|
|
|
|
|
这工作,并且项目导航加载,但是,当然,darn电缆驱动程序没有加载,几个小时的乱搞没有帮助。
FYI 基思 以上来自于谷歌翻译 以下为原文 This worked, and project nav loads, but, of course, the darn cable driver didn't load, and several hours of messing around didn't help. FYI Keith |
|
|
|
|
|
是的,两周前我想出了这个问题(但直到现在才能回复)当我安装了centos 5.4。
现在有一个SElinux的通知气球告诉我出了什么问题。 禁用它并安装它。 它现在工作正常。 我正在研究USB线缆驱动器的解决方案。 希望它能在明天起作用。 会告诉你成功(或失败:))。 以上来自于谷歌翻译 以下为原文 Yeah, I figured this out two weeks ago (but was unable to reply until now) when I installed centos 5.4. Now there is a notification baloon for SElinux that told me something was wrong. Disabled it and installed it. It works fine now. I am working on a solution for USB cable drivers now. Hopefully it will work tomorrow. Will inform you of success (or failure :)). |
|
|
|
|
|
我没有看到任何通知气球,这会有很多帮助。
USB线缆驱动器问题是一个痛苦的屁股。 我切换(返回)从CentOS到Ubuntu 8.04,希望有线电视驱动程序可以工作(tm)。 他们,嗯,不。 :) 我仍然希望听到解决方案。 谢谢 基思 以上来自于谷歌翻译 以下为原文 I didn't see any notification balloon, that would have helped, a lot. The u*** cable driver issue is a pain in the butt. I switched (back) from CentOS to Ubuntu 8.04 with the hope that the cable drivers would just work(tm). They, ummm, don't. :) I still would like to hear the solution. Thanks Keith |
|
|
|
|
|
我发现驱动程序问题的建议是: - 发布确切的系统信息(发布) - 发布内核版本(版本,最终补丁)'uname -a'应该帮助发布“libu***”软件包版本 - 必须安装它
在您的系统中/ usr / lib,/ lib,/ usr / local / lib或其他任何库放置在您的系统中; 应该出现魔法文件名“libu*** * .so”。 如果没有这样的库 - 你就被淘汰了! - 使用ISE中可用的命令行实用程序:impact -batch myfile.conf其中myfile.conf可以有非常基本的配置:setMode -bscan setCable -p auto identify exit只是为了看看 ,如果JTAG工作.-使用带-fF选项的strace并将其输出放到一些合理的文件中:strace -fF -o linux_VERSION_ISE_VERSION_cable_problem.txt impact -batch myfile.conf-使用LD_DEBUG = libs查看libu***.so是否实际可以 used:env LD_DEBUG_OUTPUT = linux_VERSION_ISE_VERSION_libs.txt LD_DEBUG = libs impact -batch myfile.confOtherwise,你不会得到太多支持IMO。 - Wojciech A. Koszekwkoszek@FreeBSD.orghttp://FreeBSD.czest.pl/~wkoszek/ 以上来自于谷歌翻译 以下为原文 My advices in case of driver problems would be: - post exact system information (distribution) - post kernel version (version, eventual patches) 'uname -a' should help with that - post "libu***" package version -- it must be installed on your system within /usr/lib, /lib, /usr/local/lib or wherever else libraries get placed in your system; magic filenames "libu****.so" should appear. If there's no such a library -- you're baked! - Use command line utilities available in ISE: impact -batch myfile.conf Where myfile.conf can have very basic configuration: setMode -bscan setCable -p auto identify exit Just to see, if JTAG works. - Use strace with -fF option and put its output to some sensible file: strace -fF -o linux_VERSION_ISE_VERSION_cable_problem.txt impact -batch myfile.conf - Use LD_DEBUG=libs to see, whether libu***.so can actually be used: env LD_DEBUG_OUTPUT=linux_VERSION_ISE_VERSION_libs.txt LD_DEBUG=libs impact -batch myfile.confOtherwise, you won't get much support IMO. -- Wojciech A. Koszek wkoszek@FreeBSD.org http://FreeBSD.czest.pl/~wkoszek/ |
|
|
|
|
|
我在CentOS 5.4中安装ISE11的步骤
1.使用开发选项安装CentOS 5.x. 2.禁用seLinux 3.以root身份登录 4.将ISE11.1 DVD复制到硬盘驱动器,例如复制到/ mnt / ise11 5. chown myname.myname / opt -R 6. cd / mnt / ise11 7. ./xsetup 8.它会在安装结束时提示未安装电缆驱动器 9.从http://sourceforge.net/projects/linux-hotplug/files/下载fxload 10. cd / mnt / 11. tar -zxf fxload-2008_10_13.tar.gz 12. cd fxload-2008_10_13 13.将#include改为#include,它位于第33行 14.制造 15. make install 16. cd / mnt / ise11 / bin / lin64 / install_script / install_drivers 17. ./install_drivers 完成。 我只安装了KDE,问题是我没有ISE_DS菜单,我必须手动将它们添加到KDE菜单中。 以上来自于谷歌翻译 以下为原文 My steps to install ISE11 in CentOS 5.4 1. Install CentOS 5.x with developement option 2. disable seLinux 3. login as root 4. copy ISE11.1 DVD to hard drive, for example to /mnt/ise11 5. chown myname.myname /opt -R 6. cd /mnt/ise11 7. ./xsetup 8. it will prompt that the cable driver is not installed at the end of installation 9. download fxload from http://sourceforge.net/projects/linux-hotplug/files/ 10. cd /mnt/ 11. tar -zxf fxload-2008_10_13.tar.gz 12. cd fxload-2008_10_13 13. change # include 14. make 15. make install 16. cd /mnt/ise11/bin/lin64/install_script/install_drivers 17. ./install_drivers done. I only installed KDE, the problem is I don't have ISE_DS menu, I have to manually added them to KDE menu. |
|
|
|
|
|
感谢gavin_li发布。
我很确定我的问题实际上是一个物理硬件问题。 我在连接到斯巴达3e套件的原型板上做了一些东西,并且足以说我所有的理由都没有连接。 虽然我无法衡量地面潜力的巨大差异,但附加这些额外的理由在全世界都有所不同。 当我开始调试u***驱动程序问题时,我注意到我错过了一行 (注意这不是真正的输出,我从互联网上随机的地方看到这个以显示格式) 9月8日21:34:10 gadabout内核:[320648.809599] u*** 4-1:使用ehci_hcd和地址18的新高速USB设备 9月8日21:34:10 gadabout内核:[320648.943249] u*** 4-1:从1个选择中选择配置#1 我错过了第二号线。 一旦我确定了理由,现在一切都变得犹太洁净了。 基思 以上来自于谷歌翻译 以下为原文 Thanks gavin_li for posting that. I'm pretty sure my issue was actually a physical hardware problem. I was doing some stuff on a prototype board connected to the spartan 3e kit, and suffice to say all my grounds were not connected. While I couldn't measure much difference in ground potential, attaching these extra grounds made all the difference in the world. When I started to debug the u*** driver problem, I noticed I was missing a line (note this isn't real output, I snagged this from a random place on internet to show format) Sep 8 21:34:10 gadabout kernel: [320648.809599] u*** 4-1: new high speed USB device using ehci_hcd and address 18 Sep 8 21:34:10 gadabout kernel: [320648.943249] u*** 4-1: configuration #1 chosen from 1 choice I was missing line number two there. Once I fixed my grounds, everything is now kosher. Keith |
|
|
|
|
|
gavin_li感谢你,但是当我试着去:
12. cd fxload-2008_10_13 13.将#include改为#include,它位于第33行 14.制造 我得到: [root @ localhost fxload-2008_10_13] #makecc -c -O -Wall ezu***.c -o ezu***.oezu***.c:33:28:错误:linux / u***_c9.h:没有这样的文件或目录ezu***.c:在函数中 ezu***_read':ezu***.c:198:错误:'USB_DIR_IN'未声明(在此函数中首次使用)ezu***.c:198:错误:(每个未声明的标识符仅报告一次ezu***.c:198:错误:对于出现的每个函数 in。)ezu***.c:198:错误:'USB_TYPE_VENDOR'未声明(首次在此函数中使用)ezu***.c:198:错误:'USB_RECIP_DEVICE'未声明(在此函数中首次使用)ezu***.c:在函数'ezu***_write'中 :ezu***.c:226:错误:'USB_DIR_OUT'未声明(在此函数中首次使用)ezu***.c:226:错误:'USB_TYPE_VENDOR'未声明(首次在此函数中使用)ezu***.c:226:错误:'USB_RECIP_DEVICE' 未声明(在此函数中首次使用)ezu***.c:在函数'ezu***_cpucs'中:ezu***.c:253:错误:'USB_DIR_OUT'未声明(在此函数中首次使用)ezu***.c:253:错误:'USB_TYPE_VENDOR'未声明( 第一次使用 s函数)ezu***.c:253:错误:'USB_RECIP_DEVICE'未声明(首次在此函数中使用)make:*** [ezu***.o]错误1 您的帖子中有错误,应该是: 13.将#include改为#include,它位于第33行 你忘记了一封信。 请为其他人更正。 :) 问候 雅奈兹 消息由alien-w在01-23-2010 03:17 PM编辑 以上来自于谷歌翻译 以下为原文 gavin_li thanks for that, but when I try to d: 12. cd fxload-2008_10_13 13. change # include 14. make i get: [root@localhost fxload-2008_10_13]# make cc -c -O -Wall ezu***.c -o ezu***.o ezu***.c:33:28: error: linux/u***_c9.h: No such file or directory ezu***.c: In function ‘ezu***_read’: ezu***.c:198: error: ‘USB_DIR_IN’ undeclared (first use in this function) ezu***.c:198: error: (Each undeclared identifier is reported only once ezu***.c:198: error: for each function it appears in.) ezu***.c:198: error: ‘USB_TYPE_VENDOR’ undeclared (first use in this function) ezu***.c:198: error: ‘USB_RECIP_DEVICE’ undeclared (first use in this function) ezu***.c: In function ‘ezu***_write’: ezu***.c:226: error: ‘USB_DIR_OUT’ undeclared (first use in this function) ezu***.c:226: error: ‘USB_TYPE_VENDOR’ undeclared (first use in this function) ezu***.c:226: error: ‘USB_RECIP_DEVICE’ undeclared (first use in this function) ezu***.c: In function ‘ezu***_cpucs’: ezu***.c:253: error: ‘USB_DIR_OUT’ undeclared (first use in this function) ezu***.c:253: error: ‘USB_TYPE_VENDOR’ undeclared (first use in this function) ezu***.c:253: error: ‘USB_RECIP_DEVICE’ undeclared (first use in this function) make: *** [ezu***.o] Error 1 There is an error in your post, it should be: 13. change # include you forgot a letter h. Please correct it for the others. :) Regards Janez Message Edited by alien-w on 01-23-2010 03:17 PM |
|
|
|
|
|
哦,最后一步
16. cd / mnt / ise11 / bin / lin64 / install_script / install_drivers 17. ./install_drivers 您需要安装内核开发包。 如果你不这样做,你得到这样的东西: - 安装windrvr6 ---------------------------------------------- - 修改版本.--文件/lib/modules/2.6.18-164.11.1.el5xen/kernel/drivers/misc/windrvr6.ko不存在.--文件LINUX.2.6.18-164.11.1.el5xen。 i386 / windrvr6.ko不存在.--将源版本设置为920 .--文件LINUX.2.6.18-164.11.1.el5xen.i386 / windrvr6.ko比目标file.creating cache ./config更新。 cache check for cpu architecture ... i386checking for WinDriver root directory ... / mnt / ise11 / linux_drivers / windriver32checking for linux kernel source ... not foundconfigure:error:请安装内核源代码或指定alternate locationmake:***没有规则 使目标“干净”。 Stop.make:***没有指定目标,也没有找到makefile。 Stop.make:***没有规则来制作目标`install'。 停止.-- make windrvr install rc = 2 - install_windrvr6 rc = 2 - 模块windrvr6未运行.--模块xpc4drvr未运行.--注意:默认情况下,/ dev / windrvr6的文件权限已启用 仅限root用户,必须更改为允许访问其他用户.-- real rc = 2 - 驱动程序安装失败.--返回码= 1 所以你检查你的内核版本(在我的情况下:2.6.18-164.11.1.el5xen)。 所以你去“应用程序”,“添加/删除软件”,“搜索”并输入“内核”。 找一下像kernel-xen-devel-2.6.18-164.11.1.el5.i686这样的东西并安装它。 现在再次运行第17步,它应该工作,你应该得到: - 驱动程序安装成功。明天尝试连接USB,看它是否真的有效。 :) 以上来自于谷歌翻译 以下为原文 Oh, and for the last steps 16. cd /mnt/ise11/bin/lin64/install_script/install_drivers 17. ./install_drivers you need to have your kernel development package installed. If you don't you get something like this: --Installing windrvr6--------------------------------------------- --Checking version. --File /lib/modules/2.6.18-164.11.1.el5xen/kernel/drivers/misc/windrvr6.ko does not exist. --File LINUX.2.6.18-164.11.1.el5xen.i386/windrvr6.ko does not exist. --Setting source version to 920. --File LINUX.2.6.18-164.11.1.el5xen.i386/windrvr6.ko is newer than the destination file. creating cache ./config.cache checking for cpu architecture... i386 checking for WinDriver root directory... /mnt/ise11/linux_drivers/windriver32 checking for linux kernel source... not found configure: error: please install the kernel source or specify alternate location make: *** No rule to make target `clean'. Stop. make: *** No targets specified and no makefile found. Stop. make: *** No rule to make target `install'. Stop. --make windrvr install rc= 2 --install_windrvr6 rc = 2 --Module windrvr6 is not running. --Module xpc4drvr is not running. --Note: By default, the file permission of /dev/windrvr6 is enabled for the root user only and must be changed to allow access to other users. --real rc=2 --Driver installation failed. --Return code = 1 So you check your kernel version (in my case: 2.6.18-164.11.1.el5xen). So you go "applications", "add/remove software", "search" and type "kernel". Find something like kernel-xen-devel-2.6.18-164.11.1.el5.i686 and install it. Now run step 17 again, it should work and you should get: --Driver installation successful. Will try to connect the USB tomorrow and see if it really works. :) |
|
|
|
|
|
我也必须这样做:
苏 2. $ lsu*** 3. $你看到xilinx电缆连接的端口 4. $ fxload -v -t fx2 -I /usr/share/xu***_xp2.hex -D / dev / bus / u*** / 001 / 00X 其中X是lsu***显示的数字 它现在就像一个魅力。 这就对了。 以上来自于谷歌翻译 以下为原文 I had to do this too: 1. su 2. $lsu*** 3. $you see on which port xilinx cable is attached 4. $fxload -v -t fx2 -I /usr/share/xu***_xp2.hex -D /dev/bus/u***/001/00X where X is the number shown by lsu*** it works like a charm now. That is it. |
|
|
|
|
|
你好gavin_li
这是下载fxload的新链接 http://sourceforge.net/projects/linux-hotplug/files/ 最好的祝福, 参孙 以上来自于谷歌翻译 以下为原文 Hello gavin_li This is the new link to download fxload http://sourceforge.net/projects/linux-hotplug/files/ Best regards, Samson |
|
|
|
|
|
我已成功将ise10.1.sp3和edk安装到centos6.0中。
问题是USB线缆驱动程序的安装,我已将第33行(fxload-1008_10_13 / ezu***.c)“linux / u*** / ch9.h”更改为“linux / u***_ch9.h”,并且make,但它仍然没有 工作,你的帮助将不胜感激! [root @ llse fxload-2008_10_13] #makecc -c -O -Wall ezu***.c -o ezu***.oezu***.c:33:29:错误:linux / u***_ch9.h:没有那个文件或目录ezu***.c:在函数 'ezu***_read'中:ezu***.c:198:错误:'USB_DIR_IN'未声明(在此函数内第一次使用)ezu***.c:198:错误:(即使在一个函数内多次出现,每个未声明 的标识符在其ezu***.c:198:错误:所在的函数内也只报告一次。)ezu***.c:198:错误:'USB_TYPE_VENDOR'未声明(在此函数内第一次使用)ezu***.c: 198:错误:'USB_RECIP_DEVICE'未声明(在此函数内第一次使用)ezu***.c:在函数'ezu***_write'中:ezu***.c:226:错误:'USB_DIR_OUT'未声明(在此函数内第一 次使用)ezu***.c:226:错误:'USB_TYPE_VENDOR'未声明(在此函数内第一次使用)ezu***.c:226:错误:'USB_RECIP_DEVICE'未声明(在此函数内第一次使用)ezu*** .c:在函数'ezu***_cpucs'中:ezu***.c:253:错误:'USB_DIR_OUT'未声明(在此函数内第一次使用)ezu***.c:253: 错误:'USB_TYPE_VENDOR'未声明(在此函数内第一次使用)ezu***.c:253:错误:'USB_RECIP_DEVICE'未声明(在此函数内第一次使用)make:*** [ezu***.o] 错误1 以上来自于谷歌翻译 以下为原文 I have successfully intalled ise10.1.sp3 and edk into centos6.0. The problem is the installation of u*** cable driver, i have changed line 33(fxload-1008_10_13/ezu***.c) "linux/u***/ch9.h" to "linux/u***_ch9.h", and make,but it still doesn't work,you help will be appreciated!!! [root@llse fxload-2008_10_13]# make cc -c -O -Wall ezu***.c -o ezu***.o ezu***.c:33:29: 错误:linux/u***_ch9.h:没有那个文件或目录 ezu***.c: 在函数‘ezu***_read’中: ezu***.c:198: 错误:‘USB_DIR_IN’未声明(在此函数内第一次使用) ezu***.c:198: 错误:(即使在一个函数内多次出现,每个未声明的标识符在其 ezu***.c:198: 错误:所在的函数内也只报告一次。) ezu***.c:198: 错误:‘USB_TYPE_VENDOR’未声明(在此函数内第一次使用) ezu***.c:198: 错误:‘USB_RECIP_DEVICE’未声明(在此函数内第一次使用) ezu***.c: 在函数‘ezu***_write’中: ezu***.c:226: 错误:‘USB_DIR_OUT’未声明(在此函数内第一次使用) ezu***.c:226: 错误:‘USB_TYPE_VENDOR’未声明(在此函数内第一次使用) ezu***.c:226: 错误:‘USB_RECIP_DEVICE’未声明(在此函数内第一次使用) ezu***.c: 在函数‘ezu***_cpucs’中: ezu***.c:253: 错误:‘USB_DIR_OUT’未声明(在此函数内第一次使用) ezu***.c:253: 错误:‘USB_TYPE_VENDOR’未声明(在此函数内第一次使用) ezu***.c:253: 错误:‘USB_RECIP_DEVICE’未声明(在此函数内第一次使用) make: *** [ezu***.o] 错误 1 |
|
|
|
|
|
我已经安装了fxload。
但问题是,当我打开影响时,它说“使用libu***”并且电缆连接失败。 同时,终端窗口显示“无法打开/ dev / parport0:没有足够的权限”。 我检查过parport0属于root用户是lp。 然后我让我的帐户属于lp。但它仍然显示不够的权限。 谁能帮我? 将不胜感激...... GUI ---自动连接电缆... // *** BATCH CMD:setCable -port autoAutoDetecting cable。 请等待.PROGRESS_START - 开始操作。使用780A51A1键。使用FC0A51A1键.OS平台= i686。连接到电缆(并行端口 - parport0).libu***-driver.so版本:2011-12-12 23:47:45.LPT1 从env变量设置的基址= 0.LPT基地址= 0000h.LPT1 Ecp从env变量设置的地址= 400.ECP基地址= 0400h.LPT端口已被使用。 rc = FFFFFFFFhCable连接失败。使用790A51A1键。使用FD0A51A1 key.OS platform = i686。连接到电缆(并行端口 - parport1).libu***-driver.so版本:2011-12-12 23:47:45。电缆连接失败 。重复使用7A0A51A1键。使用FE0A51A1键.OS平台= i686。连接到电缆(并行端口 - parport2).libu***-driver.so版本:2011-12-12 23:47:45。电缆连接失败。使用7B0A51A1键。 重用FF0A51A1 key.OS platform = i686。连接到电缆(并行端口 - parport3).libu***-driver.so版本:2011-12-12 23:47:45。电缆连接失败。使用A00A51A1键。使用240A51A1 key.OS platform = i686.Using libu***.Connecting to cable(U*** Port - USB21)。检查电缆驱动程序。文件版/opt/xilinx/ISE/bin/lin/xu***dfwu.hex = 1030. / etc / hotplug / u***的文件版本 /xu***dfwu.fw/xu***dfwu.hex = 1030.Using libu***.Cable connection failed.Reusing A10A51A1 key.Reusing 250A51A1 key.OS platform = i686.Using libu***.Connecting to cable(U*** Port - USB22).Checking cable dri ver.File版本的/opt/xilinx/ISE/bin/lin/xu***dfwu.hex = 1030.File版本的/etc/hotplug/u***/xu***dfwu.fw/xu***dfwu.hex = 1030.Using libu***.Cable连接失败.Reusing A20A51A1 key.Reusing 260A51A1 key.OS platform = i686.Using libu***.Connecting to cable(U*** Port - USB23).Checking cable driver.File version of /opt/xilinx/ISE/bin/lin/xu***dfwu.hex = 1030.File 版本/etc/hotplug/u***/xu***dfwu.fw/xu***dfwu.hex = 1030.Using libu***.Cable连接失败。使用A30A51A1键。使用270A51A1 key.OS platform = i686.Using libu***.Connecting to cable(U*** Port - USB24) 检查电缆驱动程序。文件/opt/xilinx/ISE/bin/lin/xu***dfwu.hex = 1030.文件版/etc/hotplug/u***/xu***dfwu.fw/xu***dfwu.hex = 1030.Using libu***.Cable 连接失败.PROGRESS_END - 结束操作。已用时间= 1秒。电缆自动检测失败。警告:iMPACT:923 - 找不到电缆,检查电缆设置! 以上来自于谷歌翻译 以下为原文 i have install the fxload. But there comes problem that when i open impact , it says "using libu***" and cable connection failed. At the same time, terminal window shows "Can't open /dev/parport0: not enough permission". I have checked that the parport0 belongs to root and users is lp. Then i make my account belong to lp .But it still shows not enough permission. Can anyone help me? That will be appreciated... GUI --- Auto connect to cable... // *** BATCH CMD : setCable -port auto AutoDetecting cable. Please wait. PROGRESS_START - Starting Operation. Reusing 780A51A1 key. Reusing FC0A51A1 key. OS platform = i686. Connecting to cable (Parallel Port - parport0). libu***-driver.so version: 2011-12-12 23:47:45. LPT1 Base Address set from env variable = 0. LPT base address = 0000h. LPT1 Ecp Address set from env variable = 400. ECP base address = 0400h. LPT port is already in use. rc = FFFFFFFFh Cable connection failed. Reusing 790A51A1 key. Reusing FD0A51A1 key. OS platform = i686. Connecting to cable (Parallel Port - parport1). libu***-driver.so version: 2011-12-12 23:47:45. Cable connection failed. Reusing 7A0A51A1 key. Reusing FE0A51A1 key. OS platform = i686. Connecting to cable (Parallel Port - parport2). libu***-driver.so version: 2011-12-12 23:47:45. Cable connection failed. Reusing 7B0A51A1 key. Reusing FF0A51A1 key. OS platform = i686. Connecting to cable (Parallel Port - parport3). libu***-driver.so version: 2011-12-12 23:47:45. Cable connection failed. Reusing A00A51A1 key. Reusing 240A51A1 key. OS platform = i686. Using libu***. Connecting to cable (U*** Port - USB21). Checking cable driver. File version of /opt/xilinx/ISE/bin/lin/xu***dfwu.hex = 1030. File version of /etc/hotplug/u***/xu***dfwu.fw/xu***dfwu.hex = 1030. Using libu***. Cable connection failed. Reusing A10A51A1 key. Reusing 250A51A1 key. OS platform = i686. Using libu***. Connecting to cable (U*** Port - USB22). Checking cable driver. File version of /opt/xilinx/ISE/bin/lin/xu***dfwu.hex = 1030. File version of /etc/hotplug/u***/xu***dfwu.fw/xu***dfwu.hex = 1030. Using libu***. Cable connection failed. Reusing A20A51A1 key. Reusing 260A51A1 key. OS platform = i686. Using libu***. Connecting to cable (U*** Port - USB23). Checking cable driver. File version of /opt/xilinx/ISE/bin/lin/xu***dfwu.hex = 1030. File version of /etc/hotplug/u***/xu***dfwu.fw/xu***dfwu.hex = 1030. Using libu***. Cable connection failed. Reusing A30A51A1 key. Reusing 270A51A1 key. OS platform = i686. Using libu***. Connecting to cable (U*** Port - USB24). Checking cable driver. File version of /opt/xilinx/ISE/bin/lin/xu***dfwu.hex = 1030. File version of /etc/hotplug/u***/xu***dfwu.fw/xu***dfwu.hex = 1030. Using libu***. Cable connection failed. PROGRESS_END - End Operation. Elapsed time = 1 sec. Cable autodetection failed. WARNING:iMPACT:923 - Can not find cable, check cable setup ! |
|
|
|
|
|
这对我们来说是独立的13.2
对于CentOS 5.5(Scienti fi c Linux)0)有助于将/ ***in添加到你的PATH(.bashrc)所以可以找到modprobe等(否则必须输入/ ***in / modprobe等)1)yum install kernel-xen-devel(如果你指定的话) 它找不到它的2.6 *东西)2)fxload下载来自:http://sourceforge.net/projects/linux-hotplug/files/fxload/ fxload-2008_10_13(我们使用的一个)在fxload目录下的ezu***.c中 :将第33行更改为以下内容:#include / * was * / install fxload 3)切换到xilinx安装驱动程序dir cd /opt/Xilinx/13.2/LabTools/LabTools/bin/lin64/install_script/install_drivers/更改为install_drivers shell脚本 :第369行而不是“2.4”更改为“2 .4” (不正确的内核版本检查而不添加) ./install_drivers 4)lsu***(连接xilinx电缆后)你看到xilinx电缆连接的总线和设备fxload -v -t fx2 -I /usr/share/xu***_xp2.hex -D / dev / bus / u*** / xxx / yyy其中xxx =总线ID yyy =我们的设备ID,总线ID为001且设备ID为012 5)确保所有用户都可以访问/ dev / windrvr6(ls -l应该显示所有用户组和所有者都有访问权限) )6)将xilinx bin添加到.bashrc中的PATH导出PATH =。:$ HOME / bin:/ usr / kerberos / bin:/ usr / local / bin:/ usr / bin:/ bin:/ usr / X11R6 / bin: /***in:/opt/Xilinx/13.2/LabTools/LabTools/bin/lin64 7)在终端中输入影响(而不是root)影响& 窗口应该打开u***电缆和电路板打开,做边界扫描 - 应检测jtag链包括fpga和任何舞会 以上来自于谷歌翻译 以下为原文 this worked for us with 13.2 standalone For CentOS 5.5 (Scientific Linux) 0) helpful to add /***in to your PATH (.bashrc) so can find modprobe etc (otherwise have to type /***in/modprobe etc) 1)yum install kernel-xen-devel (if you specfiy the 2.6* stuff it doesn't find it) 2) fxload download from: http://sourceforge.net/projects/linux-hotplug/files/fxload/ fxload-2008_10_13 (one we used) in ezu***.c in fxload directory: change line 33 to the following: # include install fxload 3) switch to xilinx install drivers dir cd /opt/Xilinx/13.2/LabTools/LabTools/bin/lin64/install_script/install_drivers/ change to install_drivers shell script : line 369 instead of "2.4" change to "2.4" (improper kernel version check without adding the ) ./install_drivers 4) lsu*** (after xilinx cable attached) you see which bus and device the xilinx cable is attached fxload -v -t fx2 -I /usr/share/xu***_xp2.hex -D /dev/bus/u***/xxx/yyy where xxx = bus id yyy = device id for us, bus id was 001 and device id was 012 5)make sure all users have access to /dev/windrvr6 (ls -l should show all user group and owner all have r access) 6)add xilinx bin to PATH in .bashrc export PATH=.:$HOME/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/***in:/opt/Xilinx/13.2/LabTools/LabTools/bin/lin64 7) type impact in terminal (not as root) impact& window should come up with u*** cable and board turned on, do the boundary scan - should detect jtag chain including fpga and any proms |
|
|
|
|
|
###编辑:执行上述操作后,我仍然有影响无法找到/连接到电缆######下面是我们做的修复它######派生自:http:// www
.fpgarelated.com / usenet / fpga / show / 100442-1.php ### udev规则文件修复了错误的语法(以root身份):a1)cd到/opt/Xilinx/13.2/LabTools/LabTools/bin/ lin64 / install_script / install_drivers / linux_drivers / pcu***a2)编辑xu***dfwu.rules文件将BUS更改为SUBSYSTEM(每行一个子系统 - 前两行后的每一行以$ TEMPNODE结尾 - 请参见原始文件进行格式化)ex:#version 0003SYSFS {idVendor} ==“03fd”,SYSFS {idProduct} ==“0008”,MODE =“666”SUBSYSTEM ==“u***”,ACTION ==“add”,SYSFS {idVendor} ==“03fd”,SYSFS { idProduct} ==“0007”,RUN + =“/ ***in / fxload -v -t fx2 -I /usr/share/xu***dfwu.hex -D $ TEMPNODE”SUBSYSTEM ==“u***”,ACTION ==“add”,SYSFS {idVendor} ==“03fd”,SYSFS {idProduct} ==“0009”,RUN + =“/ ***in / fxload -v -t fx2 -I /usr/share/xu***_xup.hex -D $ TEMPNODE”SUBSYSTEM ==“ u***“,ACTION ==”add“,SYSFS {idVendor} ==”03fd“,SYSFS {idProdu ct} ==“000d”,RUN + =“/ ***in / fxload -v -t fx2 -I /usr/share/xu***_emb.hex -D $ TEMPNODE”SUBSYSTEM ==“u***”,ACTION ==“add”,SYSFS {idVendor} ==“03fd”,SYSFS {idProduct} ==“000f”,RUN + =“/ ***in / fxload -v -t fx2 -I /usr/share/xu***_xlp.hex -D $ TEMPNODE”SUBSYSTEM ==“ u***“,ACTION ==”add“,SYSFS {idVendor} ==”03fd“,SYSFS {idProduct} ==”0013“,RUN + =”/ ***in / fxload -v -t fx2 -I / usr / share / xu***_xp2 .hex -D $ TEMPNODE“SUBSYSTEM ==”u***“,ACTION ==”add“,SYSFS {idVendor} ==”03fd“,SYSFS {idProduct} ==”0015“,RUN + =”/ ***in / fxload -v -t fx2 -I /usr/share/xu***_xse.hex -D $ TEMPNODE“a3)/ bin / cp -p xu***dfwu.rules /etc/udev/rules.d a4)另外(不确定是否有必要),我们 在/ etc / settings文件中添加了以下内容XIL_IMPACT_USE_LIBUSB = 1export XIL_IMPACT_USE_WINDRIVER = 0export LD_PRELOAD = ~recovery / libu***-driver.soa5)另外(不确定是否必要),我们将.bashrc文件更改为:#Xilinxexport LD_PRELOAD = ~recovery / libu***-driver.soexport XIL_IMPACT_USE_LIBUSB = 1export XIL_IMPACT_USE_WINDRIVER = 0alias jtag =“e nv LD_PRELOAD = ~recovery / libu***-driver.so XIL_IMPACT_USE_LIBUSB = 1 XIL_IMPACT_USE_WINDRIVER = 0影响“where~recovery是libu***-driver.soa6的位置”另外(不确定是否有必要),我们将.profile文件更改为 是:export LD_PRELOAD = ~recovery / libu***-driver.so export XIL_IMPACT_USE_LIBUSB = 1export XIL_IMPACT_USE_WINDRIVER = 0 ------------------------------ ------------------------------最后,我们在终端提示符下输入jtag(参见.bashrc文件中的alias jtag) 使用平台USB电缆连接到ml403:1。 测试初始化链成功2。 已成功测试读取设备代码ID 注意:用适当的位置替换〜恢复 以上来自于谷歌翻译 以下为原文 ###EDIT: after doing the above, i still had impact unable to find/connect to the cable ### ### below is what we did to fix it ### ### derived from: http://www.fpgarelated.com/usenet/fpga/show/100442-1.php ### the udev rule file had the wrong syntax to fix (as root): a1) cd to /opt/Xilinx/13.2/LabTools/LabTools/bin/lin64/install_script/ install_drivers/linux_drivers/pcu*** a2) edit the xu***dfwu.rules file change BUS to SUBSYSTEM (one subsystem per line - each line after the 1st two lines ends with $TEMPNODE - see original file for formatting) for ex: # version 0003 SYSFS{idVendor}=="03fd", SYSFS{idProduct}=="0008", MODE="666" SUBSYSTEM=="u***", ACTION=="add", SYSFS{idVendor}=="03fd", SYSFS{idProduct}=="0007", RUN+="/***in/fxload -v -t fx2 -I /usr/share/xu***dfwu.hex -D $TEMPNODE" SUBSYSTEM=="u***", ACTION=="add", SYSFS{idVendor}=="03fd", SYSFS{idProduct}=="0009", RUN+="/***in/fxload -v -t fx2 -I /usr/share/xu***_xup.hex -D $TEMPNODE" SUBSYSTEM=="u***", ACTION=="add", SYSFS{idVendor}=="03fd", SYSFS{idProduct}=="000d", RUN+="/***in/fxload -v -t fx2 -I /usr/share/xu***_emb.hex -D $TEMPNODE" SUBSYSTEM=="u***", ACTION=="add", SYSFS{idVendor}=="03fd", SYSFS{idProduct}=="000f", RUN+="/***in/fxload -v -t fx2 -I /usr/share/xu***_xlp.hex -D $TEMPNODE" SUBSYSTEM=="u***", ACTION=="add", SYSFS{idVendor}=="03fd", SYSFS{idProduct}=="0013", RUN+="/***in/fxload -v -t fx2 -I /usr/share/xu***_xp2.hex -D $TEMPNODE" SUBSYSTEM=="u***", ACTION=="add", SYSFS{idVendor}=="03fd", SYSFS{idProduct}=="0015", RUN+="/***in/fxload -v -t fx2 -I /usr/share/xu***_xse.hex -D $TEMPNODE" a3) /bin/cp -p xu***dfwu.rules /etc/udev/rules.d a4) ADDITIONALLY (not sure if necessary or not), we added the following in a /etc/settings file export XIL_IMPACT_USE_LIBUSB=1 export XIL_IMPACT_USE_WINDRIVER=0 export LD_PRELOAD=~restore/libu***-driver.so a5) ADDITIONALLY (not sure if necessary or not), we changed the .bashrc file to be: # Xilinx export LD_PRELOAD=~restore/libu***-driver.so export XIL_IMPACT_USE_LIBUSB=1 export XIL_IMPACT_USE_WINDRIVER=0 alias jtag="env LD_PRELOAD=~restore/libu***-driver.so XIL_IMPACT_USE_LIBUSB=1 XIL _IMPACT_USE_WINDRIVER=0 impact" where ~restore is the location of the libu***-driver.so a6) ADDITIONALLY (not sure if necessary or not), we changed the .profile file to be: export LD_PRELOAD=~restore/libu***-driver.so export XIL_IMPACT_USE_LIBUSB=1 export XIL_IMPACT_USE_WINDRIVER=0 ------------------------------------------------------------ FINALLY, we type in jtag at a terminal prompt (see alias jtag in .bashrc file) able to connect to a ml403 using the platform u*** cable: 1. tested initialize chain successfully 2. tested read device code id successfully note: replace ~restore with whatever appropriate location |
|
|
|
|
|
嗨,我试着在分OS 5(或6)上安装iMPACT。
首先我尝试使用GUI方式。 下载labtools软件包(ISE 14.4)并尝试安装电缆驱动程序。 驱动程序安装失败,没有任何有用的信息 其次,根据这里和其他论坛的信息,我首先安装libu***并设置变量XIL_IMPACT_USE_LIBUSB,然后我从ISE 14.4安装文件运行install_drivers。 它再次失败,出现以下错误 make [1]:*** [LINUX.3.0.52.x86_64 / linux_wrappers.o]错误1make [1]:离开目录`/opt/Xilinx_LabTools_14.7_1015_1/install_drivers/linux_drivers/windriver64/windrvr'make: *** [all]错误2 - make windrvr install rc = 2 - install_windrvr6 rc = 2 - 模块windrvr6没有运行.--模块xpc4drvr没有运行.--注意:默认情况下,/ dev / windrvr6的文件权限 仅为root用户启用,必须更改为允许访问其他用户.-- real rc = 2 - 驱动程序安装失败.-- Digilent返回代码= 0 - Xilinx返回代码= 1 - 返回代码= 1 我有一个非常简单的要求,但仍努力让它发挥作用,许多论坛帖子令人困惑/矛盾。 有没有一步一步的指示/程序来做到这一点? 。 任何帮助都非常感谢 以上来自于谷歌翻译 以下为原文 Hi I'm tryin gto install iMPACT on cent OS 5 (or 6). First i tried using the GUI way. Downloaded the labtools package (ISE 14.4) and tried to install the cable drivers. The driver installation failed without any helpful info Second, based on info here and other forums I first insalled libu*** and setup the variable XIL_IMPACT_USE_LIBUSB , then i ran the install_drivers from the ISE 14.4 setup files . And it again fails with the following error make[1]: *** [LINUX.3.0.52.x86_64/linux_wrappers.o] Error 1 make[1]: Leaving directory `/opt/Xilinx_LabTools_14.7_1015_1/install_drivers/linux_drivers/windriver64/windrvr' make: *** [all] Error 2 --make windrvr install rc= 2 --install_windrvr6 rc = 2 --Module windrvr6 is not running. --Module xpc4drvr is not running. --Note: By default, the file permission of /dev/windrvr6 is enabled for the root user only and must be changed to allow access to other users. --real rc=2 --Driver installation failed. --Digilent Return code = 0 --Xilinx Return code = 1 --Return code = 1 I have a very simple requirement and yet struggling to get it to work , many forums posts are confusing/contradicting . Are there any step by step instructions/procedure to do it ? . Any help is highly appreciated |
|
|
|
|
只有小组成员才能发言,加入小组>>
3142 浏览 7 评论
3436 浏览 4 评论
Spartan 3-AN时钟和VHDL让ISE合成时出现错误该怎么办?
2897 浏览 9 评论
4097 浏览 0 评论
如何在RTL或xilinx spartan fpga的约束文件中插入1.56ns延迟缓冲区?
3082 浏览 15 评论
请问vc707的电源线是如何连接的,我这边可能出现了缺失元件的情况导致无法供电
1359浏览 1评论
求一块XILINX开发板KC705,VC707,KC105和KCU1500
1197浏览 1评论
/9
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2025-12-13 10:38 , Processed in 1.450902 second(s), Total 108, Slave 91 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191

淘帖
3550
