From: houdek Date: Wed, 10 May 2017 13:20:27 +0000 (+0000) Subject: login prompt is on tty0 X-Git-Tag: 0.0~47 X-Git-Url: https://rtime.felk.cvut.cz/gitweb/hercules2020/jailhouse-build.git/commitdiff_plain/d780b697a4566c2d75ba9e5f257e8bec7ae20369 login prompt is on tty0 --- diff --git a/build/boot b/build/boot index 9b06aa6..1f51d86 100755 --- a/build/boot +++ b/build/boot @@ -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 diff --git a/build/buildroot/.config b/build/buildroot/.config index 274ec13..f87da6d 100644 --- a/build/buildroot/.config +++ b/build/buildroot/.config @@ -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