i.MX 6ULL 2D graphic library

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

i.MX 6ULL 2D graphic library

1,001 次查看
jinho1
Contributor I

Hi all,
I want to use the various 2D graphics APIs on my i.MX 6ULL ​​​​evk board.
Have you tried LGVL on i.MX 6ULL?
Have you ever used any 2D graphics API other than Cairo?
Thanks

0 项奖励
3 回复数

986 次查看
joanxie
NXP TechSupport
NXP TechSupport

do you mean LVGL? we don't have specific document for imx6ull, but you can refer to this

"https://www.nxpic.org.cn/module/forum/thread-628125-1-1.html"

"https://blog.csdn.net/qq_35181236/article/details/116976570"

0 项奖励

981 次查看
jinho1
Contributor I

I couldn't read it because it was in Chinese.
It is not made by an individual.
Can I do it alone?
Or should I get help from an NXP engineer?

Actually, I'm trying to port LVGL to i.MX6ULL, but it's not easy.
Below is the error log.
I think the dependency is making the error.
(LVGL conflicts with other modules or LVGL requires another module)

<source change>
diff --git a/meta-sdk/recipes-fsl/images/imx-image-core.bb b/meta-sdk/recipes-fsl/images/imx-image-core.bb
index 021802ed5..e94916981 100644
--- a/meta-sdk/recipes-fsl/images/imx-image-core.bb
+++ b/meta-sdk/recipes-fsl/images/imx-image-core.bb
@@ -37,4 +37,5 @@ IMAGE_INSTALL += " \
${CLINFO} \
${DOCKER} \
"
+CORE_IMAGE_EXTRA_INSTALL += "lvgl"

<error log>
ERROR: imx-image-core-1.0-r0 do_rootfs: Unable to install packages. Command '/home/worker/nxp_imx6ullevk_lelp/bld-wayland/tmp/work/imx6ull14x14evk-poky-linux-gnueabi/imx-image-core/1.0-r0/recipe-sysroot-native/usr/bin/apt-get install --allow-downgrades --allow-remove-essential --allow-change-held-packages --allow-unauthenticated --no-remove apt curl dpkg firmwared imx-test lvgl packagegroup-base-extended packagegroup-core-boot packagegroup-core-nfs-server packagegroup-core-sdk packagegroup-core-ssh-dropbear packagegroup-core-standalone-sdk-target packagegroup-core-tools-debug packagegroup-core-tools-profile packagegroup-core-weston packagegroup-fsl-optee-imx packagegroup-imx-core-tools packagegroup-imx-security run-postinsts' returned 100:
Reading package lists...
Building dependency tree...
Reading state information...
Package lvgl 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

E: Package 'lvgl' has no installation candidate

ERROR: Logfile of failure stored in: /home/worker/nxp_imx6ullevk_lelp/bld-wayland/tmp/work/imx6ull14x14evk-poky-linux-gnueabi/imx-image-core/1.0-r0/temp/log.do_rootfs.1569173
ERROR: Task (/home/worker/nxp_imx6ullevk_lelp/sources/meta-imx/meta-sdk/recipes-fsl/images/imx-image-core.bb:do_rootfs) failed with exit code '1'

0 项奖励

917 次查看
joanxie
NXP TechSupport
NXP TechSupport
0 项奖励