From owner-freebsd-arm@freebsd.org Mon Dec 12 15:01:26 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 D01E1C73923 for ; Mon, 12 Dec 2016 15:01:26 +0000 (UTC) (envelope-from ganbold@gmail.com) Received: from mail-oi0-x236.google.com (mail-oi0-x236.google.com [IPv6:2607:f8b0:4003:c06::236]) (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 9594C3E6 for ; Mon, 12 Dec 2016 15:01:26 +0000 (UTC) (envelope-from ganbold@gmail.com) Received: by mail-oi0-x236.google.com with SMTP id b126so90102875oia.2 for ; Mon, 12 Dec 2016 07:01:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=flQvrugYJllZ4nXznDcNVizSd0qtXLfyYLZHbuna37Y=; b=GQtydEje0eZxZ+bki+IPFzlWU+PFfa9y78U1wzttubnV6xYyDVuv7kLgQqseUltQ1g +ZTQXE3AfcvGStOk/9UI96xMir6XTzWf9ovkzmvK+I9HxXiwU2eWHn4RJNQN2NYriGbh R8BahWM8kfsbIN64qJuyhcmxN+xJdUgriL+khz9LUbcEZqtTrZqXOgwWM0o3C+8C0GrN xh16jsWSIBMHSTfma2b26vcURwL0LjVDgPgAxmlLSLMLuWa8gWAMy/JCL9Y5Bn+KrAu/ N9WT46uJqYmomLK8y9DcOwYpDFrt6JzNnLPur0/VfItBBEi/OCbxJU80n8LJcLNNnAdr kQpQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=flQvrugYJllZ4nXznDcNVizSd0qtXLfyYLZHbuna37Y=; b=J5+hToxvRhTpGnaSvBmosGgSJzmitQ3m3nzq9NV46cP9HW1vKa6FWles+3PgRco0gK m5SzVWjTZ5mlaIn7xN24iwVc5V44g3NSljdCUuX0wUpf/KSjBtQm6ZltRwrzEmjlU1wQ dDUH1zGTNkB+woU7sF9ioG8HTLpgrlOGyBpEYelbLspUToqntbGMfHLWcUX3w2VUSIpI M9CLVlp1rxrsLyeeX8KGUFihOvfeZB/6GLiT0tdaeux7jn33VeYUWh8+928mRmYdIiBg BUQjVQ+0UoQ1/w7jytWxx1Y2BfAab5xPm/H7a/T9dmjr0RtCb8ubQS0p1q1TZ4yF/W9+ j2cA== X-Gm-Message-State: AKaTC03fuB5NywsRLZMvljmDSS67Ek6/uD9PlIi+oIKV55dBnKaaDUr6DIAq6gRd2e+2ziNrj2UYaVoI3+916g== X-Received: by 10.202.225.85 with SMTP id y82mr49876768oig.209.1481554885477; Mon, 12 Dec 2016 07:01:25 -0800 (PST) MIME-Version: 1.0 Received: by 10.182.145.33 with HTTP; Mon, 12 Dec 2016 07:01:25 -0800 (PST) In-Reply-To: References: From: Ganbold Tsagaankhuu Date: Mon, 12 Dec 2016 23:01:25 +0800 Message-ID: Subject: Re: Cubieboard2 with custom bootloader To: Mihai Carabas Cc: "freebsd-arm@freebsd.org" , Alex Ivan 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: Mon, 12 Dec 2016 15:01:26 -0000 On Mon, Dec 12, 2016 at 10:55 PM, Mihai Carabas wrote: > Hello everyone, > > We are working on bhyve hypervisor for ARM. We are trying to boot FreeBSD11 > on a Cubieboard2 using a compiled u-boot from sources and it gets stuck > after loading the FreeBSD kernel. > > We needed to compile u-boot from sources, because the precompiled one from > packages exits hypervisor mode and falls back to supervisor mode. I guess you can use the port (sysutils/u-boot-cubieboard2) to build u-boot from source and use it. Ganbold > We don't > have a JTAG to debug the problem. > > Did anyone manage to boot FreeBSD11 on Cubie2 from a compiled from sources > u-boot? > > Thank you, > Mihai Carabas > _______________________________________________ > 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" >