Hi, I use the SD boot and I need to upgrade image from u-boot with TypeC port.
How to use the fastboot command in u-boot and upgrade images ?
Thanks!
Hi, I use the SD boot and I need to upgrade image from u-boot with TypeC port.
How to use the fastboot command in u-boot and upgrade images ?
Thanks!
Looking at the options, I suppose you need to type âfastboot usb 0â or âfastboot 0â to use first usb controller.
http://rockchip.wikidot.com/fastboot
https://docs.96rocks.com/rock960/android/dev/fastboot/
Hi, I try the âfastboot usb 0â, seems works
But when use windows fastboot, canât find any devices and flash not working too.
Is my fastboot version to old or others environmental issue?
My OS is Windows 10 and try newest fastboot, the link as follows
Seems fastboot command format is difference.
Just try with my rock96 and it works as expected.
$ fastboot -i 0x2207 devices
ec1bad6ded33b1c fastboot
I however run this from a Linux host (not WIndows) and with a old u-boot build (U-Boot 2017.09-g515bbbd (Jan 09 2018 - 14:07:09 +0800)).
Iâm not sure about the right steps on Windows, but from your screenshot, it seems device has no driver attached. I think the first step is installing this driver, maybe the following link could help: https://www.teamandroid.com/2016/06/15/install-fastboot-adb-google-usb-drivers-windows/