From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ted Wood Date: Thu, 13 Dec 2012 13:08:16 -0000 Subject: [Buildroot] Getting It into Compact Flash In-Reply-To: <20121213113223.GA13939@mail.sceen.net> References: <000901cdd883$889a6e70$99cf4b50$@co.uk> <20121212162225.GA15887@mail.sceen.net> <20121212204922.GA1265@mail.sceen.net> <000301cdd91f$572b9520$0582bf60$@co.uk> <20121213113223.GA13939@mail.sceen.net> Message-ID: <000b01cdd932$eb5179f0$c1f46dd0$@co.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net > >-----Original Message----- > >From: Richard Braun [mailto:rbraun at sceen.net] > >Sent: 13 December 2012 11:32 > >To: Ted Wood > >Cc: buildroot at busybox.net > >Subject: Re: [Buildroot] Getting It into Compact Flash > > > >On Thu, Dec 13, 2012 at 10:48:07AM -0000, Ted Wood wrote: > >> Would I be correct in thinking that the kernel is only configured > >for > >> ext3, vfat, msdos and iso9600 file systems? > >> And it is therefore not recognising the the ext2 FS generated by > >Buildroot? > > > >Ah yes, likely. Use make linux-menuconfig, go check that, and I > >suggest you use ext4 with ext2/ext3 support if your kernel is recent > >enough (>= 2.6.35 iirc), so you just have one option to rule them all > >and don't waste more time on this issue. > > > >-- > >Richard Braun I went into linux-menuconfig and set up support for ext4 and ext3 I can't find any way of enabling the generation of ext3/ext4 File System images.