From owner-freebsd-arm@FreeBSD.ORG Fri Jun 7 20:24:19 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 69AC0ED2 for ; Fri, 7 Jun 2013 20:24:19 +0000 (UTC) (envelope-from mercanoles@gmail.com) Received: from mail-pd0-f171.google.com (mail-pd0-f171.google.com [209.85.192.171]) by mx1.freebsd.org (Postfix) with ESMTP id 4BA7A12D5 for ; Fri, 7 Jun 2013 20:24:18 +0000 (UTC) Received: by mail-pd0-f171.google.com with SMTP id y14so2346206pdi.30 for ; Fri, 07 Jun 2013 13:24:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=iAHhogf7OwWwFHYSaF/h/Tim5OtfOkIcaR0ZHZl8XjY=; b=m9flgw/ACKGHzydTcFkZa3YL7vCC8rqIz4L4yVA6pWd+C4K0ouinUfE4Yg7mhd6Yq1 m5us6Jrf/gapCW3sTpQwVVtXYO+vi1NMJqhuaoKdUpr9imchubimMhQ4vNuW3+1nSIWj wkopQlClrpVqKtvoACjwCUwlUSNZ2ZImH8x8E7HKr+bCiFK79/Sj/E59Pf3B+iankP0Y EClirCv5iFDM1HuYaGcPmEjcyc/3njeoXuBBfPD47zCCYF7Mw7MZv4wHREJCBRUZIMZO J6BAcEHiFTjhq0bguvxdA4cr+tgrOqeFo1pq+6jTD1UEzg6yT7kQsLjrBQvxy39gMVE5 rEFA== MIME-Version: 1.0 X-Received: by 10.68.250.229 with SMTP id zf5mr302158pbc.148.1370636652575; Fri, 07 Jun 2013 13:24:12 -0700 (PDT) Received: by 10.70.76.136 with HTTP; Fri, 7 Jun 2013 13:24:12 -0700 (PDT) Date: Fri, 7 Jun 2013 17:24:12 -0300 Message-ID: Subject: FreeBSD on mele_a1000 (Cubieboard) From: Mariano Lescano To: freebsd-arm@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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: Fri, 07 Jun 2013 20:24:19 -0000 I'm trying to run FreeBSD on a mele_a1000 (simil Cubieboard). I've follow the next tutorial: http://kernelnomicon.org/?p=351&preview=true to build ubldr. I already have the kernel and root system for cubieboard. About u-boot, it's patched with: This informaton was obteined following tim's script I will like to know what are the step to follow in u-boot to boot FreeBSD on my device. Note: My serial port is not working and can't connect to the ethernet port. How can I configure boot.src to correctly boot FreeBSD? Thanks