...
URL:
git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/linux.git
Branch:
virtio/msg-v1
Commit: 1e5e683a3d1aa8b584f279edd144b4b1d5aad45c
...
Branch: master (at the time)
Commit:
b7890a2c3d6949e8f462bb3630d5b48ecae8239f
This QEMU has support for I2C needed belowbuild of QEMU is necessary to use the I2C device with the argument -device ds1338,address=0x20
as described later in the document.
Build as:
Code Block |
---|
git clone https://github.com/vireshk/qemu mkdir -p build/qemu mkdir -p build/qemu-install cd build/qemu ../../qemu/configure \ --target-list="aarch64-softmmu" \ --prefix="$(cd ../qemu-install; pwd)" \ --enable-fdt --enable-slirp --enable-strip \ --disable-docs \ --disable-gtk --disable-opengl --disable-sdl \ --disable-dbus-display --disable-virglrenderer \ --disable-vte --disable-brlapi \ --disable-alsa --disable-jack --disable-oss --disable-pa make -j10 make install |
...