Forum Discussion

LucasHuang's avatar
LucasHuang
Icon for New Contributor rankNew Contributor
5 years ago

bitbake virtual/kernel -c cleanall failed

I try to go through the procedure of site: https://rocketboards.org/foswiki/Documentation/Arria10SoCGSRD#Overview

It always fail due to the network signal instability as I build yocto: ./create-linux-distro-release -t arria10 -c arria10-socdk -f yocto

fatal: unable to access 'https://github.com/altera-opensource/linux-refdesigns.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated.

I find that it failed at cmd : bitbake virtual/kernel -c cleanall AND bitbake u-boot-socfpga -c cleanall.

It's rare to successed.

So can I download all relative resource first and work offline? Or have any other advices?