-
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
Error compiling on Raspberry Pi 4 #5092
Comments
same here, following this guide:
Edit: Fails the same line
|
has someone figured out where this libraries can be downloaded from ? or any link we have add to apt source.list? i am also getting the same error |
I have solved the problem.Here is some change based on origin install command. compiling on Raspberry Pi 4
Connected D415 to the pi and open terminal |
@suyuan945, thank you very much for sharing and glad to see D415 working on Pi 4. |
When will the official documentation be updated? |
The simplest solution |
That may be true, but the official docs are really out of date and need to be changed. Otherwise it's an exercise in frustration for other people to try to make this package work, which is a shame as the Pi 4 is a beast of a machine. It won't work on a Pi 3 either unless on a very old version of Raspbian. The docs need to be fixed, and any extra scripts need to be included in the repository. I realize open source can be really slow to update as it's a DIY mentality, but we paid for this hardware product, and it should run on modern hardware. |
I used libuvc_installation.sh to install successfully on TX2 device, but would like to ask how to install pyrealsense2? |
I used apt-cache search for libdrm-amdgpu1-dbg it returned libdrm-amdgpu1-dbgsym and libdrm-amdgpu1 so I went on to run command Sudo apt-get install libdrm-amdgpu1-dbgsym which got installed without errors. I am trying other steps to install librealsense completely will update if any mistake and solution are found. |
This issue should not be closed. The docs are still out of date and were never changed. |
update packages and solution to issue #5092
I copied all your work but in the end getting this error |
Issue Description
Linux caremon5 4.19.58-v7l+ #1245 SMP Fri Jul 12 17:31:45 BST 2019 armv7l GNU/Linux
I did get an error message with this step earlier:
Everything else proceeded OK, except for this step:
python3 setup.py build --cpp_implementation
The text was updated successfully, but these errors were encountered: