Date: Sat, 9 May 2015 23:45:34 -0500 From: Luis Alberto Gonzalez Alvarez <alberto.bsd@gmail.com> To: Tim Kientzle <tim@kientzle.com> Cc: freebsd-arm <freebsd-arm@freebsd.org> Subject: Re: Message-ID: <CACNMU8qhP49NUNU=QHGA6z%2BZao9hkD8qy7c_Te=Rtnc1tAGx8Q@mail.gmail.com> In-Reply-To: <FB557317-8B5D-491D-AA26-890381CBEAE6@kientzle.com> References: <CACNMU8pnU_aUw_sLrPtDTwt0u_sxtHizdW1X7j2bf8QS=z8mkw@mail.gmail.com> <FB557317-8B5D-491D-AA26-890381CBEAE6@kientzle.com>
index | next in thread | previous in thread | raw e-mail
On Sat, May 9, 2015 at 9:03 PM, Tim Kientzle <tim@kientzle.com> wrote: > > On May 9, 2015, at 6:54 PM, Luis Alberto Gonzalez Alvarez < > alberto.bsd@gmail.com> wrote: > > Hi everybody. > > I'm building a base system for an arm platform, > > > Which one? > Is cheap board with a rockchip 3066 I post a thread on FreeBSD forums about what I'm doing: https://forums.freebsd.org/threads/building-a-img-file-for-tablet-rockchip-3066.51543/ > > based this guide > http://people.freebsd.org/~cognet/arm.html > > > Those instructions are *very* out of date. There are much > simpler approaches now. > > If you want to do it “the hard way”, the basic outline is just: > > $ cd /usr/src > $ make TARGET_ARCH=armv6 TARGET=arm buildworld > $ make TARGET_ARCH=armv6 TARGET=arm buildkernel > > (TARGET_ARCH and TARGET here may vary depending on the particular board > you’re targeting.) > > To build a filesystem image suitable for booting, you’ll need to install > world onto it: > > $ make TARGET_ARCH=armv6 TARGET=arm DESTDIR=my_base_dir installworld > > Then you need to figure out what to do with the kernel and what boot bits > are needed by your particular board. This varies a lot from system to > system. > > If you don’t want to do it the hard way: > > FreeBSD’s release engineers are publishing stock images > for several popular boards that you can just download and run. > Maybe I use it after get boring > > The Crochet tool knows how to build complete, customized > bootable images for a variety of boards. > I'm looking for that in a moment > > Cheers, > > Tim > >home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACNMU8qhP49NUNU=QHGA6z%2BZao9hkD8qy7c_Te=Rtnc1tAGx8Q>
