In LK(little kernel), there is fastboot support. you can enter 'f' from keyboard to tiggle the fastboot mode. then the out->host->linux->x86->bin->fastboot can work normal at the host.
maybe you need port fastboot to u-boot first, and let u-boot enter fastboot mode. 2011/4/19 Amit Pundir <[email protected]> > On Sun, Apr 17, 2011 at 8:30 PM, Knobias <[email protected]> wrote: > > Hey, > > i've running Froyo with u-boot as bootloader at a custom designed > > board. Android runs fine on this board, but how can i enable > > fastboot? > > > > I have adb access and the programm fastboot appears at 'AndroidSource- > >>out->host->linux-x86->bin->fastboot'. How can i enable fastboot at > > the target? Need i to compile the Froyo package with specific flags? > > > > Hi, > > You need to add Fastboot protocol and command support in your u-boot. > > Take a reference from Rowboat http://www.arowboat.org/ which has a > decent Fastboot support in u-boot for OMAP3 > http://gitorious.org/rowboat/u-boot-omap3 > > Regards, > Amit Pundir > > > Any help would be appreciated, > > Knobias > > > > -- > > unsubscribe: [email protected] > > website: http://groups.google.com/group/android-porting > > > > -- > unsubscribe: [email protected] > website: http://groups.google.com/group/android-porting > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
