Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About Stratix10 #172

Open
demonk69 opened this issue Aug 19, 2024 · 4 comments
Open

About Stratix10 #172

demonk69 opened this issue Aug 19, 2024 · 4 comments

Comments

@demonk69
Copy link

Hello, I am a beginner and while trying to deploy Vortex on the Intel Stratix10 development board, I noticed that Intel mentioned in the Intel Acceleration Stack Quick Start Guide: Intel FPGA Programmable Acceleration Card D5005 that when using Stratix10 as an FPGA Programmable Acceleration Card, it requires support from the RHEL system. But Vortex's platform OS only has Ubuntu and CentOS. Can I deploy Vortex to Stratix10 on Ubuntu 20.04?

@yli147
Copy link

yli147 commented Oct 30, 2024

Have you any progress on it ?

@demonk69
Copy link
Author

Have you any progress on it ?

Not yet

@yli147
Copy link

yli147 commented Oct 30, 2024

Actually I can build the vortex image for S10 fpga, but I'm suffering a lot on my D5005 card, the first issue is thermal, the other is fw version. By the way how did you access to the devcloud ?

I'm using ubuntu 16.04, I can install the d5005 sdk on it.

Download d5005_pac_ias_2_0_1_pv_rte_installer.tar.gz from https://www.intel.com/content/www/us/en/software-kit/665814/intel-fpga-pac-d5005-acceleration-stacks-v2-0-1.html
tar xvf d5005_pac_ias_2_0_1_pv_rte_installer.tar.gz
cd d5005_pac_ias_2_0_1_pv_rte_installer
change "is_ubuntu" to 1 in setup.sh
./setup.sh
Accept the license.
Skip the OPAE
source /home//inteldevstack/init_env.sh

cd ~/intelrtestack/d5005_ias_2_0_1_b237/sw/opae-1.1.4-8
mkdir build
cd build
cmake -DCPACK_GENERATOR=DEB ..
make
Fix the issue in d5005_ias_2_0_1_b237/sw/opae-1.1.4-8/tools/extra/pac/fpgabist/dma/fpga_dma.cpp

make package_deb
sudo dpkg -i opae*.deb

@demonk69
Copy link
Author

demonk69 commented Nov 1, 2024

Actually I can build the vortex image for S10 fpga, but I'm suffering a lot on my D5005 card, the first issue is thermal, the other is fw version. By the way how did you access to the devcloud ?

I'm using ubuntu 16.04, I can install the d5005 sdk on it.

Download d5005_pac_ias_2_0_1_pv_rte_installer.tar.gz from https://www.intel.com/content/www/us/en/software-kit/665814/intel-fpga-pac-d5005-acceleration-stacks-v2-0-1.html tar xvf d5005_pac_ias_2_0_1_pv_rte_installer.tar.gz cd d5005_pac_ias_2_0_1_pv_rte_installer change "is_ubuntu" to 1 in setup.sh ./setup.sh Accept the license. Skip the OPAE source /home//inteldevstack/init_env.sh

cd ~/intelrtestack/d5005_ias_2_0_1_b237/sw/opae-1.1.4-8 mkdir build cd build cmake -DCPACK_GENERATOR=DEB .. make Fix the issue in d5005_ias_2_0_1_b237/sw/opae-1.1.4-8/tools/extra/pac/fpgabist/dma/fpga_dma.cpp

make package_deb sudo dpkg -i opae*.deb

Thanks a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants