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

Read only filesystem Error with hello_afu getting started with AFU

Ruchit_rt
New Contributor I
1,516 Views

I am trying to get started with Intel DevCloud and am getting a read only filesysystem error when executing the following command from the hello_afu directory:-

 

afu_synth_setup --source hw/rtl/filelist.txt build_synth

Error is as follows:

OSError: [Errno 30] Read-only file system: 'build_synth'

 

directory structure can be seen here:-

Screenshot 2023-07-06 at 10.31.08 PM.png

 Please help me solve this.

Labels (1)
0 Kudos
5 Replies
Rahila_T_Intel
Employee
1,493 Views

Hi,


Good dat to you.


Thank you for posting in Intel Communities.


To assist you better, could you please let us know which DevCloud you are using? Is it DevCloud for Edge/oneAPI?


Thanks


0 Kudos
Ruchit_rt
New Contributor I
1,461 Views

Hi!

I am using Devcloud oneAPI I believe. I use ssh to get to devcloud. I also select Arria 10 PAC Compilation and Programming - RTL, AFU, OpenCL once I am sshed. I use version 1.2.1 of the Arria. After setting up the tools via tools_setup I do the above steps as shown in the previous post and face the readonly file error. 

 

Thank you for you help - please let me know what to do.

 

 

0 Kudos
Rahila_T_Intel
Employee
1,421 Views

Hi,

 

We are able to run the same from our end.

 

As you are trying to run the command from /glob , you are getting the "OSError: [Errno 30] Read-only file system: 'build_synth". Because it is not a writable space.

 

You can copy the hello_afu folder locally and do the same operation without any issues.

 

Please use the below commands.

1. Copy the folder :

cp -r /glob/development-tools/versions/fpgasupportstack/a10/1.2.1/inteldevstack/a10_gx_pac_ias_1_2_1_pv/hw/samples/hello_afu .

2. Move into that folder

cd hello_afu/

3. Run the command

afu_synth_setup --source hw/rtl/filelist.txt build_synth

 

Please find the screenshot for reference.

hello-afu-case.jpg

 

If this resolves your issue, make sure to accept this as a solution. This would help others with similar issue.

 

 

Thanks

 

0 Kudos
Rahila_T_Intel
Employee
1,374 Views

Hi,


We haven't heard back from you. Could you please provide an update?


Thanks


0 Kudos
Rahila_T_Intel
Employee
1,306 Views

Hi,


We have not heard back from you. This thread will no longer be monitored by Intel. If you need further assistance, please post a new question.


Thanks


0 Kudos
Reply