qemus / qemu-arm

QEMU for ARM in a Docker container.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question]: How to run individual files?

mohamedashraf-eng opened this issue · comments

Is your question not already answered in the FAQ?

  • I made sure the question is not listed in the FAQ.

Is this a general question and not a technical issue?

  • I am sure my question is not about a technical issue.

Question

I want to run individual images on qemu such as my LFS like zImage or u-boot file using qemu-system.

How can I specify that on the compose file?

Im not sure if I understand correctly what you mean. But if you mean how you can use another BIOS file like U-Boot, you can specify the BIOS like this:

environment:
  BIOS: "/storage/uboot.rom"

when placing a file called uboot.rom in the /storage folder for the container.

Yes you got it correctly.

I wanted to boot a normal u-boot file to experiment it and later I will boot my image.