]> nv-tegra.nvidia Code Review - manifest/android/binary.git/blob - tegranote7cw_README
Update open source manifest
[manifest/android/binary.git] / tegranote7cw_README
1 Welcome to the TEGRANOTE Open Source + Binary Driver Release.
2
3 In this README, you will find sync, build, and flashing instructions.
4
5 ==========
6 HowTo Sync:
7 ==========
8
9 Syncing this release requires git and the repo tool from Google:
10 http://source.android.com/source/downloading.html#installing-repo
11
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
15 repo sync -j5
16
17
18 ==========
19 HowTo Build:
20 ==========
21
22 Building this release requires a Linux build environment configured to
23 build Android: http://source.android.com/source/initializing.html
24
25 Additionally, you will be required to agree to license terms when extracting
26 the binary drivers.
27
28 cd ~/tegranote-open-source
29 export TOP=`pwd`
30 cd vendor/nvidia/licensed-binaries
31 ./extract-nv-bins.sh
32 cd $TOP
33 . build/envsetup.sh
34 setpaths
35 lunch tegratab-userdebug
36 export NV_TN_SKU=tn7_114gp_2014
37 mp dev
38
39 ==========
40 HowTo Flash:
41 ==========
42
43 Before flashing images from this build to your TEGRANOTE, connect your TEGRANOTE
44 via USB to the PC where you built this tree.
45
46 Next, put your TEGRANOTE into fastboot mode using following method:
47 SW 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
52
53 HW method:
54    Turn off the device
55    Press and hold "Volume Up"+"Power" buttons till device boots
56
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
59 in a terminal:
60
61 fastboot oem unlock
62
63 Next do the following:
64    Select "Unlock bootloader" option on device
65    Press the power button to confirm the unlock
66
67 Your device's bootloader should now be unlocked.
68
69 To flash images from this build to your TEGRANOTE, run the following commands
70 from the same terminal where you did your build:
71
72 cd $OUT
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
78 fastboot reboot
79