[U-Boot] A64 fastboot, faster way to compile/test

I'm trying out various versions of the A64 u-boot -- Allwinner lichee, longsleep, apritzel, etc on the Pine64. I can get all of them up to the prompt, but fastboot doesn't work in an of them. There is code from Allwinner in there for implementing fastboot, but so far I've had no luck getting it to do anything. I added a bunch of debug and the USB controller does not appear to be generating interrupts.
Has anyone worked with A64 fastboot? Any tips on what might be wrong?
I want a faster was to update the SD Card without physically moving it between machines.

On Sun, 14 Aug 2016, jonsmirl@gmail.com wrote:
I'm trying out various versions of the A64 u-boot -- Allwinner lichee, longsleep, apritzel, etc on the Pine64. I can get all of them up to the prompt, but fastboot doesn't work in an of them. There is code from Allwinner in there for implementing fastboot, but so far I've had no luck getting it to do anything. I added a bunch of debug and the USB controller does not appear to be generating interrupts.
Has anyone worked with A64 fastboot? Any tips on what might be wrong?
I want a faster was to update the SD Card without physically moving it between machines.
Use ums. Works like a charm. As of fastboot it is Android weirdo and its support in U-Boot is rudimentary. Dunno why it is in the source tree at all -- if it was me I would've removed it altogether...
--- ****************************************************************** * KSI@home KOI8 Net < > The impossible we do immediately. * * Las Vegas NV, USA < > Miracles require 24-hour notice. * ******************************************************************

On Sun, Aug 14, 2016 at 9:58 PM, Sergey Kubushyn ksi@koi8.net wrote:
On Sun, 14 Aug 2016, jonsmirl@gmail.com wrote:
I'm trying out various versions of the A64 u-boot -- Allwinner lichee, longsleep, apritzel, etc on the Pine64. I can get all of them up to the prompt, but fastboot doesn't work in an of them. There is code from Allwinner in there for implementing fastboot, but so far I've had no luck getting it to do anything. I added a bunch of debug and the USB controller does not appear to be generating interrupts.
Has anyone worked with A64 fastboot? Any tips on what might be wrong?
I want a faster was to update the SD Card without physically moving it between machines.
Use ums. Works like a charm. As of fastboot it is Android weirdo and its support in U-Boot is rudimentary. Dunno why it is in the source tree at all -- if it was me I would've removed it altogether...
ums would also work... but I have to locate an A64 uboot with functioning USB gadget code.
- KSI@home KOI8 Net < > The impossible we do immediately. *
- Las Vegas NV, USA < > Miracles require 24-hour notice. *
participants (2)
-
jonsmirl@gmail.com
-
Sergey Kubushyn