Skip to content

EmbeddedOS/qemu_stm32f407_soc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qemu_stm32f407_soc

Emulate your stm32f407 SoC with QEMU.

Build QEMU

Install QEMU:

./install.sh

Build binaries:

mkdir build
cd build
../qemu/configure --target-list=aarch64-linux-user,arm-linux-user,arm-softmmu
make -j20

Run application

./build/qemu-system-arm -machine stm32f407g_disc -kernel kernel.elf -serial stdio

Make a patch file

cd qemu
git add -N hw/arm/stm32f407g_disc.c
git diff > ../qemu.patch

About

Emulate your stm32f407 SoC with QEMU.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published