cancel
Showing results for 
Search instead for 
Did you mean: 

Can the demo launcher be used with the STM32MP1 series launched by QEMU?

comlin
Associate

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.

1 ACCEPTED SOLUTION

Accepted Solutions
Olivier GALLIEN
ST Employee

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

Olivier GALLIEN
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.

View solution in original post

3 REPLIES 3
Olivier GALLIEN
ST Employee

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

Olivier GALLIEN
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.

Similar / Duplicative https://community.st.com/s/question/0D53W00002CTZG9SAP/how-to-emulate-the-stm32mp1-product-with-qemu-and-use-packagegroupstdemo

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
comlin
Associate

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.