

Note: You may need to append the device tree to the kernel.įastboot is now included in uptream u-boot, but not all functions are available compared to Android (device) fastboot.


Get the fastboot protocol version of your device with: On your host PC it should list available devices. While in fastboot mode, you can type fastboot on your command line as root (or use sudo) to verify that your phone or other device is being detected. Plug a USB cable between your host PC and your device. Start your device in fastboot mode (special boot sequence for phone/tablet like pressing vol+ and power, for u-boot, just type fastboot command in u-boot prompt). A dialog should shows up and it's asking you to allow USB debugging.Open up a command line on your PC and type adb devices as root or use sudo.Plug your Android device to your computer.Check the "Android debugging" entry under "Debugging".On your Android device you have to enable developer options and USB debugging : The package is not available in official repositories. Both commands come from package android-tools.
