From owner-freebsd-arm@FreeBSD.ORG Mon Jan 13 22:37:49 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4C57444C; Mon, 13 Jan 2014 22:37:49 +0000 (UTC) Received: from mail-pb0-x22e.google.com (mail-pb0-x22e.google.com [IPv6:2607:f8b0:400e:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1BA901FDB; Mon, 13 Jan 2014 22:37:49 +0000 (UTC) Received: by mail-pb0-f46.google.com with SMTP id ma3so2384872pbc.19 for ; Mon, 13 Jan 2014 14:37:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=j0qzycpc6EKDXdkf00+02TbBDVaxN0xlwknWYSQHjnA=; b=d2jt7pFCBDpPF+r0uvoLrk4ZTOjxH0vL3PuJIxV3C/1JD39pWFg/NtFe+4tKWR7LPX oMFfPKlXoUN+1oKBIne3yFjo5QNKZCBxVmDbXt7/BO7FqHgRZCHhNwVxNsvx13NRqwmw CyFn3iKmn4BoeZUJ+IsYWmWuZh8050oqj+OWPHRJ2sviiDDe6r2slilCNg3h7AfBfwnU AhJ5a8cmSGqII4e0PWO7qteo27+2sKvSlz8y+TmmeFMVr2ut1Mv5G99JMU5DN2m5rnTV E189Pik/XRzMTjKSe3l0oq3xN/viMR5wCKcB/S5FrozrsO1DkedF7xjxGbwmoe5tslqf aphg== MIME-Version: 1.0 X-Received: by 10.66.123.5 with SMTP id lw5mr32963559pab.83.1389652668751; Mon, 13 Jan 2014 14:37:48 -0800 (PST) Sender: johny.mattsson@gmail.com Received: by 10.70.61.232 with HTTP; Mon, 13 Jan 2014 14:37:48 -0800 (PST) In-Reply-To: <5E418613-8869-4FD5-AF8F-3E1BF6DE0412@freebsd.org> References: <5E418613-8869-4FD5-AF8F-3E1BF6DE0412@freebsd.org> Date: Tue, 14 Jan 2014 09:37:48 +1100 X-Google-Sender-Auth: u16Ac4QVUtsqIkrBYycPWaijnSc Message-ID: Subject: Re: Obtaining an RPi with Micron RAM? From: Johny Mattsson To: Tim Kientzle Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-arm ml X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jan 2014 22:37:49 -0000 On 12 January 2014 05:48, Tim Kientzle wrote: > Apparently, different RPis have different RAM chips which > require slightly different boot support. > > I'd like to test some boot changes across the different > board versions but don't know where to obtain an RPi > with the Micron RAM. (The new one I just bought has > the same Samsung RAM as my old one.) > The most comprehensive list of the different revisions of Pi that I'm aware of is found here: http://elinux.org/RaspberryPi_Boards Only RS has used Micron RAM it seems, and it might even be the current production run since the boards are listed as not having the F1/F2 polyfuses. Cheers, /Johny