I was trying this repo on AWS-F1 (AMI 1.5, Vivado 2018.2)
When I was building the xdbconn as I followed the instructions. It passes until I ran the test: make run_sw_emu:
ERROR: [XOCC 60-705] No platform was found that matches 'xilinx:aws-vu9p-f1:4ddr-xpr-2pr:4.0'. Make sure that the platform is specified correctly and that valid license is installed. The valid platforms supported by the license found are:
ERROR: [XOCC 60-587] Failed to add a platform: specified platform xilinx:aws-vu9p-f1:4ddr-xpr-2pr:4.0 is not found
I changed XPART to be VU9P and I manually generate the emconfig.json and put it into xdbconn/bin folder, but it still cannot find the device. Here's the value of $AWS_PLATFORM
/home/centos/src/project_data/aws-fpga/SDAccel/aws_platform/xilinx_aws-vu9p-f1-04261818_dynamic_5_0/xilinx_aws-vu9p-f1-04261818_dynamic_5_0.xpfm
Hello,
I was trying this repo on AWS-F1 (AMI 1.5, Vivado 2018.2) When I was building the xdbconn as I followed the instructions. It passes until I ran the test: make run_sw_emu:
ERROR: [XOCC 60-705] No platform was found that matches 'xilinx:aws-vu9p-f1:4ddr-xpr-2pr:4.0'. Make sure that the platform is specified correctly and that valid license is installed. The valid platforms supported by the license found are:
ERROR: [XOCC 60-587] Failed to add a platform: specified platform xilinx:aws-vu9p-f1:4ddr-xpr-2pr:4.0 is not found
I changed XPART to be VU9P and I manually generate the emconfig.json and put it into xdbconn/bin folder, but it still cannot find the device. Here's the value of $AWS_PLATFORM /home/centos/src/project_data/aws-fpga/SDAccel/aws_platform/xilinx_aws-vu9p-f1-04261818_dynamic_5_0/xilinx_aws-vu9p-f1-04261818_dynamic_5_0.xpfm
Any help ?