summaryrefslogtreecommitdiffstats
path: root/board/beaglebone/uboot-v2011.09_AM335xPSP_04.06.00.06-0001-am335x_evm.h-Specify-ext2-and-ro-fo...
diff options
context:
space:
mode:
authorFrank Hunleth2012-05-07 07:00:01 +0200
committerPeter Korsgaard2012-05-07 21:43:16 +0200
commit2ab997142bf97d0050ee9151a6f08135909270d5 (patch)
tree79fc662ff19025ae4c268ef76f466e43261d9bbe /board/beaglebone/uboot-v2011.09_AM335xPSP_04.06.00.06-0001-am335x_evm.h-Specify-ext2-and-ro-for-booting-rootfs.patch
parentlibplayer: add patch to fix build issue (diff)
downloadbuildroot-2ab997142bf97d0050ee9151a6f08135909270d5.tar.gz
buildroot-2ab997142bf97d0050ee9151a6f08135909270d5.tar.xz
buildroot-2ab997142bf97d0050ee9151a6f08135909270d5.zip
BeagleBone: new board
This configuration provides a basic setup for using Buildroot to create all of the images needed for a BeagleBone. Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'board/beaglebone/uboot-v2011.09_AM335xPSP_04.06.00.06-0001-am335x_evm.h-Specify-ext2-and-ro-for-booting-rootfs.patch')
-rw-r--r--board/beaglebone/uboot-v2011.09_AM335xPSP_04.06.00.06-0001-am335x_evm.h-Specify-ext2-and-ro-for-booting-rootfs.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/board/beaglebone/uboot-v2011.09_AM335xPSP_04.06.00.06-0001-am335x_evm.h-Specify-ext2-and-ro-for-booting-rootfs.patch b/board/beaglebone/uboot-v2011.09_AM335xPSP_04.06.00.06-0001-am335x_evm.h-Specify-ext2-and-ro-for-booting-rootfs.patch
new file mode 100644
index 000000000..dfbccf52a
--- /dev/null
+++ b/board/beaglebone/uboot-v2011.09_AM335xPSP_04.06.00.06-0001-am335x_evm.h-Specify-ext2-and-ro-for-booting-rootfs.patch
@@ -0,0 +1,31 @@
+From c8aae8c96494132759319b0eab6cd2a51d1d4889 Mon Sep 17 00:00:00 2001
+From: Frank Hunleth <fhunleth@troodon-software.com>
+Date: Tue, 6 Mar 2012 07:20:26 -0800
+Subject: [PATCH] am335x_evm.h: Specify ext2 and ro for booting rootfs
+
+Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
+---
+ include/configs/am335x_evm.h | 4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
+index e0ac494..b45c306 100755
+--- a/include/configs/am335x_evm.h
++++ b/include/configs/am335x_evm.h
+@@ -53,11 +53,11 @@
+ "script_addr=0x81900000\0" \
+ "console=ttyO0,115200n8\0" \
+ "mmc_dev=0\0" \
+- "mmc_root=/dev/mmcblk0p2 rw\0" \
++ "mmc_root=/dev/mmcblk0p2 ro\0" \
+ "nand_root=ubi0:rootfs rw ubi.mtd=7,2048\0" \
+ "spi_root=/dev/mtdblock4 rw\0" \
+ "nor_root=/dev/mtdblock3 rw\0" \
+- "mmc_root_fs_type=ext3 rootwait\0" \
++ "mmc_root_fs_type=ext2 rootwait\0" \
+ "nand_root_fs_type=ubifs rootwait=1\0" \
+ "spi_root_fs_type=jffs2\0" \
+ "nor_root_fs_type=jffs2\0" \
+--
+1.7.4.1
+