Hi,
I am trying to interface a ToF sensor with an IMX8MP processor. My host development PC is Ubuntu OS, so can someone guide me with cross compiler toolchain that I can use for my application development on my host PC? Thank you in advance.
Hello,
If you have the driver already just port it to the kernel BSP of the MX8MP and it must works.
Regards
I am using IMX8MP Ubuntu OS and believe it is a 20.04 version, can you please guide me with more information on how to import to the kernel BSP(Ubuntu) of the IMX8MP board? Plus, I have an application C++ code for interfacing Tof using I2C protocol and not a low-level I2C driver in C++. Thank you in advance.
Hello,
If you have ubuntu 20.04 running on MX8MP is ok to develop in MX8MP you just need the toolchain:
gcc-arm-none-abi-10.3.
Is the one that came on BSP.
Regards