完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
嗨,
我有一个SDx的工作安装。 我想用它来开发一个亚马逊F1应用程序,所以我有一些问题: 1- F1中有哪些PCIe卡可用? 2-每张卡需要哪些文件? 3-如何在SDx中安装这些文件? 任何帮助将不胜感激 ! 以上来自于谷歌翻译 以下为原文 Hi, I have a working installation of SDx. I would like to use it to develop an Amazon F1 application, so I have some questions: 1- Which PCIe card(s) are available in F1 ? 2- What are the files needed for each of these cards ? 3- How do I install those files in SDx ? Any help will be appreciated ! |
|
相关推荐
3个回答
|
|
你好@ xil_tour,
请使用此链接在AmazonDiscussion论坛上发布此主题: https://forums.aws.amazon.com/forum.jspa?forumID=243&start=0 在此先感谢您,祝您度过愉快的一天。 亲切的问候,Anatoli Curran,Xilinx威廉希尔官方网站 支持----------------------------------------- --------------------------------不要忘记回复,工作,并接受解决方案.---- -------------------------------------------------- ------------------- 以上来自于谷歌翻译 以下为原文 Hello @xil_tour, Please post this topic on the Amazon Discussion Forums using this link: https://forums.aws.amazon.com/forum.jspa?forumID=243&start=0 Thanks in advance and have a nice day. Kind Regards, Anatoli Curran, Xilinx Technical Support ------------------------------------------------------------------------- Don’t forget to reply, kudo, and accept as solution. ------------------------------------------------------------------------- |
|
|
|
好,谢谢。
这是线程: https://forums.aws.amazon.com/thread.jspa?threadID=284110&tstart=0 以上来自于谷歌翻译 以下为原文 Ok, thanks. Here's the thread: https://forums.aws.amazon.com/thread.jspa?threadID=284110&tstart=0 |
|
|
|
这是我的AWS论坛帖子的副本,其中详细说明了解决方案:
由于https://github.com/aws/aws-fpga.git的内容简直令人惊讶_不能正常工作,这里是使其顺利运行的过程: git clone https://github.com/aws/aws-fpga.git cd aws-fpga / vim ./sdk/userspace/fpga_libs/fpga_pci/fpga_pci.cLine 214,改变这个: char wc_suffix [3] =“ 0”; if(map-> resource_burstable [bar_id]&& write_combining){ strncpy(wc_suffix,“_ wc”,sizeof(wc_suffix)); 进入这个: char wc_suffix [4] =“ 0 0 0 0”; if(map-> resource_burstable [bar_id]&& write_combining){ strncpy(wc_suffix,“_ wc”,4); }下一个: vim ./SDAccel/tools/awssak2/MakefileLine 53,像这样添加-lpthread: LDFLAGS + = -L $(AWS_FPGA_MGMTLIB_DIR)-lpthreadNext: vim ./sdk/linux_kernel_drivers/xocl/xocl_bo.cLines 36和54,改变 #if(LINUX_VERSION_CODE> = KERNEL_VERSION(4,13,0)|| (定义(RHEL_RELEASE_CODE)&& RHEL_RELEASE_CODE> = RHEL_RELEASE_VERSION(7,5)))成 #if(LINUX_VERSION_CODE> = KERNEL_VERSION(4,13,0))下一个: vim ./sdk/linux_kernel_drivers/xocl/xocl_drv.c在315和587Run行进行相同的修改 source sdaccel_setup.sh你可以安全地忽略 警告:未安装ocl-icd - 请运行:sudo yum install ocl-icd ...警告,似乎脚本只与redhat / centos / stupiddistro / fedora alikes兼容。我必须注意到SDx / SDAccel op(内部部署)没有任何平台,下一个 移动就是复制: ./SDAccel/aws_platform/xilinx_aws-vu9p-f1_dynamic_5_0/into(如果不存在则创建平台文件夹): ./Xilinx/SDx/2017.4.op/platforms/希望这会有所帮助。 以上来自于谷歌翻译 以下为原文 Here's a copy of my AWS forum post where I detail the solution: As the https://github.com/aws/aws-fpga.git stuff simply and amazingly _doesn't work as is_, here's the procedure to make it run smoothly: git clone https://github.com/aws/aws-fpga.gitcd aws-fpga/ vim ./sdk/userspace/fpga_libs/fpga_pci/fpga_pci.c Line 214, change this: char wc_suffix[3] = " "; if (map->resource_burstable[bar_id] && write_combining) { strncpy(wc_suffix, "_wc", sizeof(wc_suffix)); } Into this: char wc_suffix[4] = " "; if (map->resource_burstable[bar_id] && write_combining) { strncpy(wc_suffix, "_wc", 4); } Next: vim ./SDAccel/tools/awssak2/Makefile Line 53, add -lpthread like this: LDFLAGS += -L$(AWS_FPGA_MGMTLIB_DIR) -lpthread Next: vim ./sdk/linux_kernel_drivers/xocl/xocl_bo.c Lines 36 and 54, change #if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 13, 0) || (defined(RHEL_RELEASE_CODE) && RHEL_RELEASE_CODE >=RHEL_RELEASE_VERSION(7,5))) into #if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 13, 0)) Next: vim ./sdk/linux_kernel_drivers/xocl/xocl_drv.c Do the same previous change at lines 315 and 587 Run source sdaccel_setup.sh You can safely ignore the WARNING: ocl-icd not installed - please run: sudo yum install ocl-icd... warnings, it seems the script was made to be compatible only with redhat/centos/stupiddistro/fedora alikes. I has to be noted that SDx/SDAccel op (on premise) doesn't come with any platform, the the next move is to copy: ./SDAccel/aws_platform/xilinx_aws-vu9p-f1_dynamic_5_0/ into (create the platforms folder if not present): ./Xilinx/SDx/2017.4.op/platforms/ Hope this will help. |
|
|
|
只有小组成员才能发言,加入小组>>
2370 浏览 7 评论
2786 浏览 4 评论
Spartan 3-AN时钟和VHDL让ISE合成时出现错误该怎么办?
2255 浏览 9 评论
3330 浏览 0 评论
如何在RTL或xilinx spartan fpga的约束文件中插入1.56ns延迟缓冲区?
2420 浏览 15 评论
有输入,但是LVDS_25的FPGA内部接收不到数据,为什么?
743浏览 1评论
请问vc707的电源线是如何连接的,我这边可能出现了缺失元件的情况导致无法供电
531浏览 1评论
求一块XILINX开发板KC705,VC707,KC105和KCU1500
344浏览 1评论
747浏览 0评论
1948浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-14 14:06 , Processed in 1.321891 second(s), Total 49, Slave 44 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号