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
