Difference between revisions of "IoTGateway/BSP/Android/BSPsandImages/Make OTA"

From ESS-WIKI
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 40: Line 40:
 
=== Click Settings / About tablet / Addition system updates: ===
 
=== Click Settings / About tablet / Addition system updates: ===
  
[[File:Android-ota1.png|RTENOTITLE]]
+
[[File:Android-ota1.jpg|RTENOTITLE]]
[[File:Linux-ota.png|RTENOTITLE]]
 
  
 
=== Wait for one moment, system will reboot for updating. ===
 
=== Wait for one moment, system will reboot for updating. ===
  
[[File:Android-ota2.png|RTENOTITLE]]
+
[[File:Android-ota2.jpg|RTENOTITLE]]
  
 
=== It will take some time to update. ===
 
=== It will take some time to update. ===
 +
<span style="font-family:times new roman,times,serif;">When the system startup next time,it runs the upgraded system!</span>
 
[[Category:Pages with broken file links]]
 
[[Category:Pages with broken file links]]

Latest revision as of 08:48, 3 February 2017

Build OTA image

Build ota image

[ For reference ]

If your product is RSB-4410A1, the product name is rsb_4410_a1

$PRODUCT = rsb_4410_a1

If your product is RSB-xxxx the product name is rsb_xxxx_a1

$PRODUCT = rsb_xxxx_a1

If your product is ROM-xxxx the product name is rom_xxxx_a1

$PRODUCT = rom_xxxx_a1

Build Instructions

Set the $JAVA_HOME environment variable

$ export JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64/

To build ota image

Perform the following command in terminal console
to do build ota image
$ make -j4 otapackage

The ota package update.zip, will be located in directory, ./out/target/product/product_name

Flash OTA image

copy the ota image file update.zip to corresponding vendor partition

Use ota image to upgrade android system

Click Settings / About tablet / Addition system updates:

RTENOTITLE

Wait for one moment, system will reboot for updating.

RTENOTITLE

It will take some time to update.

When the system startup next time,it runs the upgraded system!