1 Welcome to the TEGRANOTE Open Source + Binary Driver Release.
3 In this README, you will find sync, build, and flashing instructions.
9 Syncing this release requires git and the repo tool from Google:
10 http://source.android.com/source/downloading.html#installing-repo
12 mkdir ~/tegranote-open-source
13 cd ~/tegranote-open-source
14 repo init -u git://nv-tegra.nvidia.com/manifest/android/binary.git -b rel-tegranote-partner -m secureos/tegratab.xml
22 Building this release requires a Linux build environment configured to
23 build Android: http://source.android.com/source/initializing.html
25 Additionally, you will be required to agree to license terms when extracting
28 cd ~/tegranote-open-source
30 cd vendor/nvidia/licensed-binaries
35 lunch tegratab-userdebug
36 export NV_TN_SKU=tn7_114gp_2014
43 Before flashing images from this build to your TEGRANOTE, connect your TEGRANOTE
44 via USB to the PC where you built this tree.
46 Next, put your TEGRANOTE into fastboot mode using following method:
48 Boot to android home screen
49 Connect the device to linux system
50 Open terminal(on linux)
51 Type "adb reboot bootloader" in terminal
55 Press and hold "Volume Up"+"Power" buttons till device boots
57 If this is the first time you have done this procedure, you must unlock
58 your bootloader. To unlock your bootloader, run the following command
63 Next do the following:
64 Select "Unlock bootloader" option on device
65 Press the power button to confirm the unlock
67 Your device's bootloader should now be unlocked.
69 To flash images from this build to your TEGRANOTE, run the following commands
70 from the same terminal where you did your build:
73 fastboot flash recovery recovery.img
74 fastboot flash boot boot.img
75 fastboot flash system system.img
76 fastboot flash userdata userdata.img
77 fastboot flash dtb tegra114-tegratab-p1988.dtb