Hey guys,
I am using the BSP Linux Image L5.4.24-2.1.0_images_MX8MMEVK for my i.MX8M mini Evalkit.
I want to use several i2cdevices on my i.MX and therefore I need to install some packages, one of it is smbus.
When installing with: pip3 install smbus , I get the following output, where it says (see appended file):
unable to execute 'aarch64-poky-linux-gcc': No such file or directory
error: command 'aarch64-poky-linux-gcc' failed with exit status 1
I did some research but don't know how to get the aarch64-poky-linux-gcc.
Another issue I have is, that I can't build the imx-image-full by myselfe because I always get error when installing some packages during the build process (see this article). So I am not able to build the toolchain with populate_sdk command.
Maybe someone has the same issue or knows a solution for my problem?
Alternatively can I use i2cdevices without smbus? Installing smbus2 (pip3 install smbus2) works, but the library I am using for my sensor is not designed for it.
Best regards
Patrick Stenger