update kernel, fixes for squeeze and xM

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/8/head
Robert Nelson 14 years ago
parent 3750e6710d
commit 2a7e78f5ea

@ -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 <default>
Ubuntu
lucid
lucid <Bx and Cx boards only>
maverick <testing>
--firmware

@ -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

@ -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

Loading…
Cancel
Save