2023-03-27 07:50 PM
First, build the package installed from STMicro's official website with the MACHINE name as "qemux86-64".
And is it possible to display about 6 applications such as camera and video playback using demo launcher when started with "$ runqemu"?
I look forward to your reply. Thank you.
Solved! Go to Solution.
2023-04-04 09:05 AM
Hi @comlin
STMicroelectronics does not provide direct support for qemu, many STM32MP1 boards exist that makes the use of QEMU not relevant.
However it should be possible by setting the right Yocto machine : https://docs.yoctoproject.org/dev-manual/qemu.html
Can you please elaborate your need about QEMU ?
Thx
Olivier
2023-04-04 09:05 AM
Hi @comlin
STMicroelectronics does not provide direct support for qemu, many STM32MP1 boards exist that makes the use of QEMU not relevant.
However it should be possible by setting the right Yocto machine : https://docs.yoctoproject.org/dev-manual/qemu.html
Can you please elaborate your need about QEMU ?
Thx
Olivier
2023-04-04 09:55 AM
Similar / Duplicative https://community.st.com/s/question/0D53W00002CTZG9SAP/how-to-emulate-the-stm32mp1-product-with-qemu-and-use-packagegroupstdemo
2023-04-09 05:43 PM
Thank you for answering.
I use the STM32MP157F-DK2 as a program debug environment for product development.
Therefore, I thought that it would be possible to develop anywhere by using a virtual target that does not require a real machine, so I am considering adopting QEMU.