Git Product home page Git Product logo

android-manifest's Introduction

Welcome to the Jetson TK1 Android L Open Source + Binary Driver Release.

In this README, you will find sync, build, and flashing instructions.


HowTo Sync:

Syncing this release requires git and the repo tool from Google: http://source.android.com/source/downloading.html#installing-repo

mkdir ~/jtk1-android-l-open-source
cd ~/jtk1-android-l-open-source
repo init -u https://github.com/NVIDIA/android-manifest.git -b jtk1-android-l -m jtk1_android.xml
repo sync -j5

HowTo Build:

Building this release requires a Linux build environment configured to build Android: http://source.android.com/source/initializing.html

As to u-boot compiling, you should have device-tree-compiler upgraded to dtc 1.4 or newer

Additionally, you will be required to agree to license terms when extracting the binary drivers.

cd ~/jtk1-android-l-open-source
export TOP=`pwd`
cd vendor/nvidia/licensed-binaries
./extract-nv-bins.sh "I ACCEPT"
cd $TOP
source build/envsetup.sh
setpaths
export SECURE_OS_BUILD=n
lunch wx_na_wf-eng
mp dev

HowTo Flash:

Before flashing, you should put your Jetson TK1 into RCM(forced-recovery mode)

hw method
	Hold FORCE_RECOVERY key and press RESET, then release FORCE_RECOVERY key
sw method
	`adb reboot forced-recovery` if you have android installed already

Now it only supports flashing product in Linux enviromment.

cd $OUT
sudo ./nvflash --bct flash_pm358_792.cfg --setbct --configfile jetson_flash.cfg --dtbfile tegra124-jetson_tk1-pm375-000-c00-00.dtb --create --bl fastboot.bin --odmdata 0x6009C000 --go

android-manifest's People

Contributors

khasmek avatar nfeng0105 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.