From owner-freebsd-arm@freebsd.org Sun Dec 27 21:44:26 2015 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 613A3A5233C for ; Sun, 27 Dec 2015 21:44:26 +0000 (UTC) (envelope-from brett@lariat.net) Received: from mail.lariat.net (mail.lariat.net [66.62.230.51]) by mx1.freebsd.org (Postfix) with ESMTP id 324581DB9 for ; Sun, 27 Dec 2015 21:44:25 +0000 (UTC) (envelope-from brett@lariat.net) Received: from Toshi.lariat.net (IDENT:ppp1000.lariat.net@localhost [127.0.0.1]) by mail.lariat.net (8.9.3/8.9.3) with ESMTP id QAA23506 for ; Thu, 24 Dec 2015 16:49:29 -0700 (MST) Message-Id: <201512242349.QAA23506@mail.lariat.net> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Thu, 24 Dec 2015 16:49:18 -0700 To: freebsd-arm@freebsd.org From: Brett Glass Subject: Getting started with FreeBSD on CUBOX i2 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Dec 2015 21:44:26 -0000 All: I'm interested in experimenting with FreeBSD on various small and embedded ARM boards during the coming year, and just acquired a CuBox-i2 to work with. I downloaded the file FreeBSD-11.0-CURRENT-arm-armv6-CUBOX-HUMMINGBOARD-20151217-r292413.img.xz from the FreeBSD FTP server, decompressed it, and wrote the image to an 8 GB micro SD card from a Windows machine. I then placed the card into the CuBox and tried to boot it. I was hopeful when the display showed a message from the U-Boot boot loader. But then a bunch of random pixels appeared and the screen went blank. Where am I going wrong? I'll probably dig into the technical details of development for this system shortly, but right now I'd just like to boot a prebuilt image and explore... and I'm not succeeding at doing this. Note that the CuBox *will* boot the manufacturer's "ignition" downloader, which in turn will download and flash quite a few versions of Linux. So, I know that the hardware is functional. However, their downloader doesn't offer a working image of FreeBSD as an option. --Brett Glass