From owner-freebsd-arm@FreeBSD.ORG Sun Aug 31 16:10:21 2014 Return-Path: <owner-freebsd-arm@FreeBSD.ORG> Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 72520C61 for <freebsd-arm@freebsd.org>; Sun, 31 Aug 2014 16:10:21 +0000 (UTC) Received: from poczta.toomeek.waw.pl (unknown [IPv6:2001:67c:232c:1000::fd9b:4fb4]) by mx1.freebsd.org (Postfix) with ESMTP id 2AA701838 for <freebsd-arm@freebsd.org>; Sun, 31 Aug 2014 16:10:20 +0000 (UTC) Received: from [10.20.20.49] (dmp75.neoplus.adsl.tpnet.pl [83.24.71.75]) by poczta.toomeek.waw.pl (Postfix) with ESMTPSA id 6374CC60AB7 for <freebsd-arm@freebsd.org>; Sun, 31 Aug 2014 12:10:09 -0400 (EDT) Message-ID: <540348DD.3090406@toomeek.waw.pl> Date: Sun, 31 Aug 2014 18:10:05 +0200 From: TooMeeK Admin <maps@toomeek.waw.pl> User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-arm@freebsd.org Subject: Re: U-boot for Banana Pi References: <53EE0F93.6060407@toomeek.waw.pl> <53EE23B1.2020403@toomeek.waw.pl> <CAGtf9xNTsQg-WKMu+RqNmF3W=vKm8ccvNdcL1VKm9gWwRohsTw@mail.gmail.com> <53EE402D.8000204@toomeek.waw.pl> <20140815214416.GJ60808@cicely7.cicely.de> <53EFCD6C.5000601@toomeek.waw.pl> <53EFD5D5.7010406@toomeek.waw.pl> <53F0E640.5030506@toomeek.waw.pl> <53F14BD7.1050007@fukaumi.org> <53F1A126.1020408@toomeek.waw.pl> <53F1D8FD.9010903@fukaumi.org> <53F27EB9.3090805@toomeek.waw.pl> <CAGtf9xNw8EAakGLpYL+xi20QdOYZQMg=_A-QtriU5kqY2jLBUA@mail.gmail.com> <54031BC8.8020407@toomeek.waw.pl> In-Reply-To: <54031BC8.8020407@toomeek.waw.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.3.9 (poczta.toomeek.waw.pl [0.0.0.0]); Sun, 31 Aug 2014 12:10:11 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.98.4 at a8d2ba546e X-Virus-Status: Clean X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." <freebsd-arm.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-arm>, <mailto:freebsd-arm-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-arm/> List-Post: <mailto:freebsd-arm@freebsd.org> List-Help: <mailto:freebsd-arm-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-arm>, <mailto:freebsd-arm-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 31 Aug 2014 16:10:21 -0000 Reinstalled FreeBSD 10 64-bit from scratch.. fully updated.. /usr/src/sys/boot/fdt/dts/cubieboard2.dts contains 512MB addressing, so it cannot be right.. The same at: ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/amd64/10.0-RELEASE/src.txz They are simply - outdated. Wiki page doesn't say where sources are, just: "1. Get FreeBSD head" So what sources You're using to build Cubieboard2 kernel? But anyway I found answer here: https://lists.freebsd.org/pipermail/freebsd-arm/2013-August/006201.html and changed Banana Pi files accordinately: file: a10_machdep.c change at: initarm_late_init adding: unmapped_buf_allowed = 0; I'm running 1GB of memory now. But no networking, no HDMI output. Added 1Gbit GMAC driver to BANANAPI config and /boot/loader.conf: miibus_load="YES" if_gem_load="YES" but still getting only lo0. Login prompt works. So.. how You did it working, Ganbold ? Best regards, TooMeeK > > What is in Your /usr/src/sys/boot/fdt/dts/cubieboard2.dts file, > section memory? > > Best regards, > TooMeeK > > W dniu 2014-08-27 14:53, Ganbold Tsagaankhuu pisze: >> >> >> >> I've just got Banana PI today, and I confirm that Cubieboard2 kernel >> works just fine detecting 1GB RAM and booting to multi user mode. I >> run recent Current of course. >> >> Ganbold >> >> > > _______________________________________________ > freebsd-arm@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" >