![](https://secure.gravatar.com/avatar/2838be12ecafd4f01bd2661e602a5e76.jpg?s=120&d=mm&r=g)
Sorry for the late reply, it seems I missed this email. For the QEMU check you can use. https://github.com/thesofproject/sof/blob/master/scripts/qemu-check.sh
We check both IPC message and mailbox looking for the FW ready message.
To use this scripts with Docker you will need ./scripts/docker-qemu.sh ../sof.git/scripts/qemu-check.sh $PLATFORM
Please take our Travis scripts as reference https://travis-ci.org/thesofproject/sof/jobs/623495918
https://github.com/thesofproject/sof/blob/98d7ab2162887e0e58c41e16404213457b...
Thanks Xiuli From: Daniel Baluta daniel.baluta@nxp.com Sent: Tuesday, December 10, 2019 16:00 To: Pan, Xiuli xiuli.pan@intel.com; sound-open-firmware@alsa-project.org Cc: Girdwood, Liam R liam.r.girdwood@intel.com; Diana Cretu diana.cretu@nxp.com; dl-sof sof@nxp.com Subject: Re: Testing SOF firmware boot with Qemu
Hi Xiuli,
Maybe this fall through the cracks 🙂. So, the question here is how do you check that booting dsp with Qemu works fine 🙂.
Care to share the test scripts?
Daniel.
________________________________ From: Daniel Baluta Sent: Wednesday, December 4, 2019 10:05 AM To: Pan, Xiuli <xiuli.pan@intel.commailto:xiuli.pan@intel.com> Cc: Liam Girdwood <liam.r.girdwood@intel.commailto:liam.r.girdwood@intel.com>; Diana Cretu <diana.cretu@nxp.commailto:diana.cretu@nxp.com>; dl-sof <sof@nxp.commailto:sof@nxp.com> Subject: Testing SOF firmware boot with Qemu
Hi Xiuli,
I want to understand the testcase for booting SOF firmware with Qemu.
It seems the test is started like this:
./xtensa-softmmu/qemu-system-xtensa -cpu broxton -M adsp_skl -nographic -kernel ../sof.git/build_skl_gcc/src/arch/xtensa/sof-skl.ri -rom ../sof.git/build_skl_gcc/src/arch/xtensa/rom-skl.bin
What I don't understand is how you figure out the boot is OK or not?
Can you share the test script 🙂.
thanks, Daniel.