forked from OERV-BSP/u-boot
The Tegra Note 7 is a mini tablet computer and the second Tegra 4 based mobile device designed by Nvidia that runs the Android operating system. The Tegra Note has a 7" IPS display with 1280 x 800 (217 ppi) resolution. The 1 GB of RAM and 16 GB of internal memory can be supplemented with a microSDXC card giving up to 64 GB of additional storage. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
16 lines
499 B
Bash
16 lines
499 B
Bash
button_cmd_0_name=Volume Down
|
|
button_cmd_0=bootmenu
|
|
button_cmd_1_name=Hall Sensor
|
|
button_cmd_1=poweroff
|
|
|
|
fastboot_partition_alias_boot=CAC
|
|
fastboot_partition_alias_root=UDA
|
|
|
|
bootmenu_0=mount internal storage=usb start && ums 0 mmc 0:c; bootmenu
|
|
bootmenu_1=mount external storage=usb start && ums 0 mmc 1; bootmenu
|
|
bootmenu_2=fastboot=echo Starting Fastboot protocol ...; fastboot usb 0; bootmenu
|
|
bootmenu_3=reboot RCM=enterrcm
|
|
bootmenu_4=reboot=reset
|
|
bootmenu_5=power off=poweroff
|
|
bootmenu_delay=-1
|