Skip to main content

Command Palette

Search for a command to run...

Comparing Firmware Development Environments

Linux, Windows, WSL2, and VMWare

Updated
1 min read
Comparing Firmware Development Environments

About a year and a half ago, I decided to take a different approach to setting up a Zephyr environment for a new project at Intercreate. Instead of using my trusty VMWare Workstation Linux VM, I opted for WSL2. I was curious to find out: Would hardware pass-through for debugging work reliably? Would all of the tooling dependencies be supported? What about build system performance?

Not only did everything go smoothly, but since then, many colleagues have also moved from native Linux or traditional VMs to WSL2 and seen great results.

Continue reading at the Interrupt...