From owner-freebsd-arm@FreeBSD.ORG Wed Oct 31 06:40:31 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 1F7CD668 for ; Wed, 31 Oct 2012 06:40:31 +0000 (UTC) (envelope-from tim@kientzle.com) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) by mx1.freebsd.org (Postfix) with ESMTP id D6AB78FC14 for ; Wed, 31 Oct 2012 06:40:30 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id q9V6dFl7072001; Wed, 31 Oct 2012 06:39:15 GMT (envelope-from tim@kientzle.com) Received: from [192.168.2.143] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id tpswvvc5i46gy67qtkemjutrfn; Wed, 31 Oct 2012 06:39:15 +0000 (UTC) (envelope-from tim@kientzle.com) Subject: Re: Raspberry PI Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=us-ascii From: Tim Kientzle In-Reply-To: Date: Tue, 30 Oct 2012 23:39:14 -0700 Content-Transfer-Encoding: 7bit Message-Id: References: To: Kang Yin Su X-Mailer: Apple Mail (2.1283) Cc: 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:40:31 -0000 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. Tim