-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified README to simplize the process of updating.
- Loading branch information
1 parent
f3c810f
commit e718f6f
Showing
2 changed files
with
44 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,14 @@ | ||
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 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; | ||
1. Connect the device to PC by USB cable and plug charger into the device. | ||
|
||
2. Put device into USB-BOOT mode by pressing both Vol+ and reset at the same time | ||
and keeping Vol+ pressed for at least 2 seconds after reset is released. | ||
|
||
3. Note that the screen is blank in this mode. | ||
|
||
4. Check if the device entered USB boot mode correctly using 'lsusb'. | ||
'xxxx:4780' is the target. | ||
|
||
5. $ cd ingenic-xboot-updater | ||
|
||
6. $ sudo ./ingenic-xboot-updater --boot=x-boot-nand.bin |