From 2a7e78f5ead7b148bde44e4101ad99efc686fe23 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Wed, 3 Nov 2010 11:53:30 -0500 Subject: [PATCH] update kernel, fixes for squeeze and xM Signed-off-by: Robert Nelson --- mk_mmc.sh | 10 ++++------ scripts/dvi-normal-squeeze.cmd | 2 +- scripts/serial-normal-squeeze.cmd | 2 +- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/mk_mmc.sh b/mk_mmc.sh index 92668a4..65061ff 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -24,8 +24,8 @@ MIRROR="http://rcn-ee.net/deb/" DIST=squeeze -KERNEL_REL=2.6.35.6 -KERNEL_PATCH=5 +KERNEL_REL=2.6.35.8 +KERNEL_PATCH=6 unset MMC unset FIRMWARE @@ -293,7 +293,7 @@ n p 1 1 -+100M ++64M a 1 t @@ -643,8 +643,6 @@ function check_distro { if test "-$DISTRO_TYPE-" = "-squeeze-" then - read -p "Squeeze is still in ALPHA/BETA and is not currently released, are you 100% sure you want to try to install it... (y/n)? " - [ "$REPLY" == "y" ] || exit DIST=squeeze unset IN_VALID_DISTRO fi @@ -684,7 +682,7 @@ required options: Debian: squeeze Ubuntu - lucid + lucid maverick --firmware diff --git a/scripts/dvi-normal-squeeze.cmd b/scripts/dvi-normal-squeeze.cmd index 43bcb59..b85b1b7 100644 --- a/scripts/dvi-normal-squeeze.cmd +++ b/scripts/dvi-normal-squeeze.cmd @@ -6,6 +6,6 @@ fi setenv dvimode 1280x720MR-16@60 setenv vram 12MB setenv bootcmd 'mmc init; fatload mmc 0:1 0x80300000 uImage; fatload mmc 0:1 0x81600000 uInitrd; bootm 0x80300000 0x81600000' -setenv bootargs console=ttyS2,115200n8 console=tty0 root=/dev/mmcblk0p2 ro vram=${vram} omapfb.mode=dvi:${dvimode} buddy=${buddy} mpurate=${mpurate} +setenv bootargs console=ttyS2,115200n8 console=tty0 root=/dev/mmcblk0p5 ro vram=${vram} omapfb.mode=dvi:${dvimode} buddy=${buddy} mpurate=${mpurate} boot diff --git a/scripts/serial-normal-squeeze.cmd b/scripts/serial-normal-squeeze.cmd index 85c1166..933ee75 100644 --- a/scripts/serial-normal-squeeze.cmd +++ b/scripts/serial-normal-squeeze.cmd @@ -4,6 +4,6 @@ echo "Kernel is not ready for 1Ghz limiting to 800Mhz" setenv mpurate 800 fi setenv bootcmd 'mmc init; fatload mmc 0:1 0x80300000 uImage; fatload mmc 0:1 0x81600000 uInitrd; bootm 0x80300000 0x81600000' -setenv bootargs console=ttyS2,115200n8 root=/dev/mmcblk0p2 ro buddy=${buddy} mpurate=${mpurate} +setenv bootargs console=ttyS2,115200n8 root=/dev/mmcblk0p5 ro buddy=${buddy} mpurate=${mpurate} boot