Intel® SoC FPGA Embedded Development Suite
Support for SoC FPGA Software Development, SoC FPGA HPS Architecture, HPS SoC Boot and Configuration, Operating Systems
444 Discussions

ARM DS 2020 : issue "Could not import project located at <path of software project>"

kaushal
Novice
1,288 Views

Hello There,

i have following working environment 

1. Quartus18.1

2. ARMDS 2020

3. Cyclone V SoC Development Kit

and i am trying to communicate Cyclone V SoC board with AD9361,

My aim is to run "AD9361 No-OS Software" on it mean bare-metal application

I have Download project from below link:

https://github.com/analogdevicesinc/no-OS/tree/master/ad9361/swhttps://wiki.analog.com/resources/eval/user-guides/ad-fmcomms2-ebz/software/baremetalProject

 

After FPGA Project generation and Software Project generation my ARM DS not able to open Project and it says:

"Could not import project located at < project path>

 

here is the steps how i made this Quartus 18.1 project.

1. Running TCl script and execute the command (in project/c5soc folder)

tcl>source ./system_project.tcl

2. Go to Qsys and generate HDL files

this will generate quartus project and handoff files.

here is the steps how i made software project.

1. go to SoC EDS Command shell and run bsp-editor with following configuration "enable: semihosting, disable: watchdog, enable: sdram scrubbing"

this will create software/spl_bsp, 

2. go to software/spl_bsp folder and execute make command

then copy U-boot-spl from "spl_bsp/uboot-socfpga/spl" folder to my software folder "ad9361/software"  and execute

make command first then make uboot command

3.then using SOCEDS embedded shell i run following command for running ARMDS

c:\Program File\Arm\Development Studio 2020.0\bin>./armds_ide

this will open my armds_ide

and here i change the workspace and pointed toward my software location

then i import my project by selection "Project from folder or Archive", then choose import source "directory" and give path to folder contaning my all the project files that is "ad9361" after finishing it generate an error and saying that

"Could not import project located at <path of software project>"

Seems few more file required to create project please help me out where i missing

0 Kudos
1 Solution
Isaac_V_Intel
Employee
1,263 Views

issue resolved 

by removing .metadata it start taking project


View solution in original post

0 Kudos
2 Replies
kaushal
Novice
1,284 Views

issue resolved 

by removing .metadata it start taking project

 

thanks 

Isaac_V_Intel
Employee
1,264 Views

issue resolved 

by removing .metadata it start taking project


0 Kudos
Reply