From owner-freebsd-arm@FreeBSD.ORG Wed Oct 31 06:47:43 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2B22A86E for ; Wed, 31 Oct 2012 06:47:43 +0000 (UTC) (envelope-from gonzo@id.bluezbox.com) Received: from id.bluezbox.com (id.bluezbox.com [88.198.91.248]) by mx1.freebsd.org (Postfix) with ESMTP id B724C8FC08 for ; Wed, 31 Oct 2012 06:47:42 +0000 (UTC) Received: from [207.6.244.1] (helo=[192.168.1.64]) by id.bluezbox.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.77 (FreeBSD)) (envelope-from ) id 1TTS5Q-000PFH-Uw; Tue, 30 Oct 2012 23:47:38 -0700 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: Raspberry PI From: Oleksandr Tymoshenko In-Reply-To: Date: Tue, 30 Oct 2012 23:47:20 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <8F441EEB-3654-46DD-A7F2-5060B6AFF5C8@bluezbox.com> References: To: Tim Kientzle X-Mailer: Apple Mail (2.1499) Sender: gonzo@id.bluezbox.com X-Spam-Level: -- X-Spam-Report: Spam detection software, running on the system "id.bluezbox.com", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see The administrator of that system for details. Content preview: On 2012-10-30, at 11:39 PM, Tim Kientzle wrote: > On Oct 30, 2012, at 8:33 PM, Kang Yin Su wrote: > >> I have built again kernel from head, so mmc is working fine. I have few >> questions regarding it: >> 1. hardfp support ready? how? >> 2. I don't see login prompt after bootup, the only way is use ssh. How to >> enable login prompt on syscons/framebuffer? >> 3. Ethernet mac address random change every time boot-up? It may due to >> uboot or firmware issue - apologize if it's OT. > > Has anyone looked at the memory size check? > > I'm using the arm192_start.elf which should advertise > 192MB RAM. But U-Boot is still coming up with > 128MB memory size, which it passes to ubldr, which > gets passed to the kernel. [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Kang Yin Su , freebsd-arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2012 06:47:43 -0000 On 2012-10-30, at 11:39 PM, Tim Kientzle wrote: > On Oct 30, 2012, at 8:33 PM, Kang Yin Su wrote: >=20 >> I have built again kernel from head, so mmc is working fine. I have = few >> questions regarding it: >> 1. hardfp support ready? how? >> 2. I don't see login prompt after bootup, the only way is use ssh. = How to >> enable login prompt on syscons/framebuffer? >> 3. Ethernet mac address random change every time boot-up? It may due = to >> uboot or firmware issue - apologize if it's OT. >=20 > Has anyone looked at the memory size check? >=20 > I'm using the arm192_start.elf which should advertise > 192MB RAM. But U-Boot is still coming up with > 128MB memory size, which it passes to ubldr, which > gets passed to the kernel. It's hardcoded in by version u-boot. Stephen Warren is working on = official branch of u-boot for Raspberry Pi (and pushing it to upstream) and he has a = patch for proper memory size detection (align with several other patches): http://www.mail-archive.com/u-boot@lists.denx.de/msg96641.html