Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue when running the command to install drivers #99

Open
Dhoward094 opened this issue Apr 4, 2024 · 0 comments
Open

Issue when running the command to install drivers #99

Dhoward094 opened this issue Apr 4, 2024 · 0 comments

Comments

@Dhoward094
Copy link

When trying to use the repo to have the respeaker 2 Mic be recognized with an Nvidia agx- orin I run into issues installing the drivers. I also made sure to follow the instructions here https://wiki.seeedstudio.com/ReSpeaker_2_Mics_Pi_HAT_Jetson/

When I run the:
sudo -E KBUILD=/usr/src/linux-headers-5.10.120-tegra-ubuntu20.04_aarch64/kernel-5.10 make install_agx-orin

I get the following error:
cp: cannot stat 'agx-orin-seeed-reserver.dtbo-overlay.dtbo': No such file or directory

from what it seems the installer is looking for the dtbo-overlay.dtbo for some reason, the file I find that is built is just agx-orin-seeed-reserver.dtbo so the installer may have an incorrect file name it is searching for. I looked through the code and found the script reTerminal and thought this may control the naming however I am still running into the same issue even after removing the -overlay.dtbo on line 394 and 395 from the reTerminal.sh file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant