On 9/8/20 10:57 PM, Sourab B wrote: > Hello all, i was trying to install Google coral PCIe driver from this > site: https://coral.ai/docs/m2/get-started > <https://coral.ai/docs/m2/get-started> on my device. But i got > segmentation fault. I've done strace as well and I have attached > the log. I'm not quite sure what the issue is. > * > Commands : > > * > echo "deb https://packages.cloud.google.com/apt > <https://packages.cloud.google.com/apt> coral-edgetpu-stable main" | tee > /etc/apt/sources.list.d/coral-edgetpu.list > > curl https://packages.cloud.google.com/apt/doc/apt-key.gpg > <https://packages.cloud.google.com/apt/doc/apt-key.gpg> | apt-key add - > > *ERROR:* > curl https://packages.cloud.google.com/apt/doc/apt-key.gpg > <https://packages.cloud.google.com/apt/doc/apt-key.gpg> | apt-key add - > % Total % Received % Xferd Average Speed Time Time Time > Current > Dload Upload Total Spent Left > Speed > 100 653 100 653 0 0 2176 0 --:--:-- --:--:-- --:--:-- > 2176 > > gpg: signal [ 174.686462] audit: type=1701 audit(1598596554.214:5): > auid=4294967295 uid=0 gid=0 ses=4294967295 pid=876 comm="gpg" exe="/usr/bi1 > Segmentation fault caught ... exiting > Segmentation fault (core dumped) >
Discern between source distributions and binary distributions. Yocto project provides tools to build either of those, but it does not support interoperability with other binary distros e.g. debian/ubuntu/fedora etc. so while your yocto based distro might be using apt for online package management, it does not mean it supports feeds from debian/ubuntu or other dpkg based distros. You have to have yocto based binary distro feeds. > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#50532): https://lists.yoctoproject.org/g/yocto/message/50532 Mute This Topic: https://lists.yoctoproject.org/mt/76727003/21656 Mute #yocto: https://lists.yoctoproject.org/g/yocto+yocto/mutehashtag/yocto Mute #apt: https://lists.yoctoproject.org/g/yocto+yocto/mutehashtag/apt Mute #rocko: https://lists.yoctoproject.org/g/yocto+yocto/mutehashtag/rocko Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
