From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arne Fitzenreiter To: sig-arm@lists.ipfire.org Subject: Re: Interested in making an odroid-u2 image of ipFire Date: Tue, 09 Sep 2014 15:56:12 +0200 Message-ID: <910dc18a85243ce7c681487f41bfceb0@mail01.ipfire.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5933410807110608337==" List-Id: --===============5933410807110608337== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit On 2014-09-08 18:45, Levine, Daniel J. wrote: > Hi, > > I see some Arm development regarding ipFire going on. I was wondering > how difficult it might be to make one on an odroid-u2. > > Suppose I already have a bootable Ubuntu 14.04 and I am able to build > a kernel package with the desired kernel .config parameters (if that's > necessary). Would I simply go over to the ipFire github site and get > the ipFire-2.x with git and build the arm version? The IPFire buildsystem should work with ubuntu on the odroid. (I use an Odroid-X to build IPFire.) If you clone the git and check the master or next out and run ./make.sh gettoolchain ./make.sh downloadsrc ./make.sh build It will build the current master or next devel-branch for arm. There are two problems at odroid-x/u support. You need to build a working uboot from source (Exynos need a signed bootloader which is very bad) and a 3.10.x kernel with grsecurity, imq, layer7 and some other patchsets. Both we have not got to work. Arne --===============5933410807110608337==--