]> rtime.felk.cvut.cz Git - hercules2020/jailhouse-build.git/commitdiff
login prompt is on tty0
authorhoudek <houdepre@fel.cvut.cz>
Wed, 10 May 2017 13:20:27 +0000 (13:20 +0000)
committerhoudek <houdepre@fel.cvut.cz>
Wed, 10 May 2017 13:20:27 +0000 (13:20 +0000)
build/boot
build/buildroot/.config

index 9b06aa6ba82ac7e0207218cc02c4a8ab914f54aa..1f51d8643a79d7c6ec49499e1e59dab2b48aba48 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env novaboot
 
-load linux-3.10/arch/arm64/boot/Image fbcon=map:0 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=0x1000@0xff2bf000 nvdumper_reserved=0xff23f000 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 rw netdevwait ip=:::::eth0:on ip=:::::eth1:on  rootwait mem=3968M vmalloc=512M
+load linux-3.10/arch/arm64/boot/Image fbcon=map:0 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=0x1000@0xff2bf000 nvdumper_reserved=0xff23f000 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 rw netdevwait ip=:::::eth0:on ip=:::::eth1:on  rootwait mem=3968M vmalloc=512M console=tty0 console=ttyS0,115200n8
 load buildroot/images/rootfs.cpio.uboot
 load linux-3.10/arch/arm64/boot/dts/tegra210-jetson-tx1-p2597-2180-a01-devkit.dtb
 
index 274ec13a7d4285b9e1114e4888f5c6f522494388..f87da6d072bbf044a62e34d0447f850a6e1bdcbb 100644 (file)
@@ -284,7 +284,7 @@ BR2_SYSTEM_BIN_SH_BUSYBOX=y
 #
 # BR2_SYSTEM_BIN_SH_NONE is not set
 BR2_TARGET_GENERIC_GETTY=y
-BR2_TARGET_GENERIC_GETTY_PORT="console"
+BR2_TARGET_GENERIC_GETTY_PORT="tty0"
 BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP=y
 # BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set
 # BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set