Hi, I am using L5.4.24-2.1.0 BSP to enable eIQ with GPU on i.MX8QXPMEK (B0)
I have some questions..
1. is L5.4.24-2.1.0 BSP comes with eIQ ? i see only one demo multimedia image on website
https://www.nxp.com/webapp/Download?colCode=L5.4.24_2.1.0_MX8QXPB0&appType=license
2. How i can use GPU with this BSP ?
yes, 5.4.24 supports it, you can find the source code as below:
"https://community.nxp.com/t5/eIQ-Machine-Learning-Software/eIQ-Download-Information/ta-p/1111438"
how to use it you can refer to the document:
Thanks joanxie,
after flashing BSP https://www.nxp.com/webapp/Download?colCode=L5.4.24_2.1.0_MX8QXPB0&appType=license
The board is up but i don't see "tensorflow-lite-2.1.0/examples" in path "/usr/bin/"
am i missing anything while flashing or configuration ?
try to use the latest version, 5.10.9 or 5.4.70
Hi, when i run bitbake imx-image-full somewhere in middle
I get this error.........
this is your network issue, delete this package and build again, use the command like "bitbake -c cleansstate libarchive-native" then bitabke libarchive-native
Hi,
Is it possible to get built image with this configurations
$ DISTRO=fsl-imx-xwayland MACHINE=imx8qxpmek source imx-setup-release.sh -b build-xwayland
$ bitbake imx-image-full
It is taking huge time and space to build
you can try to download demo images from the official website, if the name doesn't include c0, should available for B0, like "imx-boot-imx8qxpmek-sd.bin-flash" is for B0, and "imx-boot-imx8qxpc0mek-sd.bin-flash" is for C0, you can try it
okay thanks, i got bootloader, But where will i get <rootfs> ? can i use same of C0 ?
roofs is maybe default for C0, maybe you need to replace some files, you can download to the SD card and open it to check them
Hi Joanxie, i used 5.4.70 but it is for C0 variant of board, What i have is B0....so it is not booting...let me try other you mentioned Thanks