From owner-freebsd-arm@freebsd.org Sun Oct 2 07:19:59 2016 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 C20E7AC6A1F for ; Sun, 2 Oct 2016 07:19:59 +0000 (UTC) (envelope-from tvijlbrief@gmail.com) Received: from mail-wm0-x231.google.com (mail-wm0-x231.google.com [IPv6:2a00:1450:400c:c09::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 544471DD3 for ; Sun, 2 Oct 2016 07:19:59 +0000 (UTC) (envelope-from tvijlbrief@gmail.com) Received: by mail-wm0-x231.google.com with SMTP id k125so95793926wma.1 for ; Sun, 02 Oct 2016 00:19:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=bNjynmLT4pl1t3ZWZgFcNksRaqGHUi8rSUHqrJ6x7Hs=; b=czplxfxpxP5J+k5vNrfypRXIxdqjwTh496szq68WaF1Ljk0/pJe1vgsLIzJdcQ9RGY WwrLYCHLQaKXXoVe7p8ebswV3TdwvGP1R5CCWa9IzJttBZKJI2mXuilqKG102xONfOzF s3dFwCJEcqt2+RHvdTZWDJ20jS9H2G0RcjXYAKIoSNJzT40bhm/tysrHI7pgQEjkpxw0 4CYDTOLqbdtYGBkTQEGmBOAOJutnuZMghE1lVK9/BpPyi6X/2k5QGdOVYHOOuKlR4hT1 w5gZHQ40VAZqNE+Wwe2ZeTHaq0Ii3x+FH/JtaDqoCP+kHXUoXhZlFgXGIaj4CqjR0G2W KFww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=bNjynmLT4pl1t3ZWZgFcNksRaqGHUi8rSUHqrJ6x7Hs=; b=IWSOlMdxknTO0ti/dcq/fkodrrsE9vXwvRb2EOw6IuaQqGne2a6C29pQHSnh6HI4va cYqKZHvEd0L8lS9CUwgoX0ToQ8jxs8yISMib0yn9M7jMASUtofdEQCG0Cn0FF3kqpkR0 bdl97dg10eEr6IvKnLq+aMAxKdp/OFjyP//p8hVhBttl8Fh91eXdXe6VLbxrEij3lD/d K6MoRV5U6fh615HPojb3Y6gF+a1f6VEU+EWHAFgXAW2Asj4/w8aOQnUgroaFfN2J2Kuv gDOTXeAb9jLwnbf09S6MBtzv/ooM0il77yAt/xH+VFBUe4e4PeepI84WIlOeLk8wEW7u kePw== X-Gm-Message-State: AA6/9Rlb8xk0VfDqawJebzSPKTtYIZlzlMqI7n7G5VsAKT/5newpVzOiNI/N32Zf0igKgTrBQB71ophJd+KVGQ== X-Received: by 10.194.238.170 with SMTP id vl10mr12192820wjc.18.1475392796584; Sun, 02 Oct 2016 00:19:56 -0700 (PDT) MIME-Version: 1.0 References: <57F0440A.4060709@felix-maurer.de> In-Reply-To: <57F0440A.4060709@felix-maurer.de> From: Tom Vijlbrief Date: Sun, 02 Oct 2016 07:19:45 +0000 Message-ID: Subject: Re: FreeBSD on Pine64: ubldr for arm64 To: Felix Maurer , freebsd-arm@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2016 07:19:59 -0000 I have a script which creates a bootable image: https://github.com/tomtor/image-freebsd-pine64 You can use the boot version from the Ubuntu image and change uEnv.txt and create an additional partition which holds the kernel image. So you skip ubldr. Note that the kernel boots, but I got none of the hardware devices working (I spend more time on the Odroid-C2) and haven't been working on it the last months... Op zo 2 okt. 2016 om 01:18 schreef Felix Maurer : > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA512 > > Hi, > > I am currently trying to build a FreeBSD image with Crochet to boot on > the Pine64. > > Thanks to the sysutils/u-boot-pine64 port I already got a working SPL > that starts U-Boot. The normal way to continue booting a image built by > Crochet is to start ubldr. But at the moment there is no arm64 version > of ubldr in the tree. > The only thing I found about this is this diff: > https://reviews.freebsd.org/D5512 . It has been lying around there since > March and the last comments state that the changes are unnecessary now > for the RPI3 because a way has been found to boot on a RPI3 without > U-Boot. Now I have two questions: > > 1. Is there a chance for the diff to make it into the tree? Although it > is no longer needed for the RPI3 it may be needed by other boards. > 2. As an alternative: What is this mysterious way to boot without U-Boot > and may this be possible for other boards like the Pine64? > > Regards, > Felix > -----BEGIN PGP SIGNATURE----- > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iQIcBAEBCgAGBQJX8EQKAAoJEEy46Yy6oqJ0ZZYQAIdDp6zwuCa7FsP1XGcOomnw > qYftBWerVZZYuiXKrwtmAaKDY/OTn4WNwvEMUa5Zp4ny01QUV5DW+TcbDfdfV/9W > T+dNOhsbzWbUvaK3U2y8fmrNs8TswtEENpFhlaPWNeloDqocFtvyvTKS7IQQYnMQ > UFE+VPvMw9kZORKblNdQb4e4sGgQdq2QtyFaPmtrpzg8ax0NJFciRG7myhrVqQ5R > kOClK5loPJSfSebN7YpePablGHjXyS/IKjtvds5VpDMe8jJ8b+dPmHCumeSJ6vor > lccX6J+WXlLtdCeIBD8Z1TMT4XKX6Gz60WWMSf6XysNldkxl2y2k9mfSTTxGdygc > SSDpRGZh7xqwySZhF6/7L6Wz/uwXp9iI94BgW+uTXlJ0+GARt+xR4ArNL4jYFED2 > eLxvTyVVxt8lCVMJZAPdVH87SEB1MNEwzYzu8r7Hmj+5q9rUyv3bJeCnRPdf9XAP > DQVRYvimVW7uR21REYlwb+uS/169As0g7LR5kk2zBbaemc8PcL4QAvyTNwpLWYfS > qznwqcN1ca1Unoo9vn7zYPmBavKunobrbjl4GjKDh1kuOmWKx4C+LUj7qT8+yAY9 > SgD/98Wl8QMTNmCdgICVMYHdyzDVO66WLBI48kbEESi1RT/ESbQAm6bCScl8h+Av > /znPEvXG2SCueYu34EPF > =CGiK > -----END PGP SIGNATURE----- > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" >