]> rtime.felk.cvut.cz Git - hercules2020/jailhouse-build.git/commitdiff
novaboot: Use only serial console
authorMichal Sojka <michal.sojka@cvut.cz>
Wed, 16 May 2018 16:12:41 +0000 (18:12 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Wed, 16 May 2018 16:34:38 +0000 (18:34 +0200)
This ensures that all messages from boot scripts can be seen on serial
line, i.e. when working remotely.

build/boot-flashfs
build/boot-linux

index 36af64e392650ab3bcdc7b92b0c11a3b3ab15cf1..f62844f6251c361cdb7723d642203f98bb2be795 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Boot localy built Linux kernel with root filesystem from the flash
 
-load linux-4.4/arch/arm64/boot/Image root=/dev/mmcblk0p1 rw rootwait console=ttyS0,115200n8 console=tty0 OS=l4t fbcon=map:0 net.ifnames=0 memtype=0 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x03100000 nvdumper_reserved=0x2772e0000 gpt tegraid=18.1.2.0.0 tegra_keep_boot_clocks maxcpus=6 androidboot.serialno=0320418051135 bl_prof_dataptr=0x10000@0x277240000 sdhci_tegra.en_boot_part_access=1 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4
+load linux-4.4/arch/arm64/boot/Image root=/dev/mmcblk0p1 rw rootwait console=ttyS0,115200n8 OS=l4t fbcon=map:0 net.ifnames=0 memtype=0 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x03100000 nvdumper_reserved=0x2772e0000 gpt tegraid=18.1.2.0.0 tegra_keep_boot_clocks maxcpus=6 androidboot.serialno=0320418051135 bl_prof_dataptr=0x10000@0x277240000 sdhci_tegra.en_boot_part_access=1 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4
 #load linux-4.4/arch/arm64/boot/dts/tegra186-quill-p3310-1000-c03-00-base.dtb
 
 # Use FDT prepared by firmware at address fdt_addr
index 2b872b9de72cc6b627fde70ad5360ac7f425319f..e7973c10e786cfe833cce5ffdfb260e06aa0a035 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Boot localy built Linux kernel and initramfs
 
-load linux-4.4/arch/arm64/boot/Image console=ttyS0,115200n8 console=tty0 OS=l4t fbcon=map:0 net.ifnames=0 memtype=0 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x03100000 nvdumper_reserved=0x2772e0000 gpt tegraid=18.1.2.0.0 tegra_keep_boot_clocks maxcpus=6 androidboot.serialno=0320418051135 bl_prof_dataptr=0x10000@0x277240000 sdhci_tegra.en_boot_part_access=1
+load linux-4.4/arch/arm64/boot/Image console=ttyS0,115200n8 OS=l4t fbcon=map:0 net.ifnames=0 memtype=0 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x03100000 nvdumper_reserved=0x2772e0000 gpt tegraid=18.1.2.0.0 tegra_keep_boot_clocks maxcpus=6 androidboot.serialno=0320418051135 bl_prof_dataptr=0x10000@0x277240000 sdhci_tegra.en_boot_part_access=1
 #load linux-4.4/arch/arm64/boot/dts/tegra186-quill-p3310-1000-c03-00-base.dtb
 load buildroot/images/rootfs.cpio.uboot