All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/4] wandboard: Use ext4 rootfs type
@ 2016-09-11 19:42 Fabio Estevam
  2016-09-11 19:42 ` [Buildroot] [PATCH 2/4] wandboard: Use kernel version 4.7.3 Fabio Estevam
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Fabio Estevam @ 2016-09-11 19:42 UTC (permalink / raw)
  To: buildroot

From: Fabio Estevam <fabio.estevam@nxp.com>

Use ext4 rootfs type instead of ext2, as it is more reliable.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 board/wandboard/genimage.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/board/wandboard/genimage.cfg b/board/wandboard/genimage.cfg
index f5df1ff..745cec3 100644
--- a/board/wandboard/genimage.cfg
+++ b/board/wandboard/genimage.cfg
@@ -2,7 +2,7 @@
 #
 # The SD card must have at least 1 MB free at the beginning.
 # U-Boot and its environment are dumped as is.
-# A single root filesystem partition is required (Ext2 in this case).
+# A single root filesystem partition is required (Ext4 in this case).
 #
 # For details about the layout, see:
 # http://wiki.wandboard.org/index.php/Boot-process
@@ -32,7 +32,7 @@ image sdcard.img {
 
   partition rootfs {
     partition-type = 0x83
-    image = "rootfs.ext2"
+    image = "rootfs.ext4"
     size = 512M
   }
 }
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-09-11 19:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-11 19:42 [Buildroot] [PATCH 1/4] wandboard: Use ext4 rootfs type Fabio Estevam
2016-09-11 19:42 ` [Buildroot] [PATCH 2/4] wandboard: Use kernel version 4.7.3 Fabio Estevam
2016-09-11 19:58   ` Thomas Petazzoni
2016-09-11 19:42 ` [Buildroot] [PATCH 3/4] wandboard: Use U-Boot 2016.07 Fabio Estevam
2016-09-11 19:58   ` Thomas Petazzoni
2016-09-11 19:42 ` [Buildroot] [PATCH 4/4] wandboard: Select required host tools for SD card generation Fabio Estevam
2016-09-11 19:58   ` Thomas Petazzoni
2016-09-11 19:57 ` [Buildroot] [PATCH 1/4] wandboard: Use ext4 rootfs type Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.