From owner-freebsd-arm@freebsd.org Sun Dec 27 21:45:33 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 6C6DAA523E8 for ; Sun, 27 Dec 2015 21:45:33 +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 430C41E1E for ; Sun, 27 Dec 2015 21:45:33 +0000 (UTC) (envelope-from brett@lariat.net) Received: (from brett@localhost) by mail.lariat.net (8.9.3/8.9.3) id OAA28860 for freebsd-arm@freebsd.org; Sun, 27 Dec 2015 14:45:31 -0700 (MST) Date: Sun, 27 Dec 2015 14:45:31 -0700 (MST) From: Brett Glass Message-Id: <201512272145.OAA28860@mail.lariat.net> To: freebsd-arm@freebsd.org Subject: Getting started with freebsd-arm on Cubox-i2 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:45:33 -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