This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Is it possible to use docker container for the bare metal project, want to generate ARM compatible firmware?

I am using nrf52 chipset, I just want to know did anyone tried to run docker container to create ARM image? I am thinking to use Docker container as CI. 

Parents
  • Hi,

    What do you mean by "CI" in this context?

    As Docker is an example of OS-level virtualization, for Linux, Windows and macOS, it would not be possible to make a Docker container containing an ARM image only. I guess you could have an emulator and an ARM image in the same container and run the ARM image in that emulator. Is that what you are planning to do?

    Regards,
    Terje

Reply
  • Hi,

    What do you mean by "CI" in this context?

    As Docker is an example of OS-level virtualization, for Linux, Windows and macOS, it would not be possible to make a Docker container containing an ARM image only. I guess you could have an emulator and an ARM image in the same container and run the ARM image in that emulator. Is that what you are planning to do?

    Regards,
    Terje

Children
No Data
Related