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...") |
|||
(4 intermediate revisions by the same user not shown) | |||
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 | ||
+ | |||
+ | = Copy update image and uboot to android folder = | ||
+ | |||
+ | For example : RSB-4411 (2017_03_01 Release version) | ||
+ | |||
+ | *Copy u-boot_crc.bin.crc , u-boot_crc.bin, boot.img , revocery.img ,system.img to 4411AIV6004_DualQuad_2017-03-01_MFG_tool\Profiles\Linux\OS Firmware\files\android\ . | ||
+ | |||
+ | *PS: Please remenber use the simg2img tools converts the sparse system image to raw system image on the Linux OS host computer. The pull the system immage to folder. | ||
+ | |||
+ | = 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. |
Latest revision as of 08:33, 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
Copy update image and uboot to android folder
For example : RSB-4411 (2017_03_01 Release version)
- Copy u-boot_crc.bin.crc , u-boot_crc.bin, boot.img , revocery.img ,system.img to 4411AIV6004_DualQuad_2017-03-01_MFG_tool\Profiles\Linux\OS Firmware\files\android\ .
- PS: Please remenber use the simg2img tools converts the sparse system image to raw system image on the Linux OS host computer. The pull the system immage to folder.
Running mfgtool and update
running the MfgTool2.exe and update