Difference between revisions of "IoTGateway/BSP/Android/Android 6.0.1 2.1.0 MFG TOOL"
From ESS-WIKI
(Created page with " = Enter recovery mode = === ROM-5420 === :Set the correct boot mode, then power on. :200px|Rom5420-mfgtool.jpg === ROM-3420 === :Set eng mode...") |
|||
Line 1: | Line 1: | ||
− | |||
= Enter recovery mode = | = Enter recovery mode = | ||
Line 44: | Line 43: | ||
=== RSB4411 Update SD === | === RSB4411 Update SD === | ||
+ | |||
[profiles] | [profiles] | ||
chip = Linux | chip = Linux | ||
Line 58: | Line 58: | ||
=== RSB4411 Update EMMC === | === RSB4411 Update EMMC === | ||
+ | |||
[profiles] | [profiles] | ||
chip = Linux | chip = Linux | ||
Line 70: | Line 71: | ||
dtb = imx6q-rsb4411-a1 | dtb = imx6q-rsb4411-a1 | ||
mmc = 0 | mmc = 0 | ||
+ | |||
+ | = Running mfgtool and update = | ||
+ | |||
+ | running the MfgTool2.exe and update | ||
+ | |||
+ | :[[File:Mfgtool.jpg|400px|Mfgtool.jpg]] | ||
+ | |||
+ | #If you can’t running mfgtool2.exe, you can check MfgTool.log | ||
+ | #Click “Start”,you can get information form debug console | ||
+ | #:[[File:Mfg_pass.jpg|600px|Mfg_pass.jpg]] | ||
+ | #After update finish,it will be shown below | ||
+ | #:[[File:Mfgtool2.jpg|400px|Mfgtool2.jpg]] | ||
+ | #Click “Exit” to terminate the application. |
Revision as of 08:18, 3 July 2017
Contents
Enter recovery mode
ROM-5420
ROM-3420
ROM-7421 DP/ROM-7421 QP/ROM-7421 SOLO
UBC-220
ROM-7420
Other Projects
Connect the OTG to the PC
Modify config file
Modify cfg.ini
- mfgtools/cfg.ini
RSB4411 Update SD
[profiles] chip = Linux [platform] board = Android [LIST] name = ADV u-boot [variable] dtb = imx6q-rsb4411-a1 mmc = 1
RSB4411 Update EMMC
[profiles] chip = Linux [platform] board = Android [LIST] name = ADV u-boot [variable] dtb = imx6q-rsb4411-a1 mmc = 0
Running mfgtool and update
running the MfgTool2.exe and update