Hi Niraj, On 11/6/21 11:17, Niraj Sorathiya wrote: > Hello Team, > > I really need your suggestions on how I should proceed to build a > Solo key emulator ? Since I am new to QEMU , I would like to know how > I should do planing before getting into technical of QEMU > > Please find all information about solo key below: > > Docs: https://docs.solokeys.io/solo/building/ > <https://docs.solokeys.io/solo/building/> > Firmware: https://github.com/solokeys/solo/ > <https://github.com/solokeys/solo/> > Hardware: https://github.com/solokeys/solo-hw > <https://github.com/solokeys/solo-hw>
Solo is based on the STM32L432 microcontroller. Currently QEMU only models the STM32F family: https://qemu-project.gitlab.io/qemu/system/arm/stm32.html Presumably some core components could be reused for the STM32L family. Regards, Phil.