pandora-uboot-scripts: Add boot scripts that can use bootchart to help work out boot...
authorDavid-John Willis <John.Willis@Distant-earth.com>
Wed, 30 Dec 2009 12:07:03 +0000 (12:07 +0000)
committerDavid-John Willis <John.Willis@Distant-earth.com>
Wed, 30 Dec 2009 12:07:03 +0000 (12:07 +0000)
recipes/pandora-system/pandora-uboot-scripts.bb
recipes/pandora-system/pandora-uboot-scripts/boot-bootchart-mmcblk0p2 [new file with mode: 0644]
recipes/pandora-system/pandora-uboot-scripts/boot-bootchart-mmcblk1p1 [new file with mode: 0644]

index 59b1cce..ee4f58d 100644 (file)
@@ -4,7 +4,7 @@ DEPENDS = "u-boot-mkimage-native"
 
 SRC_URI = "file://boot*"
 
-PR = "r1"
+PR = "r2"
 
 do_configure() {
        cp ${WORKDIR}/boot* ${S}
diff --git a/recipes/pandora-system/pandora-uboot-scripts/boot-bootchart-mmcblk0p2 b/recipes/pandora-system/pandora-uboot-scripts/boot-bootchart-mmcblk0p2
new file mode 100644 (file)
index 0000000..13494f0
--- /dev/null
@@ -0,0 +1,2 @@
+setenv bootargs debug root=/dev/mmcblk0p2 rw rootdelay=2 init=/sbin/bootchartd console=ttyS0,115200n8 vram=6272K omapfb.vram=0:3000K
+fatload mmc 0 0x80300000 uImage; bootm 0x80300000
diff --git a/recipes/pandora-system/pandora-uboot-scripts/boot-bootchart-mmcblk1p1 b/recipes/pandora-system/pandora-uboot-scripts/boot-bootchart-mmcblk1p1
new file mode 100644 (file)
index 0000000..2fcf8be
--- /dev/null
@@ -0,0 +1,2 @@
+setenv bootargs debug root=/dev/mmcblk1p1 rw rootdelay=2 init=/sbin/bootchartd console=ttyS0,115200n8 vram=6272K omapfb.vram=0:3000K
+fatload mmc 0 0x80300000 uImage; bootm 0x80300000