Jump to content
  • 0

Arty Z7 petalinux-build failing on digilent apps do_fetch


rrh

Question

I'm trying to build the Arty-Z7-20 petalinux project version 2017.4 but it keeps failing because off:

libuio-1.0-r0 do_fetch
libgpio-1.0-r0 do_fetch
libpwm-1.0-r0 do_fetch
gpiotil-1.0-r0 do_fetch
pwmdemo-1.0-r0 do_fetch

failing, because the connection times out, is there a way to bypass this?

 

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

A couple of questions:

1) are you connected to the internet? Petalinux requires internet access to work properly. You can usually figure out a workaround if you are on a computer that can't access the internet, but it takes work.

2) How did you obtain the project? Are you cloning it using git or did you download a release BSP? If you are using a BSP, which version are you using?

3)If you are cloning the project, try to do a "git pull",  and perhaps a:

git submodule update --recursive --remote

A recent commit that changed where the digilent-apps recipes point may be the culprit. After doing these git commands, make sure to do the following to clean your project:

petalinux-build -x distclean
petalinux-build -x mrproper

You may also need to delete the entire components folder if the build fails on the FSBL (it will automatically regenerate the folder during build).

Link to comment
Share on other sites

I did:

git clone --recurse-submodules https://github.com/Digilent/Petalinux-Arty-Z7-20

I'm using version 2017.4 as said in the first post.

And a petalinux-build command after that, which failed (I have a working internet connection, and I'm using Ubuntu 16.04 as OS).
I now deleted the components folder and am trying:

petalinux-build -x distclean
petalinux-build -x mrproper

I will report back with my results

Link to comment
Share on other sites

Apparently the problem was in github.

Using 

 git config --global url."https://".insteadOf git://

Seems to fix the issue. 

I had already modified the  problematic .bb files by hand in a previous attempt, but then it didn´t work

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...