-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Debian ARM board: 'INZI' is not natively supported ... please upgrade to kernel 4.12 or later. #1785
Comments
Thank you!! I run After several seconds, I get 391 frames, but an
I run my code again and get |
According to this guide, this error may caused by multiple instances of the same device on Linux. But I only use one SR300. @sgorsten According to this issue, we can use the following code to avoid this bug:
So I write my code as following:
But the Could someone provide some guidance? Thanks in advance. |
I found the following annotation in
|
I open a new issue on this problem. To analyze the reason of the error, I show my 'cmake' and 'make' output. Could someone provide some help? |
[Realsense Customer Engineering Team Comment] Since you resolve this issue, still need any support for this topic? |
[Realsense Customer Engineering Team Comment] |
I want to get depth frames and process by ARM board with Debian system. I have followed this guide and build
pyrealsense2.so
in my ARM board. Then I run the following code in python:I run into an error:
So I tried to update my linux kernel. I use
aptitude search linux-image | awk '{print $2}'
to see all support kernels. I get the following result:I download 4.14 kernel and use
apt-get purge linux-image-4.11.0-qcomlt
to remove the 4.11 kernel. Then I typedpkg --get-selections |grep linux-image
and only see 4.14. But I typeuname -a
and find the kernel is still 4.11I try the python code
pipeline.start()
in this environment, and get "No device" error.I also tried 4.9.0, and the result is exactly the same with 4.14.
I wonder if the camera will work in 4.10.0 or 4.4.0 kernel, but as the above information shows, my ARM board does not seem to support 4.10.0 or 4.4.0 kernel. Thus this solution seems not applicable for me.
My main goal to get depth frame, (and not some of more advanced controls / metadata support), I notice this guide, but I still confused what I should do in my condition. So I open this new issue. Could you please help me? @dorodnic @zivsha
The text was updated successfully, but these errors were encountered: