From owner-freebsd-arm@freebsd.org Mon Dec 12 15:07:21 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 30677C73B02 for ; Mon, 12 Dec 2016 15:07:21 +0000 (UTC) (envelope-from mihai.carabas@gmail.com) Received: from mail-qk0-x22e.google.com (mail-qk0-x22e.google.com [IPv6:2607:f8b0:400d:c09::22e]) (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 DFFBC967 for ; Mon, 12 Dec 2016 15:07:20 +0000 (UTC) (envelope-from mihai.carabas@gmail.com) Received: by mail-qk0-x22e.google.com with SMTP id q130so85393841qke.1 for ; Mon, 12 Dec 2016 07:07:20 -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=YhGEvm6yMgqEwQ4dTWxCO5k3TfFjIufdclUpZrCWn4w=; b=U2OXHB84R0512/JoFUze9sQRC8CiKnFkp9EvLQip398ywpa6danpZIJ+XmV6p1gMsu cvqL3+thLOO+77yBHEdDUqjPMeDEUOnUY53OsGlwJwEf+0uKxNfWfF9bsRuMqEz0JR58 pxhf2m7ls3DxMRZ22Xd0kMFRBMzBxlsKyTxtn+Jer5zgQdLn/MrDL3gZjVveh8I1m4KQ stPao3khKAHWd3HhrIpb8mHen9ISXlcYZFWJqXp//+ECnjW4GSQ11ue4zeDoZvL2vWGV cHrtZKOyoTXPRkyxXcFXavHnXeUIHwvnADSLK0IUVLbkLofV61q18xFJ2eQ7MoJRYHHf hAFg== 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=YhGEvm6yMgqEwQ4dTWxCO5k3TfFjIufdclUpZrCWn4w=; b=IPVHusC79JEICFOd0XobIhsKtGts9L5QTQpT0uJXT9Hs/qeYEfzqBv86YAnBRebZJx Mvnnd+++MYB2ftCl8z9sUX28wR5VTJVnEk7qrFV78jnQJxjQXkpdGINsU/2VvuINSEoN wP5KMxMev4cj13/+1y41xxggoMunmX8rRtt8nVFBEMbZGTzdpY7AHeOpz0zLd/dQwkmQ zNM2roX2ILxePcDQ9zr0umz3IwA+fAtRCfXI1ERBfvNHY10Nc9yXrjjwCR8MT8zTLuq9 Oa+0NI5vh6SequFpDqkeBRTr4CpFowCHirjyx6zmv6DbFas5ivNrVsNVW43NGwMyWomx OAcw== X-Gm-Message-State: AKaTC03kC2ZxLJizlkT/wKiu4NsYAlKdf9TQQANH83vCYhARXSr7i9+wNbtigit8OzKmEX792jPsZQAEj8PAng== X-Received: by 10.55.103.80 with SMTP id b77mr80019359qkc.142.1481555239888; Mon, 12 Dec 2016 07:07:19 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.167.137 with HTTP; Mon, 12 Dec 2016 07:07:19 -0800 (PST) In-Reply-To: <20161212160553.dee9d435125f9c6b67355d21@bidouilliste.com> References: <20161212160553.dee9d435125f9c6b67355d21@bidouilliste.com> From: Mihai Carabas Date: Mon, 12 Dec 2016 17:07:19 +0200 Message-ID: Subject: Re: Cubieboard2 with custom bootloader To: Emmanuel Vadot 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:07:21 -0000 Hi Manu, Thank you very much for the patches. I will talk with Alex (at CC) at we will come with an answer. Thank you, Mihai On Mon, Dec 12, 2016 at 5:05 PM, Emmanuel Vadot wrote: > On Mon, 12 Dec 2016 16:55:13 +0200 > 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. 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" > > Hi, multiple questions : > > - How did you compile uboot ? > - Did you try booting kernel directly or ubldr first ? > - Where do it get stuck exactly ? > > You can find all my u-boot patches here : > https://people.freebsd.org/~manu/uboot/ > > Those patches applies on u-boot-2016.11 and it's everything you need > to have a U-Boot for Allwinner device (with some extras that you won't > need too). > > -- > Emmanuel Vadot >