DEV Community

Discussion on: Yocto Project Tutorial: Baking a Minimal Linux Image from Scratch

Collapse
 
legorock profile image
Ahmet Erdem

Thanks a lot, I managed to run within a docker container :)
Besides the tricky Dockerfile, I had to select slirp as network device. So I ran runqemu qemuarm slirp nographic. The TUN control device require sudo modprobe tun which requires more complicated configuration for the docker image.