I followed steps to intall pynq in kria based on : GitHub - Xilinx/Kria-PYNQ: PYNQ support and examples for Kria SOMs
Initially, I started installation with the command:
git clone GitHub - Xilinx/Kria-PYNQ: PYNQ support and examples for Kria SOMs
cd Kria-PYNQ/
sudo bash install.sh -b { KV260 | KR260 | KD240 }
The first try the installation stopped because the “unattended-upgrade”.
When I restarted the installation with: sudo bash install.sh -b KR260,
then I get the following error:
/home/ubuntu/Documents/Kria-PYNQ
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
Executing: /tmp/apt-key-gpghome.GXWZUBsKoG/gpg.1.sh --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 --verbose 803DDF595EA7B6644F9B96B752150A179A9E84C9
gpg: no running Dirmngr - starting ‘/usr/bin/dirmngr’
gpg: waiting for the dirmngr to come up … (5s)
gpg: connection to dirmngr established
gpg: keyserver receive failed: No keyserver available
How to solve this error to install properly Pynq in Kria KR260?