From owner-freebsd-arm@freebsd.org Fri Mar 31 10:45:48 2017 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 1B226D26FFA for ; Fri, 31 Mar 2017 10:45:48 +0000 (UTC) (envelope-from jan.sieka@gmail.com) Received: from mail-oi0-x22a.google.com (mail-oi0-x22a.google.com [IPv6:2607:f8b0:4003:c06::22a]) (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 D380BA83 for ; Fri, 31 Mar 2017 10:45:47 +0000 (UTC) (envelope-from jan.sieka@gmail.com) Received: by mail-oi0-x22a.google.com with SMTP id f193so56232896oib.2 for ; Fri, 31 Mar 2017 03:45:47 -0700 (PDT) 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; bh=74797dqcgjNhyuhYWfFWYPRtXAiOQtQAouGSYZMMSvk=; b=Eoa5xSSjwm7Xm+mZRPBhDgadAj6SrAm6PIlDUNx2oqcqXhQHMt3y2W3xngQDjv/04M Cq3wzBLxNyAtOoepk7fG0Yda8OfH2XzdocEzJtex2fArrSXd8rpCrQfKKyEvyKFfOf3m mlYWTFHzh8AodcJyE6L4xGhdxd+uORzolVqWyv6OdOiYELWQeDQRPKsVqv7a/SGpPyL2 MNeLaK9XdASOVkiWkMno/91JH+qwvWGc0mjJwzM4+muryUke6WSedK6ueLOSOkqxtoBV azF+JtXBaRNMpI5ABVFwFOqSV5oFVBgIHEr3qcxzUpMcjDej+zhPAxDaEGVntrs8ciEj u7dg== 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; bh=74797dqcgjNhyuhYWfFWYPRtXAiOQtQAouGSYZMMSvk=; b=Ex3ZJgGcxQBV+RyJvTM15EjT1dG6q6r2TIxWkeGu26ttltGKJ40DIOsIEgDX6F+tiu bZnMcSHh67OsHkiZLHJYFCk+2oS2sfxM0Aa82OqoaEPeFDIzQYD2ViLMGQ76ZfQS9k90 /h/UH5M4ONzUVqFitZj7rlqFofdX7UXTnK1lSMZMfd1IBDixFcVqufLciucO2qQAMj/A i7oc8P8IQVwPxA8oRpye0UCGW+oaAAkUyCWcYX1uAgmxLzxFdTEwWXGchylh/GJdbEGC tKa6INalDBgNNSyO1EXt3dyWi/hPvsNEx/gjRO9vr8gND/8z1nN3GgXBuqwkdnkLiT+p lpTQ== X-Gm-Message-State: AFeK/H12jD/TnRP6ycaB/Q/j40vlWUr9dWU4immnXehomWazry5UtMmV1r2Hh5CeDM5OpBTMx9SZ9KgYDalDAw== X-Received: by 10.157.89.219 with SMTP id u27mr1389813otg.32.1490957146680; Fri, 31 Mar 2017 03:45:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.68.145 with HTTP; Fri, 31 Mar 2017 03:45:45 -0700 (PDT) In-Reply-To: <20170331094127.GA29618@jrl.uk.to> References: <20170330232907.GA21389@jrl.uk.to> <888745.43951.qm@web101706.mail.ssk.yahoo.co.jp> <20170331094127.GA29618@jrl.uk.to> From: Jan Sieka Date: Fri, 31 Mar 2017 12:45:45 +0200 Message-ID: Subject: Re: DB-88F6XXX kernel on 88F6281_A0 (GoFlex Net) To: Rasmus Liland , Mori Hiroki , freebsd-arm 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: Fri, 31 Mar 2017 10:45:48 -0000 Hello! The .dts file is included in the kernel config file. Look here in the line 8: https://svnweb.freebsd.org/base/releng/10.3/sys/arm/conf/DB-88F6XXX?view=markup How much memory (RAM) do you have on your board? I'm recalling that sometimes when we tried to load FreeBSD kernel under the wrong address we were overwriting the U-Boot in the RAM thus we observed stalled tftp load. So the question is what is the address under which the U-Boot is copied to the memory on your board. Best regards, Jan 2017-03-31 11:41 GMT+02:00 Rasmus Liland : > On 2017-03-31 10:07 +0900, Mori Hiroki wrote: > > Hi. > > > > Sorry not answer. > > I build mv/orion just now. > > https://gist.github.com/yamori813/ecd5df1b314053a73f310c1122775540 > > > > I modify dts file that is very hard. > > > > My dts file is this. > > https://github.com/yamori813/freebsd/blob/zrouter/sys/boot/ > fdt/dts/arm/wzr-ampg300nh.dts > > https://github.com/yamori813/freebsd/blob/zrouter/sys/boot/ > fdt/dts/arm/db88f5181.dtsi > > > > I use my maintenance ZRouter build system. > > https://github.com/yamori813/zrouter/tree/add_new_devices > > Hi! > > I think I found an existing dts for my board at > https://svnweb.freebsd.org/base/releng/10.3/sys/boot/fdt/ > dts/arm/db88f6281.dts > > and a crypto address seems to have been modified for this in the > future: > https://svnweb.freebsd.org/base/stable/11/sys/boot/fdt/ > dts/arm/db88f6281.dts?r1=262614&r2=302408 > > I realize a dts file is a sort of structural sketch of the board. > Is it then supposed to be included in the kernel config as extra > information for the compiler? > > /Rasmus > _______________________________________________ > 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" >