HummingBoard-i2 does not boot from install image

Ian Lepore ian at freebsd.org
Mon Jul 24 14:14:03 UTC 2017


On Mon, 2017-07-24 at 07:02 -0700, Russell Haley wrote:
> On Mon, Jul 24, 2017 at 6:00 AM, Yoshiro MIHIRA <sanpei.ml at gmail.com>
> wrote:
> > 
> > Hi Russell,
> > 
> > Thank you for your information.
> > Temporary I could installed FreeBSD-12.0-current into my
> > hummingboard-i2
> > with mixed image.
> > 
> > 1. use u-boot of 11.0-RELEASE (U-Boot 2013.10-rc4 (Sep 29 2016 -
> > 10:50:56))
> > 2. use kernel and userland from latest current image
> >    FreeBSD-12.0-CURRENT-arm-armv6-CUBOX-HUMMINGBOARD-20170717-
> > r321072.img
> > 
> > I will write  the detailed steps to create mixed image in my blog.
> > http://sanpeisbllog.blogspot.jp/2016/10/freebsdsolidrun-hummingboar
> > d-i2.html
> > 
> > If I have a time, I will try to solve this issue.
> I had a quick peer at u-boot last week. As of last Tuesday, the port
> was pointing at the wrong u-boot version so there is an issue they
> are trying to fix with ports.

I think there is something wrong with your ports checkout.  The cubox-
hummingboard port hasn't referred to the 2013.10 version of uboot for a
long time.  If your u-boot-cubox-hummingboard Makefile doesn't start
with these lines, your checkout is broken:

# $FreeBSD: head/sysutils/u-boot-cubox-hummingboard/Makefile 435808
2017-03-09 22:44:33Z ian $

MAINTAINER=	imp at FreeBSD.org
MASTERDIR=	${.CURDIR}/../u-boot-master

MODEL=		cubox-hummingboard
BOARD_CONFIG=	mx6cuboxi_defconfig
FAMILY=		imx6

-- Ian


More information about the freebsd-arm mailing list