aboutsummaryrefslogtreecommitdiff
path: root/jetson/tx1-extlinux.patch
blob: e9aaa26b4142f83bfd791f81c98aa34a1a6472e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- extlinux.conf	2016-09-07 13:28:48.691555527 +0000
+++ tx1-extlinux.conf	2016-09-07 13:28:40.263375342 +0000
@@ -1,5 +1,5 @@
 TIMEOUT 30
-DEFAULT primary
+DEFAULT sda1
 
 MENU TITLE p2371-2180 eMMC boot options
 
@@ -8,3 +8,9 @@ LABEL primary
       LINUX /boot/Image
       FDT /boot/tegra210-jetson-tx1-p2597-2180-a01-devkit.dtb
       APPEND fbcon=map:0 console=tty0 console=ttyS0,115200n8 androidboot.modem=none androidboot.serialno=P2180A00P00940c003fd androidboot.security=non-secure tegraid=21.1.2.0.0 ddr_die=2048M@2048M ddr_die=2048M@4096M section=256M memtype=0 vpr_resize usb_port_owner_info=0 lane_owner_info=0 emc_max_dvfs=0 touch_id=0@63 video=tegrafb no_console_suspend=1 debug_uartport=lsport,0 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=${lp0_vec} nvdumper_reserved=${nvdumper_reserved} core_edp_mv=1125 core_edp_ma=4000 gpt android.kerneltype=normal androidboot.touch_vendor_id=0 androidboot.touch_panel_id=63 androidboot.touch_feature=0 androidboot.bootreason=pmc:software_reset,pmic:0x0 root=/dev/mmcblk0p1 rw rootwait
+
+LABEL primary
+      MENU LABEL NVidia 3.10 kernel Ubuntu Trusty SDA1
+      LINUX /boot/Image
+      FDT /boot/tegra210-jetson-tx1-p2597-2180-a01-devkit.dtb
+      APPEND fbcon=map:0 console=tty0 console=ttyS0,115200n8 androidboot.modem=none androidboot.serialno=P2180A00P00940c003fd androidboot.security=non-secure tegraid=21.1.2.0.0 ddr_die=2048M@2048M ddr_die=2048M@4096M section=256M memtype=0 vpr_resize usb_port_owner_info=0 lane_owner_info=0 emc_max_dvfs=0 touch_id=0@63 video=tegrafb no_console_suspend=1 debug_uartport=lsport,0 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=${lp0_vec} nvdumper_reserved=${nvdumper_reserved} core_edp_mv=1125 core_edp_ma=4000 gpt android.kerneltype=normal androidboot.touch_vendor_id=0 androidboot.touch_panel_id=63 androidboot.touch_feature=0 androidboot.bootreason=pmc:software_reset,pmic:0x0 root=/dev/sda1 rw rootwait