- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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:-
Please help me solve this.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
If this resolves your issue, make sure to accept this as a solution. This would help others with similar issue.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
We haven't heard back from you. Could you please provide an update?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page