Path: csiph.com!news.mixmin.net!aioe.org!news.servidellagleba.it!bofh.it!news.nic.it!robomod From: Matthias Luescher Newsgroups: linux.debian.bugs.dist,linux.debian.kernel Subject: Bug#884601: "console=ttyAMA0,115200" --> "console=tty0" Date: Wed, 27 Dec 2017 17:10:01 +0100 Message-ID: References: X-Mailbox-Line: From debian-bugs-dist-request@lists.debian.org Wed Dec 27 16:03:11 2017 Old-Return-Path: X-Spam-Flag: NO X-Spam-Score: -2.947 Reply-To: Matthias Luescher , 884601@bugs.debian.org Resent-To: debian-bugs-dist@lists.debian.org Resent-Cc: Debian Kernel Team X-Debian-Pr-Message: followup 884601 X-Debian-Pr-Package: linux-image-4.14.0-1-armmp-lpae X-Debian-Pr-Source: linux X-Spam-Bayes: score:0.0000 Tokens: new, 20; hammy, 88; neutral, 37; spammy, 1. spammytokens:0.936-+--H*c:alternative hammytokens:0.000-+--UD:github.com, 0.000-+--githubcom, 0.000-+--github.com, 0.000-+--H*RU:232, 0.000-+--Hx-spam-relays-external:232 Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=l4NXGecWczkFVKmNyj6+a5cU/rQVCV8rGGtmwu0WqcY=; b=duCQD6tr9xuixhnxEaRYB7vgrg2UPU7+UFpfJwftOaLl7VDSukkDaCWbcevqr3UlMp D4hNgfWZv6+R8frDFeWDN3jrkX0Q7ka3w8Isi4PAHrX3+8GR3XXHxXnAGOi6DjEe8eIB LsEiEhTkUX441b2Zst4evQz4zbHjhIZee4bKI+3NfrPRa7g3HK2U+x2ZlGJznZ2O3EME CwK2op5rEonINkrsZp1sSoEiiczK6dsHRCR8HEUmdTHxc0aCTjDEQW9/STQ4YPC3l1VY +hDFN/5qUQoK8eSSvomFw+kW4p9hwV18LSw9zzNhwzO8wcH8k9VtHmSVrZmtVM9RywzI TjHQ== X-Google-Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=l4NXGecWczkFVKmNyj6+a5cU/rQVCV8rGGtmwu0WqcY=; b=D55ykDEbC0Yo9apIGakRHzbj/bAAZbaAfIeT6qtndy6R2D/uUTQj/TI1U30OxRjzTb BmpIZt8K71e6PQQqnz9b/u6rYEZDREUk5jzK7noSLV7l8zl8iKBFJSLhIPHKPKnlmi5m CvvTVHEZ4je9omjnCGAHcduhhtMQk987+25zzoZR5uhwLZOtfW/WI3eb1+cqEPpTliky ybvAVjqWmfXTSpjgAooJur1SyvMXGvI5Rq7Z2exYyr8dHFb3XIvdm18whSKY+jvyuGGV sW0SNpLngArZTYQMyz1ZOHhu7K+DQ0HITMPQcsEpTVNOONV2wjNsmYMD0MRulv9liPIu WoJg== X-Gm-Message-State: AKGB3mL9WCnO3tkJm3LAKrkMhwwZ8y85xVUe+Wy1L8w1O7s04UVIr1oo rjaZleKdRFfbKlCxWxQOCr1oOgLg1I7pX4nque8gDA== X-Google-SMTP-Source: ACJfBotyPHCPEn9dUlXmW3Kpyu2qA9ugpk5x4HAk+Mq76JMZlharkZZ0W0SIU1LjfQRInutZBWQk8J2M0q8TTEWRWsA= X-Received: by 10.223.200.74 with SMTP id e10mr4074512wrh.133.1514390401527; Wed, 27 Dec 2017 08:00:01 -0800 (PST) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="089e0829d268ef34fa0561547d3c" X-Debian-Message: from BTS X-Mailing-List: archive/latest/1428845 List-ID: List-URL: Approved: robomod@news.nic.it Lines: 49 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Date: Wed, 27 Dec 2017 17:00:00 +0100 X-Original-Message-ID: X-Original-References: Xref: csiph.com linux.debian.bugs.dist:871375 linux.debian.kernel:59780 --089e0829d268ef34fa0561547d3c Content-Type: text/plain; charset="UTF-8" Hi I just faced a similar issue with the arm64 kernel (linux-image-4.14.0-0.bpo.2-arm64). It booted fine with the 4.13 based kernel but it failed after the upgrade to the above mentioned kernel. Since I wanted to debug the stuff I took a closer look at the cmdline.txt file: There I found the config "console=ttyAMA0,115200". This looked wrong to me since ttyAMA0 is the bluetooth device on the Raspberry Pi 3. Therefore I changed it to "console=tty0" and all of a sudden my system booted again with the 4.14 kernel. Another remark: My setup also worked with the 4.14 kernel combined with the device tree binary from the 4.13 kernel. However, I do not like this hack. My full setup is here: https://github.com/lueschem/edi-pi Good luck Matthias --089e0829d268ef34fa0561547d3c Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi

I just faced a similar issue with th= e arm64 kernel (linux-image-4.14.0-0.bpo.2-arm64). It booted fine with the = 4.13 based kernel but it failed after the upgrade to the above mentioned ke= rnel. Since I wanted to debug the stuff I took a closer look at the cmdline= .txt file: There I found the config "console=3DttyAMA0,115200". This looked wrong to m= e since ttyAMA0 is the bluetooth device on the Raspberry Pi 3. Therefore I = changed it to "console=3Dtty0" and all of a sudden my system boot= ed again with the 4.14 kernel.

Another remark: My setup also worked with the 4= .14 kernel combined with the device tree binary from the 4.13 kernel. Howev= er, I do not like this hack.

My full setup is here: https://github.com/lueschem/edi-pi

<= /font>
Good luck
Matthias
--089e0829d268ef34fa0561547d3c--