From owner-freebsd-arm@FreeBSD.ORG Sun Nov 2 17:15:56 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D920EBD0 for ; Sun, 2 Nov 2014 17:15:56 +0000 (UTC) Received: from mail-lb0-x236.google.com (mail-lb0-x236.google.com [IPv6:2a00:1450:4010:c04::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 62B32BBF for ; Sun, 2 Nov 2014 17:15:56 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id f15so9197001lbj.27 for ; Sun, 02 Nov 2014 09:15:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:from:date:message-id:subject:to:cc :content-type; bh=bAKD0WEDwDV44IxRtdBlvrU0kT5WMGK+DTN5YiDp6II=; b=k6mIvmEIdf5vldMgl4puT0Zf4UGR8ToykTDkj71dd/q92IfcYf+ff/GwpVhOfWf2If RUtJnjwkm5Ev3UWB9ElfexDSGMrRVW3HLF7o1CUH7/6074FVNYMD2ERV8UeqrNaBohgF VKwcSF2ltlfQ+PIDUq764ehxRSfKkfERG0BnHQhVatdYv6KhfhpPAT3IN4UaQ/NdiOqa UxZ9DuD3j6qoWNaQt8FIoG/fbmL3MDg1UGCh6BCHD8+bhx3eRVGfvcyy5eyhzKijgFTX /QVK21NfQQm1JqJfl4m79yPev4EYIaNEYzozQkTIo0yj/whpzjhoWWWbpWogsFnmrDVS wckA== X-Received: by 10.112.198.226 with SMTP id jf2mr44544934lbc.84.1414948554134; Sun, 02 Nov 2014 09:15:54 -0800 (PST) MIME-Version: 1.0 References: From: Mario Sangiorgio Date: Sun, 02 Nov 2014 17:15:53 +0000 Message-ID: Subject: Re: FreeBSD on Raspberry PI To: Tim Kientzle Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Nov 2014 17:15:57 -0000 Thank you all for your answers. As soon as I'll get a serial console usb cable I'll install FreeBSD on my Raspberry Pi. Regarding the update, is it just a matter of copying the new version of these files [1] in /boot? [1] https://github.com/raspberrypi/firmware/tree/master/boot On Sun Nov 02 2014 at 4:56:16 PM Tim Kientzle wrote: > > > On Nov 2, 2014, at 5:39 AM, Mario Sangiorgio > wrote: > > > > First, the wiki says: > > As of January 2013, FreeBSD-CURRENT fully supports either a video console > > (you'll need a USB keyboard and display connected) or it can be > configured > > to use a serial console (you'll need a serial adapter cable such as the > one > > sold by Adafruit.com). > > > > Does it mean that by default the access via the serial adapter is not > > enabled by default and it needs to be configured in a special way? > > The serial console is always enabled. > > Tim > >