From owner-freebsd-arm@FreeBSD.ORG Wed Oct 31 03:40:58 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 01F1E74D for ; Wed, 31 Oct 2012 03:40:57 +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 911D88FC08 for ; Wed, 31 Oct 2012 03:40:57 +0000 (UTC) Received: from [88.198.91.248] (helo=[IPv6:::1]) by id.bluezbox.com with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.77 (FreeBSD)) (envelope-from ) id 1TTPAe-000O23-PT; Tue, 30 Oct 2012 20:40:50 -0700 Message-ID: <50909DBE.2060408@bluezbox.com> Date: Tue, 30 Oct 2012 20:40:46 -0700 From: Oleksandr Tymoshenko User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 MIME-Version: 1.0 To: Kang Yin Su , "freebsd-arm@FreeBSD.org" Subject: Re: Raspberry PI References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 10/30/2012 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? Edit /etc/ttys, enable ttyv0 and ttyu0, change ttyu0 type to 3wire.std115200. It will give you login prompts on serial console and on syscons. Although USB keyboard does not work due to issue with USB host controller driver, so syscons console is useless at the moment. I'm trying to find and fix the issue. [...] 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] 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 03:40:58 -0000 On 10/30/2012 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? Edit /etc/ttys, enable ttyv0 and ttyu0, change ttyu0 type to 3wire.std115200. It will give you login prompts on serial console and on syscons. Although USB keyboard does not work due to issue with USB host controller driver, so syscons console is useless at the moment. I'm trying to find and fix the issue. > 3. Ethernet mac address random change every time boot-up? It may due to > uboot or firmware issue - apologize if it's OT. It's FreeBSD problem that requires somewhat wider solution then hacking one network driver.