From owner-freebsd-arm@freebsd.org Mon Dec 12 14:55:15 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 6EEFBC7369A for ; Mon, 12 Dec 2016 14:55:15 +0000 (UTC) (envelope-from mihai.carabas@gmail.com) Received: from mail-qk0-x244.google.com (mail-qk0-x244.google.com [IPv6:2607:f8b0:400d:c09::244]) (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 154456F for ; Mon, 12 Dec 2016 14:55:15 +0000 (UTC) (envelope-from mihai.carabas@gmail.com) Received: by mail-qk0-x244.google.com with SMTP id y205so10905913qkb.1 for ; Mon, 12 Dec 2016 06:55:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=1WNsSx6dLDrNbtHWvjTkAdi55Om38YFGXHYI8aT7Vqk=; b=XxpY0945etOHhWLZz1RwMfxG9miZ3Sj4CN9hAEMhMfrgrfzGG9DdAFwJuaJ0Bo5FYg N1S2CoDBGJCU9d//gE4962X1XpIajgeGlKlm/xNP69+Q6TgpowN6wzWOHhZYDNJLuLmZ rNwWWG/HJmxXn7HuAbK+uVolf5X7iTCle9zbr7UvYhdMMT6QcQem1aHWyBfv/DH8k1a4 gOm2A7ERcbCS/rf4FmHZtoCeoL2mzi/iBDhV8EDj4knA42mXWQIo/iNEAPSIFKhenuF9 h088sZJtUY3+RC9s9iEvOtVh5HGz+x0BgHbbJe732BcNEgCFdb2eYli7DoEzWBaacJPJ NE6w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=1WNsSx6dLDrNbtHWvjTkAdi55Om38YFGXHYI8aT7Vqk=; b=gbMpJEfd+wx6E87s7MNiaNRxgASpRF7Of5xBvGee8UihZN9+m9VWfpBH3ZASrW8Gt/ aRb3DsxJicmrjAXrQZAvXQK/ZisZz3ZMmc1GPxWTTu7+vmgDohuxuCD+ItJxwlpxE6F8 X9OpB6pEqbhZsK8Rs3M4/KioNuvozIwHId/JPcKotdKAWUZT16IviLsnhXuG7XwPHEse ZrrIERo1z9LcKmRmjwy57TyltjPL4F59QbgboP9jHX1r6/ZbQN0FmLY3NJ73EoeH6DTA z0QNLBoatqC4bH9MjFzaji92W05FYNSH1YwN/+7c6JOvppcclsdw7Mfbb7VjJjBPl2N2 wo1Q== X-Gm-Message-State: AKaTC03xDQR4jPVZz/Brn4m7u+Llw/qCCLfT4JN8YTFV8GH7KA78iX1veS8zvHAQHZHwlx30SgXgXoYAX3YsXQ== X-Received: by 10.55.154.200 with SMTP id c191mr81285756qke.117.1481554514200; Mon, 12 Dec 2016 06:55:14 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.167.137 with HTTP; Mon, 12 Dec 2016 06:55:13 -0800 (PST) From: Mihai Carabas Date: Mon, 12 Dec 2016 16:55:13 +0200 Message-ID: Subject: Cubieboard2 with custom bootloader To: 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 14:55:15 -0000 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