Stephen McNamara<p>So close to remote image flashing for <a href="https://mastodon.social/tags/Android" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Android</span></a> servers! </p><p>The VM is dropping the USB device when `adb -d reboot bootloader` since I am USB forwarding NOT using PCI passthrough to qemu.</p><p>```<br>services.udev.extraRules = ''<br> SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="4ee7", GROUP="kvm"<br> '';<br>``` </p><p>Once it reboots and goes offline briefly the systemd service drops and doesn't reattach to the VM. Will need to figure this out 🤔</p><p><a href="https://mastodon.social/tags/Nixos" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Nixos</span></a> <a href="https://mastodon.social/tags/MicroVM" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MicroVM</span></a> <a href="https://mastodon.social/tags/ADB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ADB</span></a> server working👍️</p>