BOOTLOADERS:
HOW TO FLASH:
HOW TO FLASH:
- Download bootloader to hard drive.
- Boot device into bootloader.
- Open a command prompt in the folder where your fastboot.exe lives. Typically this is the platform-tools directory in the SDK.
- Type in
Code:
fastboot flash bootloader <location/name_of_bootloader_file.img>
- Wait for successful flash.
- Type in
Code:
fastboot reboot-bootloader
- Profit!