Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1627 Discussions

cd $OPAE_PLATFORM_ROOT/hw No such file or directory

yousin
Beginner
417 Views

Hello Intel Support,

 refer to FPGA-Devcloud/main/QuickStartGuides/RTL_AFU_Program_PAC_Quickstart/Arria10 at master · intel/FPGA-Devcloud · GitHub

I can not go forward at the first step when I am using the Devcloud.

yousin_0-1668396748353.png

Thank you in advance  .

 

0 Kudos
1 Solution
AlekhyaV_Intel
Moderator
403 Views

Hi,

 

Thank you for posting in Intel Communities. We could reproduce your issue but could you please let us know why you're trying to access that folder? You can follow the documentation as it is rather than trying to manually copy the files from "$OPAE_PLATFORM_ROOT/hw/samples/dma_afu"

 

We followed the below steps as per the Readme.md file and did not face any issue while copying the files. They're as follows:

 

  • In login node, enter the below commands:

 

source /data/intel_fpga/devcloudLoginToolSetup.sh
devcloud_login

 

  • You will enter the compute node. Make a directory and copy the files from $OPAE_PLATFORM_ROOT/hw/samples/dma_afu folder to the created folder as follows:

 

#source it once again
source /data/intel_fpga/devcloudLoginToolSetup.sh  
mkdir A10_RTL_AFU
cp -r $OPAE_PLATFORM_ROOT/hw/samples/dma_afu A10_RTL_AFU

 

If this resolves your issue, make sure to accept this as a solution. This helps others with similar issues. Thank You!

 

Regards,

Alekhya

 

 

View solution in original post

0 Kudos
3 Replies
AlekhyaV_Intel
Moderator
404 Views

Hi,

 

Thank you for posting in Intel Communities. We could reproduce your issue but could you please let us know why you're trying to access that folder? You can follow the documentation as it is rather than trying to manually copy the files from "$OPAE_PLATFORM_ROOT/hw/samples/dma_afu"

 

We followed the below steps as per the Readme.md file and did not face any issue while copying the files. They're as follows:

 

  • In login node, enter the below commands:

 

source /data/intel_fpga/devcloudLoginToolSetup.sh
devcloud_login

 

  • You will enter the compute node. Make a directory and copy the files from $OPAE_PLATFORM_ROOT/hw/samples/dma_afu folder to the created folder as follows:

 

#source it once again
source /data/intel_fpga/devcloudLoginToolSetup.sh  
mkdir A10_RTL_AFU
cp -r $OPAE_PLATFORM_ROOT/hw/samples/dma_afu A10_RTL_AFU

 

If this resolves your issue, make sure to accept this as a solution. This helps others with similar issues. Thank You!

 

Regards,

Alekhya

 

 

0 Kudos
yousin
Beginner
398 Views
The problem has been solved with your help.
 I missed a step "source /data/intel_fpga/devcloudLoginToolSetup.sh"
Thanks for your reply.
AlekhyaV_Intel
Moderator
398 Views

Hi,


Thank you for accepting our solution. If you need any further assistance, please post a new question as this thread will no longer be monitored by Intel.


Regards,

Alekhya


0 Kudos
Reply