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>
next in thread | previous in thread | raw e-mail | index | archive | help
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: > > =E2=80=8BHi everybody. > > I=E2=80=8B'm building a base system for an arm platform, > > > Which one? > =E2=80=8BIs=E2=80=8B 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/ =E2=80=8B > > 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 =E2=80=9Cthe hard way=E2=80=9D, the basic outline is= just: > > $ cd /usr/src > $ make TARGET_ARCH=3Darmv6 TARGET=3Darm buildworld > $ make TARGET_ARCH=3Darmv6 TARGET=3Darm buildkernel > > (TARGET_ARCH and TARGET here may vary depending on the particular board > you=E2=80=99re targeting.) > > To build a filesystem image suitable for booting, you=E2=80=99ll need to = install > world onto it: > > $ make TARGET_ARCH=3Darmv6 TARGET=3Darm DESTDIR=3Dmy_base_dir installworl= d > > 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=E2=80=99t want to do it the hard way: > > FreeBSD=E2=80=99s 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. > =E2=80=8BI'm looking for that in a moment=E2=80=8B > > Cheers, > > Tim > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACNMU8qhP49NUNU=QHGA6z%2BZao9hkD8qy7c_Te=Rtnc1tAGx8Q>