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

Closed
Dhoward094 opened this issue Apr 4, 2024 · 1 comment
Closed

Issue when running the command to install drivers #99

Dhoward094 opened this issue Apr 4, 2024 · 1 comment
Assignees
Labels
seeed-linux-dtoverlays Label for seeed-linux-dtoverlays UAY Unassigned yet

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.

@MatthewJeffson MatthewJeffson added UAY Unassigned yet seeed-linux-dtoverlays Label for seeed-linux-dtoverlays labels Oct 9, 2024
@is-qian
Copy link
Contributor

is-qian commented Oct 16, 2024

This issue has been fixed in this commit. You can pull the latest code and try again. If there are any problems, you can reopen this issue.

@is-qian is-qian closed this as completed Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
seeed-linux-dtoverlays Label for seeed-linux-dtoverlays UAY Unassigned yet
Projects
Status: Done
Development

No branches or pull requests

3 participants