8000 GitHub - Trucrux/imx-android-11.0.0_1.2.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Trucrux/imx-android-11.0.0_1.2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

i.MX Android BSP Setup README

To use this manifest repo, the 'repo' tool must be installed first.
--------------------------------------------------------
$: mkdir ~/bin
$: curl https://storage.googleapis.com/git-repo-downloads/repo  > ~/bin/repo
$: chmod a+x ~/bin/repo
$: export PATH=${PATH}:~/bin

Download and Setup Source:
-----------------------------------------
Run setup script to download Android open source and copy proprietary to source folders
Run from above the folder for setup script to work properly

$: source ./imx-android-11.0.0_1.2.0/imx_android_setup.sh

Setup build environment:
-------------------------
- Set up the environment for building. This only configures the current terminal.
$ source build/envsetup.sh

- Execute the Android lunch command.
lunch command can be issued with an argument or can be issued without the argument presenting a menu of selection.
$ lunch mek_8q-userdebug

Check Android User's Guide "3.2 Build Android Image" section to install necessary cross-compile tool chain.

- Execute the "imx-make.sh" script to generate the image.
$ ./imx-make.sh -j4 2>&1 | tee build-log.txt
The output of preceding command will be written to standard output and build-log.txt.
If there is any errors when building the image, error log can be found in the build-log.txt file for checking.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0