1
votes

In Fedora20, I have OpenWRT buildroot, I also installed qemu-system-ppc.x86_64 successfully. Which files are required in order to run OpenWRT with this emulator? Where can I find that files in buildroot? In this answer they used only kernel image, but what about filesystem image?

Thanks for you time.

1

1 Answers

0
votes

You need to create a filesystem image. In menuconfig->Target Images, select tar.gz/ext4 depending on how you want to use qemu. Then generate files will be present inside bin/{ARCH}/*.tar.gz or bin/{ARCH}/*.ext4