From owner-freebsd-ppc@FreeBSD.ORG Tue Sep 28 21:04:37 2010 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C87F1065674 for ; Tue, 28 Sep 2010 21:04:37 +0000 (UTC) (envelope-from joshua.piccari@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 530388FC17 for ; Tue, 28 Sep 2010 21:04:37 +0000 (UTC) Received: by yxn35 with SMTP id 35so50660yxn.13 for ; Tue, 28 Sep 2010 14:04:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=+JsHGu0dX4OH2lGW2XGJjRlklJ6KqsDJUrxInqC+lbo=; b=mfyQtb7CUl57bcNB58WrNuYLa6jUGPyLWTlqBa+mmhGo7/BP4m+Q1jZTwXL2etHFHM IfRO/3nhHm/sJTe5Q+ZB6Fu2Z+mBKBIbPsjxs5R3JdcCXZiv0Z9vmxcVX5g6jNSmudbw EjKuNVLz0ao+X1UldMQOXft8eJUSepFbtyxC8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=VnLCodnvKS4g/z6Gswx5HK+XCaado8dEG/nI85Vgg7GrHZztPD6aKG96i0ZS64V9Gc kya0uuryGuRhAnYLvlU5+w8uE7zwtJ4fU0uxc2/sLiG7JpGAeFiCz1AMBvsHjDMS5H8O Q/RpBzv2MWrHU/HxrvpYVuofAJq6tbW9VDwJg= MIME-Version: 1.0 Received: by 10.100.124.20 with SMTP id w20mr663112anc.14.1285707876240; Tue, 28 Sep 2010 14:04:36 -0700 (PDT) Sender: joshua.piccari@gmail.com Received: by 10.100.244.40 with HTTP; Tue, 28 Sep 2010 14:04:36 -0700 (PDT) Date: Tue, 28 Sep 2010 14:04:36 -0700 X-Google-Sender-Auth: Km7tmaMJ1hTgpGFph0hR-h5Cqe0 Message-ID: From: Joshua Piccari To: freebsd-ppc@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Booting FreeBSD on a MPC85xx X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2010 21:04:37 -0000 Hi all, I was wondering if it is possible to boot FreeBSD on a RouterBoard RB800 (based on the Freescale MPC8544)? I have seen the post on the wiki about booting the MPC8540-eval board from tftp, however I want to boot directly from a CF card. Thanks.