Install Intel realsense sdk 2.0 in Linux Yocto inside NXP I.MX 8 Mini
I am trying to install Intel realsense sdk on the imx 8 and I am following the regular linux installation from this link: https://dev.intelrealsense.com/docs/compiling-librealsense-for-linux-ubuntu-guide.
But I am getting errors in installing libssl library in it. Can someone please help me, how should I move ahead?
The error that I am getting is this:
Package libssl-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
I suppose that the libssl is not compile for ARM64. is this correct?
Is there a way I can install the sdk on NXP I.MX 8?
-
Hi Dhruvdarda2001 Is your problem resolved if you install libssl-dev with the command below, please?
sudo apt-get install libssl-dev
-
Thank you MartyG for your response. Actually I am not able to do the sudo apt install since I am not using regular ubuntu but instead I am using linux yocto.
Someone suggested me that I will need to rebuilt the boot-loader image with the required libraries, I am trying to get an image with the required images and then will test again.
Please sign in to leave a comment.
Comments
3 comments