2024-08-01 12:39 AM
root@stm32mp1:~# /sbin/depmod -a
root@stm32mp1:~# sync
root@stm32mp1:~# modprobe vivid
[ 1124.915416] cfbcopyarea: exports duplicate symbol cfb_copyarea (owned by kernel)
modprobe: ERROR: could not insert 'vivid': Exec format error
root@stm32mp1:~#
如何使用开发者包进行交叉编译 - stm32mpu (stmicroelectronics.cn)
I strictly followed the steps in section 6.1 of the content
I used stm32mp1-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26
The latest package, my development board is STM32MP135F-DK, I don't know why. I need your help
我严格按照6.1节的步骤操作
我使用的是stm32mp1-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26
最新的软件包,我的开发板是STM32MP135F-DK,我不知道为什么。我需要你的帮助
2024-08-02 05:58 AM
Hi @Bai123 ,
First please don't hesitate to provide more context to your question.
Then main assumption is that your module is not properly build for the target.
Double check it and restart full procedure from start.
Olivier