From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: debug tip after earlycon is closed? Date: Wed, 27 Jul 2016 09:32:51 +0200 Message-ID: <3860396.RT1mlU0LAT@wuerfel> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Masahiro Yamada Cc: Peter Hurley , Greg Kroah-Hartman , Linux Kernel Mailing List , Rob Herring , linux-serial@vger.kernel.org, linux-arm-kernel List-Id: linux-serial@vger.kernel.org On Wednesday, July 27, 2016 10:23:09 AM CEST Masahiro Yamada wrote: > [ 0.000004] sched_clock: 56 bits at 50MHz, resolution 20ns, wraps > every 4398046511100ns > [ 0.008254] Console: colour dummy device 80x25 > [ 0.012700] console [tty0] enabled > [ 0.016110] bootconsole [uniphier0] disabled I assume that the original console is on a uart, while the new console appears to be on the framebuffer. Maybe you have no screen attached? Arnd