Skip to content

Commit

Permalink
Add progress for fastboot.
Browse files Browse the repository at this point in the history
Show the progress of downloading and flashing.
  • Loading branch information
IngenicSemiconductor committed May 23, 2013
1 parent b8d75fe commit 52343c4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Because fastboot is related to bootloader, so x-boot-nand.bin must be updated fi

----updating x-boot----
1. Connect the device to PC by USB cable and plug charger into the device;
2. Put device into USB-BOOT mode by pressing Vol+ and do a reset;
2. Put device into USB-BOOT mode by pressing both Vol+ and reset at the same time and keeping Vol+ pressed for unless 2 seconds after reset is triggered;
3. Check if the device enters USB boot mode by 'lsusb', 'xxxx:4780' is the target;
4. $ cd ingenic-xboot-updater
5. $ sudo ./ingenic-xboot-updater --boot=x-boot-nand.bin;
Expand Down
2 changes: 1 addition & 1 deletion ingenic-xboot-updater/README
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This tool can help you update boot loader on NPM801 and Warrior by USB cable.
1. Connect the device to PC by USB cable and plug charger into the device;
2. Put device into USB-BOOT mode by pressing Vol+ and do a reset;
2. Put device into USB-BOOT mode by pressing both Vol+ and reset at the same time and keeping Vol+ pressed for unless 2 seconds after reset is triggered;
3. $ lsusb, you will happy to find xxxx:4780;
4. cd ingenic-xboot-updater;
5. $ sudo ./ingenic-xboot-updater --boot=x-boot-nand.bin;
Binary file modified ingenic-xboot-updater/ingenic-xboot-updater
Binary file not shown.
Binary file modified ingenic-xboot-updater/x-boot-nand.bin
Binary file not shown.

0 comments on commit 52343c4

Please sign in to comment.