Skip to main content
comlin
Associate
March 28, 2023
Solved

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

  • March 28, 2023
  • 3 replies
  • 1197 views

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.

This topic has been closed for replies.
Best answer by Olivier GALLIEN

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

3 replies

Olivier GALLIEN
Olivier GALLIENBest answer
Technical Moderator
April 4, 2023

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.
Tesla DeLorean
Guru
April 4, 2023
Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
comlin
comlinAuthor
Associate
April 10, 2023

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.