From owner-freebsd-arm@freebsd.org Thu Dec 15 12:27:20 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 D5679C76AB4 for ; Thu, 15 Dec 2016 12:27:20 +0000 (UTC) (envelope-from alexnivan@gmail.com) Received: from mail-wj0-x242.google.com (mail-wj0-x242.google.com [IPv6:2a00:1450:400c:c01::242]) (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 6BA41ACB for ; Thu, 15 Dec 2016 12:27:20 +0000 (UTC) (envelope-from alexnivan@gmail.com) Received: by mail-wj0-x242.google.com with SMTP id kp2so9523133wjc.0 for ; Thu, 15 Dec 2016 04:27:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=IP5R1uUxjas9RvhjdrKmzPwMrImIZp3NLrVos1yuEMY=; b=jlpxp5M6X7xLB0w7yN0f228bNset1V4/HBmRZ9TqMbLq5L4NVwyZ1TC/NVTcn3dlAM wjT5uskhccKJt9d94g7dYBx9eUoFd1BZx7jeMLWgwDjjsp06mCDJ8oG8wjkwJaV01VEC yGI5MnFHAVDbOOT5TK9eM+bf94apBaM2IUFmU4WweFrrTPsbYmZMhL4RoSPyooHU5s/f vVV7NS3/sSCYQSkt4IuLAXN8y2CPvUW0PgN+EXueJq9KCeWKZ0Gl4mbo4siqT1ohi4Jq DoWySjiaIo/5tXXSTPiodlQe33p8vOupNpMvknKhlhRxeL75PDmt+vD6S967Y/XiXGW8 DT6A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=IP5R1uUxjas9RvhjdrKmzPwMrImIZp3NLrVos1yuEMY=; b=qQFwdO57PYQHMwBX5nuqaTRKUIHnMM+T7qbtRcI6JV/HFJ5fRZ/rL47EjI53RDvxBz oo5P1daUmK3JtJyB9Gqzg4NSTUPNrcpcCTtI9VZU/pDvYnCakNMA3B7PC2qnV8c/R+P2 47Y3nQHd+wGDvP6YpaU6KXR1xpsyMyamps3O2AOsKicCznf9Cq3VoxwoNaFw1zsvNULM ZC8Uu2qqaLQrd6DGKuvcJxFzna7vJnxFncw6Dw7owOROZTJ2gfKwLRsyn2ayxZ1CbXGW wJwe1qvuyFakLNX/kVEq5u9C8wK6FNHpz/8kyRzuuQwnLaYiVnLSzhfzJ6au8W4uTH5l AZoA== X-Gm-Message-State: AKaTC00aOP/zHstyWiH9Ehg1eSAqSgIUqzmp1StZAKFkI7kS/QAxhLR8e63YckPzURd8UPE+a0D282rf4XHatA== X-Received: by 10.194.203.5 with SMTP id km5mr1299989wjc.230.1481804838930; Thu, 15 Dec 2016 04:27:18 -0800 (PST) MIME-Version: 1.0 Received: by 10.28.99.10 with HTTP; Thu, 15 Dec 2016 04:26:48 -0800 (PST) In-Reply-To: <20161215123900.f141d13bd9814d43feb3f736@bidouilliste.com> References: <20161212160553.dee9d435125f9c6b67355d21@bidouilliste.com> <20161215123900.f141d13bd9814d43feb3f736@bidouilliste.com> From: Nicolae-Alexandru Ivan Date: Thu, 15 Dec 2016 14:26:48 +0200 Message-ID: Subject: Re: Cubieboard2 with custom bootloader To: Emmanuel Vadot Cc: Mihai Carabas , freebsd-arm@freebsd.org Content-Type: text/plain; charset=UTF-8 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: Thu, 15 Dec 2016 12:27:20 -0000 > For 1 and 2, as Ganbold said ubldr is broken since clang 3.9 import > (well only ubldr.bin for me ...) > For 3 and 4 I've never tested booting kernel directly, I'll try that. > Does your kernel have a static dtb compiled in ? Yes, we included the device tree in the kernel binary. The options below are included in our conf. #FDT options FDT options FDT_DTB_STATIC makeoptions FDT_DTS_FILE=cubieboard2.dts