Yes, fastboot should build under Cygwin. But I'm not sure if it has been tested in the open source release so it might need a little tweaking. fastboot.exe uses the prebuilt AdbWinApi.dll, so you might try:
make prebuilt fastboot You will also need the USB drivers for adb: http://dl.google.com/android/android_usb_windows.zip MIke On Wed, Nov 19, 2008 at 7:40 AM, Shirish <[EMAIL PROTECTED]> wrote: > > Hi Mike, > > Is the fastboot available for the windows xp as well? > > > Thanks, > -Shirish > > On Nov 5, 6:43 pm, "Mike Lockwood" <[EMAIL PROTECTED]> wrote: >> Hi Nishanth, >> >> Yes, fastboot is used to flash devices over USB. But this will not work >> with production G1 devices, which have USB support disabled in the >> bootloader. >> >> The fastboot sources are in system/core/fastboot/. It should be included in >> a default "lunch 1" build, or you could build it by typing: >> >> . build/envsetup.sh >> lunch 1 >> make fastboot >> >> Mike >> >> On Wed, Nov 5, 2008 at 8:17 AM, Nishanth Menon <[EMAIL PROTECTED]>wrote: >> >> >> >> >> >> >> >> > Hi Folks, >> >> > I was looking at the source of legacy bootloader [1] and was interested >> > to see fastboot which seems to be over USB. but this seems to require >> > some PC side components too. Could anyone guide me where this may be? >> >> > Regards, >> > Nishanth Menon >> >> > Ref: >> > [1] >> >http://android.git.kernel.org/?p=platform/bootloader/legacy.git;a=sum... >> >> -- >> Mike Lockwood >> Google android team- Hide quoted text - >> >> - Show quoted text - > > > -- Mike Lockwood Google android team --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [EMAIL PROTECTED] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
