Hi
The Pcie module is installed in the host hardware however I am unable to install Coral pcie drivers from coral website as it is giving errors as below :
Any help would be appreciated with examples please.
The Pcie module is installed in the host hardware however I am unable to install Coral pcie drivers from coral website as it is giving errors as below :
Code:
root@pve:~# lspci -nnk | grep 089a
03:00.0 System peripheral [0880]: Global Unichip Corp. Coral Edge TPU [1ac1:089a]
Subsystem: Global Unichip Corp. Coral Edge TPU [1ac1:089a]
root@pve:~# lsmod | grep apex
root@pve:~# echo "deb https://packages.cloud.google.com/apt coral-edgetpu-stable main" | sudo tee /etc/apt/sources.list.d/coral-edgetpu.list
-bash: sudo: command not found
root@pve:~# echo "deb https://packages.cloud.google.com/apt coral-edgetpu-stable main" | sudo tee /etc/apt/sources.list.d/coral-edgetpu.list
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
sudo apt-get update
-bash: sudo: command not found
-bash: sudo: command not found
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 2537 100 2537 0 0 28188 0 --:--:-- --:--:-- --:--:-- 28505
(23) Failed writing body
-bash: sudo: command not found
root@pve:~# apt-get install gasket-dkms libedgetpu1-std
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package gasket-dkms
E: Unable to locate package libedgetpu1-std
root@pve:~#
Any help would be appreciated with examples please.