Skip to content

Commit b0cac0e

Browse files
Samples:Added the Kernel console parameter in boot.
For GP-MRB ACRN using ttyS0 as console, since this is release bootargs file so ttyS0 will be skipped in booting but needed kernel console ttyS2 in bootargs to get the Kernel console. Tracked-On: #1655 Signed-off-by: santoshkumar <santoshkumar.laxminarayan.rai@intel.com>
1 parent 43f6bdb commit b0cac0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
console=tty0 module_blacklist=dwc3_pci i915.nuclear_pageflip=1 root=/dev/mmcblk1p1 rw rootwait quiet loglevel=3 no_timer_check consoleblank=0 i915.enable_initial_modeset=1 i915.tsd_init=7 i915.tsd_delay=2000 video=DP-1:d video=DP-2:d i915.avail_planes_per_pipe=0x01010F i915.domain_plane_owners=0x011111110000 i915.enable_preemption=1 i915.context_priority_mode=2 i915.enable_gvt=1 i915.enable_guc=0x02 cma=64M@0-
1+
console=tty0 console=ttyS2,115200n8 module_blacklist=dwc3_pci i915.nuclear_pageflip=1 root=/dev/mmcblk1p1 rw rootwait quiet loglevel=3 no_timer_check consoleblank=0 i915.enable_initial_modeset=1 i915.tsd_init=7 i915.tsd_delay=2000 video=DP-1:d video=DP-2:d i915.avail_planes_per_pipe=0x01010F i915.domain_plane_owners=0x011111110000 i915.enable_preemption=1 i915.context_priority_mode=2 i915.enable_gvt=1 i915.enable_guc=0x02 cma=64M@0-

0 commit comments

Comments
 (0)