X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-lb0-f177.google.com (mail-lb0-f177.google.com [209.85.217.177]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 67C47DC00B1 for ; Thu, 5 Mar 2015 06:07:46 +0000 (UTC) Received: by lbiz12 with SMTP id z12so26261903lbi.5 for ; Wed, 04 Mar 2015 22:07:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=JbbrDYZcDeyIG2WGu5XvU0PspGbgSO3Rv20YD1YPIXA=; b=LLWbRSqnIjYnftC3xj8AFCyPA9nCsdzaJAafsCYCOmtptKfPZKBB98hD7RATKwsxl6 D2fV5py5FXFjSryjQCcHthM5/ikyat77I48623G3eA/Hc4ZCaJYjXzLX98Qi300xMc9r oJbb1LklHes8/7cL/y5MP/bQUWPMJJ8+gx1Se/yC5PBCErZmOmUEt1BrpfZDpX6RmaOE qP4pBN8DDlg4tm7W4d8R2BIgbdOsPmbYnfHPVLZYtK7UjhFsRE0mIFWphP77IV0Q3xzE AXMvtRp7f9kAj1/AbB8JewIoUQtwF6H9M5ZfbOyVBwSPLxUj7N17YclIsXjrVH2VbFi+ Bh2A== X-Received: by 10.152.120.8 with SMTP id ky8mr6217197lab.118.1425535664265; Wed, 04 Mar 2015 22:07:44 -0800 (PST) Received: from vostro ([2001:1bc8:101:f402:21a:9fff:fe0c:4022]) by mx.google.com with ESMTPSA id xl2sm1113922lbb.6.2015.03.04.22.07.43 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Mar 2015 22:07:44 -0800 (PST) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Thu, 5 Mar 2015 08:07:01 +0200 From: Timo Teras To: Fabien Germain Cc: alpine-devel Subject: Re: [alpine-devel] Raspberry Pi 2 model B Message-ID: <20150305080701.31224396@vostro> In-Reply-To: References: X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-alpine-linux-musl) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 5 Mar 2015 01:43:37 +0100 Fabien Germain wrote: > Whereas Alpine Linux works great on Raspberry Pi B+, it does not seem > to boot (black screen) with the new Raspberry Pi 2 :-( The main > difference with old model is the CPU : single 700MHz ARM11 --> 900MHz > quad-core ARM Cortex-A7 (more details : > http://www.raspberrypi.org/raspberry-pi-2-on-sale/ ). It's completely different CPU, with different peripherals. So it'll require kernel support. We will need to pull in the kernel support adjust kernel config, and see if any changes to boot sequence are needed. Likely it's just matter of fixing kernel. The userland is compatible though. So this is not too complicated issue. > Has anyone else tried, and got more success with it ? Is there > anything I could try ? I have RPI B, RPI B+ and RPI 2 to make > tests :-) I just need a RPI2 to test with. I'll probably going to get one at some point. /Timo --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---