Date: Mon, 26 Jun 2017 08:40:50 +0200 From: Emmanuel Vadot <manu@bidouilliste.com> To: Johnny Sorocil <jsorocil@gmail.com> Cc: freebsd-arm@freebsd.org Subject: Re: Orange Pi Zero support Message-ID: <20170626084050.4ce4f0288b70bbb5b5a627b4@bidouilliste.com> In-Reply-To: <CADxA8SqKb=4P33D-ShQAPq16ka4e=o8OmvO2UB-o-cqiqRZ0sQ@mail.gmail.com> References: <CADxA8SoTM2WWUhGZ=B-7Y7QthyaWRU2Si94Cw41ccCyQHA846w@mail.gmail.com> <20170624171539.3b6a73b245b05e649a62933c@bidouilliste.com> <20170624184259.d2b7d2e6fbe6120cde572a33@bidouilliste.com> <CADxA8SqYebBzVwnuGSyn3ZzWKs2JuruUmpVW4HWt4N%2BBojdETg@mail.gmail.com> <CADxA8SqcFQhL93U9Zim22szDEWN02nGGzp4yr3TgOaCYb0XmzA@mail.gmail.com> <20170625132106.6776f5014798dcf9cb8abbcd@bidouilliste.com> <CADxA8SqKb=4P33D-ShQAPq16ka4e=o8OmvO2UB-o-cqiqRZ0sQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 26 Jun 2017 07:34:56 +0200 Johnny Sorocil <jsorocil@gmail.com> wrote: > On Sun, Jun 25, 2017 at 1:21 PM, Emmanuel Vadot <manu@bidouilliste.com> > wrote: > > > You should use the GENERIC kernel, I'll remove ALLWINNER as it's not > > needed anymore. > > > > Yes, GENERIC armv6 kernel is booting on Orange Pi Zero (with u-boot from > ports for Orange Pi Zero and "boot/dtb/sun8i-h2-plus-orangepi-zero.dtb") :) > Thank you for the help > > > > I wouldn't use a different u-boot, see my last mail for compiling > > u-boot yourself. > > > > I have problem compiling your fork of u-boot (and vanilla v2017.07.): > Steps: > git checkout freebsd > export CROSS_COMPILE=arm-none-eabi- > gmake orangepi_zero_defconfig > gmake menuconfig # select "Enable FreeBSD boot" > gmake -j4 > > *** binman needs the Python libfdt library. > *** Either install it on your system, or try: > *** > *** sudo apt-get install swig libpython-dev > *** > *** to have U-Boot build its own version. > > pkg info python\* > python-2.7_3,2 > python2-2_3 > python27-2.7.13_4 > python3-3_3 > python34-3.4.6_2 > python36-3.6.1_2 sudo pkg install swig30 should solve the problem. -- Emmanuel Vadot <manu@bidouilliste.com> <manu@freebsd.org>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170626084050.4ce4f0288b70bbb5b5a627b4>