Difference between revisions of "IoTGateway/BSP/Android/BSPsandImages/Make OTA"
From ESS-WIKI
(Created page with "== Build OTA image == === <span style="font-family:times new roman,times,serif;">Building Android 6.0.1_2.1.0 u-boot and kernel</span> === <span style="font-family:times new...") |
(No difference)
|
Revision as of 07:16, 3 February 2017
Contents
Build OTA image
Building Android 6.0.1_2.1.0 u-boot and kernel
[ 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 u-boot
Perform the following command in terminal console
$ make -j4 bootloader
- The two files, u-boot_crc.bin & u-boot_crc.bin.crc, will be located in directory, ./out/target/product/product_name
To build kernel
- Perform the following command in terminal console
- to do build bootimage
$ make -j4 bootimage