Here are some of my projects
How I Sped Up Yocto Setup With Docker
The problem On a course called embedded linux drivers the given method of development was a premade virtual machine. It was only available in a single computer classroom that was often crowded. To avoid using the class and work on my own machine three options were given. I could copy the existing VM image from the classroom, make my own image or install it directly on my machine. Using a VM was not ideal on my machine. It introduces a lot of overhead and requires a lot of disk space which my machine simply does not have. Installing directly on the host was also out of question as the project required a lot of outdated dependencies. ...