From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ted Wood Date: Thu, 13 Dec 2012 10:48:07 -0000 Subject: [Buildroot] Getting It into Compact Flash In-Reply-To: <20121212204922.GA1265@mail.sceen.net> References: <000901cdd883$889a6e70$99cf4b50$@co.uk> <20121212162225.GA15887@mail.sceen.net> <20121212204922.GA1265@mail.sceen.net> Message-ID: <000301cdd91f$572b9520$0582bf60$@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: 12 December 2012 20:49 > >To: Ted Wood > >Cc: buildroot at busybox.net > >Subject: Re: [Buildroot] Getting It into Compact Flash > > > >On Wed, Dec 12, 2012 at 05:22:26PM +0100, Richard Braun wrote: > >> On Wed, Dec 12, 2012 at 04:12:49PM -0000, Ted Wood wrote: > >> > It starts up OK, loads the kernel and uncompresses it. > >> > > >> > It mounts sda and sda1 > >> > > >> > Then "No filesystem could mount root, tried ext3 vfat msdos > >iso9660" > >> > >> Buildroot doesn't take care of the partition table. > >> > >> See > >> http://lists.busybox.net/pipermail/buildroot/2012-August/057536.html > >> (and the next message for the unspoiled attached script). > > > >If your problem has nothing to do with the partition table, feel free > >to give us more information about it, like the boot log (so that we > >can see what is actually mounted). > > > >-- > >Richard Braun Boot Log: RAMDISK: ext2 filesystem found at block 0 RAMDISK: Loading 2263KiB [1 disk] into ram disk.. done. List of all partitions: 0800 7831152 sda driver: sd 0801 7825423 sda1 00000000-0000-0000-0000-000000000000 No filesystem could mount root, tried ext3 vfat msdos iso9660 Kernel panic - not syncing VFS: Unable to mount root fs on on unknown block (1,0) I also note that the Buildroot Kernel will boot OK into with my ext3 Yocto Filesystem... 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?