# Installing prerequisites $ sudo apt -y install git libglib2.0-dev libfdt-dev libpixman-1-dev \ I am using Ubuntu 20.04 as the host system, so if different system is used it is possible that some additional packages from prerequisites need to be installed. The Versatile Express V2P-CA9 will be used as the target board.īefore we start with the development, prerequisites need to be installed. In the next post a real root filesystem will be used. A simple init ramdsik will be used instead of root filesystem, so the Linux kernel does not panic on boot. In this post I will cover the following thingsĪt the end of this post we will have a working QEMU, and starting point for U-Boot and Linux kernel which can be used for further work. In the previous post I presented some of the goals for doing this work with QEMU. This is part 1 of the QEMU Board Emulation post series. Preparing U-Boot and Linux kernel for QEMU Board emulation