From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18289 invoked by alias); 30 Nov 2017 15:34:05 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 18237 invoked by uid 89); 30 Nov 2017 15:34:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=BAYES_00,KB_WAM_FROM_NAME_SINGLEWORD autolearn=no version=3.3.2 spammy=josh, Josh, sk:wwwpub, sk:www.pub X-HELO: ssdnodes-11539.neocat.org Received: from Unknown (HELO ssdnodes-11539.neocat.org) (172.93.55.24) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 30 Nov 2017 15:34:02 +0000 Received: from localhost (localhost [127.0.0.1]) by ssdnodes-11539.neocat.org (Postfix) with ESMTP id CFABA1216F6 for ; Thu, 30 Nov 2017 10:34:00 -0500 (EST) Received: from ssdnodes-11539.neocat.org ([127.0.0.1]) by localhost (vps1.rastergraf.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id tsYsHHdOKD0m for ; Thu, 30 Nov 2017 10:33:53 -0500 (EST) Received: from neosoft.neocat.org (184-100-239-238.ptld.qwest.net [184.100.239.238]) by ssdnodes-11539.neocat.org (Postfix) with ESMTPSA id 89C031216EF for ; Thu, 30 Nov 2017 10:33:53 -0500 (EST) Date: Thu, 30 Nov 2017 15:34:00 -0000 From: Bill Randle To: crossgcc@sourceware.org Subject: Re: Root filesystem Message-ID: <20171130073352.21207a1f@neosoft.neocat.org> In-Reply-To: <5A2015E7.10707@gmail.com> References: <3314e68ddfb8456697efcbcfdac86afa@hosted3-mb01.itm.host> <5A2015E7.10707@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-11/txt/msg00011.txt.bz2 On Thu, 30 Nov 2017 14:29:59 +0000 Josh Branning wrote: > On 30/11/17 08:13, Robert Bielik wrote: > > Hi all, > > > > New to the tool! I'm planning to use this for setting up a complete > > build toolchain for Raspberry Pi 3. This means building f.i. > > ALSA/GStreamer/LADSPA etc. etc. and installing them in the proper > > rootfs which will be packaged together with the toolchain. > > > > I suspect this is out of the scope of the ct-ng tool ? Maybe > > someone has ideas or pointers on how to accomplish this ? > > > > Regards > > /Robert > > > > > > > > Hi, > > I once did something similar for the olinuxino lime A10. > > I compiled uboot and a kernel and used an arch linux arm rootfs. > > The scripts can be found as a tar.gz > > They are probably out of date, but can be modified and can give a > skeleton for you to work with. > > http://www.publicsite.org/J05HYYY/software_downloads/olinuxinolime-archlinux.tar.gz > > I'm not quite sure about the bootloader in the pi however, whether or > not it can use uboot. The pi needs a blob to run IIRC. > > You may also wish to look at https://github.com/RPi-Distro/Pi-gen > which creates the isos for raspbian from the pi foundation. > > Josh In addition to buildroot, you can also use the Yocto Project (https://www.yoctoproject.org). There are people that have added R-Pi "layers" for the Raspberry-Pi. One of them is this one: https://github.com/jumpnow/meta-rpi . -Bill