Welcome to the TEGRANOTE 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 ~/tegranote-open-source cd ~/tegranote-open-source repo init -u git://nv-tegra.nvidia.com/manifest/android/binary.git -b rel-tegranote-r8-partner -m secureos/kk_tegratab.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 Additionally, you will be required to agree to license terms when extracting the binary drivers. cd ~/tegranote-open-source export TOP=`pwd` cd vendor/nvidia/licensed-binaries ./extract-nv-bins.sh cd $TOP . build/envsetup.sh setpaths lunch tegratab-userdebug export NV_TN_SKU=tn7_114gp_2014 mp dev ========== HowTo Flash: ========== Before flashing images from this build to your TEGRANOTE, connect your TEGRANOTE via USB to the PC where you built this tree. Next, put your TEGRANOTE into fastboot mode using following method: SW method: Boot to android home screen Connect the device to linux system Open terminal(on linux) Type "adb reboot bootloader" in terminal HW method: Turn off the device Press and hold "Volume Up"+"Power" buttons till device boots If this is the first time you have done this procedure, you must unlock your bootloader. To unlock your bootloader, run the following command in a terminal: fastboot oem unlock Next do the following: Select "Unlock bootloader" option on device Press the power button to confirm the unlock Your device's bootloader should now be unlocked. To flash images from this build to your TEGRANOTE, run the following commands from the same terminal where you did your build: cd $OUT fastboot flash recovery recovery.img fastboot flash boot boot.img fastboot flash system system.img fastboot flash userdata userdata.img fastboot flash dtb tegra114-tegratab-p1988.dtb fastboot reboot