VOXL Flight image will not flash
-
@Kiazoa-Joao The script will put it into fastboot. You can also do so manually by running
adb reboot bootloader
-
@tom I did that. I tried to run it again, but I got the same error. I also tried running adb reboot bootloader, the drone lost connection, the same as running the script. Any other ideas? I saw a post on here talking about disconnecting the tracking cameras, do you think that'd solve it?
https://forum.modalai.com/topic/1144/info-waiting-for-fastboot/5 -
@Kiazoa-Joao If you think there's a chance your cameras are plugged in incorrectly then it doesn't hurt to try.
When the script is hanging, what do you see with
lsusb
? andfastboot devices
? -
@tom I don't see anything. The drone loses connection and the adb devices disappear. Also, when I try to check fastboot devices, nothing shows up
-
@Kiazoa-Joao Did you add the device via pass-through to the VM?
If possible I would highly recommend not using a VM and running Ubuntu natively if possible
-
@tom yes I did. I don't have a linux system. I tried WSL, but It won't show the adb devices. However, I'll try to borrow a Linux system from someone on Monday and will let you know if it works. Thank you for your assistance.
-
@Kiazoa-Joao No problem, we've just found it much easier to run native linux for this specific reason, sometimes windows can be difficult when it comes to passing in the USB devices
-
@tom I managed to get WSL to work and the same thing is happeing, I don't know if running it on a Linux system will be any better, but I'll will give it a try.
-
@Kiazoa-Joao It's possible you're missing some necessary fastboot drivers on your windows machine
-
@tom I see. Can they be easily installed?
-
@tom you were right. I used a Linux system and it worked flawlessly. Thank you for your assistance. I am just curious to know if the fastboot drivers can be installed on my windows device, just for the future. Please let me know
-
@Kiazoa-Joao We don't use windows here so I can't provide much help there, it should be possible though.
-
@tom Thank you. I'll look it up.