- Jul 29, 2010
- 307
- 319
- 0
The Nook's processor can be stably overclocked to 1.1GHz!!!
Credit to dalingrin, whose xda thread can be found here: http://forum.xda-developers.com/showthread.php?t=925451
Here's how:
INSTALLATION ON STOCK (BARNES & NOBLE) ROM:
Download this file
Place it in the root directory of your SD Card (sdcard/).
Reboot into ClockworkMod Recovery (if you don't have this yet, get ROM Manager from the Market and choose Flash ClockworkMod Recovery option)
In Clockwork, choose Install Zip from SD Card
Choose the file
Reboot, and you can now use SetCPU to monitor and tweak the overclocking
INSTALLATION ON NOOKIE FROYO (RUNNING FROM SD CARD):
Download this file to a computer.
Connect your NC (booted into Nookie from SD card) to your computer
Select the option to mount Nook for USB storage
Open the drive for the Nook's SD card on your computer
Drag and drop the uImage file onto that drive (it will replace the old uImage, which it'd be wise to back up before doing)
Reboot your Nook and enjoy the Nookie overclock!
INSTALLATION ON NOOKIE FROYO (RUNNING FROM INTERNAL MEMORY):
Download this file to a computer.
Place it in your SDK tools directory on your computer (make sure it's called uImage)
Open a command prompt from that same directory, and enter the following:
adb shell
mount -o remount,rw /dev/block/mmcblk1 /
mkdir boottmp
mount /dev/block/mmcblk0p1 boottmp
exit
adb pull boottmp/uImage uImagebak
adb push uImage boottmp/uImage
adb shell umount boottmp
adb reboot
If, after installing, you want to restore the stock kernel (on nookie in internal memory), enter the following from tools directory:
adb shell
mount -o remount,rw /dev/block/mmcblk1 /
mkdir boottmp
mount /dev/block/mmcblk0p1 boottmp
exit
adb push uImagebak boottmp/uImage
adb shell umount boottmp
adb reboot
That should take you back to the stock kernel.
Enjoy!
Credit to dalingrin, whose xda thread can be found here: http://forum.xda-developers.com/showthread.php?t=925451
Here's how:
INSTALLATION ON STOCK (BARNES & NOBLE) ROM:
Download this file
Place it in the root directory of your SD Card (sdcard/).
Reboot into ClockworkMod Recovery (if you don't have this yet, get ROM Manager from the Market and choose Flash ClockworkMod Recovery option)
In Clockwork, choose Install Zip from SD Card
Choose the file
Reboot, and you can now use SetCPU to monitor and tweak the overclocking
INSTALLATION ON NOOKIE FROYO (RUNNING FROM SD CARD):
Download this file to a computer.
Connect your NC (booted into Nookie from SD card) to your computer
Select the option to mount Nook for USB storage
Open the drive for the Nook's SD card on your computer
Drag and drop the uImage file onto that drive (it will replace the old uImage, which it'd be wise to back up before doing)
Reboot your Nook and enjoy the Nookie overclock!
INSTALLATION ON NOOKIE FROYO (RUNNING FROM INTERNAL MEMORY):
Download this file to a computer.
Place it in your SDK tools directory on your computer (make sure it's called uImage)
Open a command prompt from that same directory, and enter the following:
adb shell
mount -o remount,rw /dev/block/mmcblk1 /
mkdir boottmp
mount /dev/block/mmcblk0p1 boottmp
exit
adb pull boottmp/uImage uImagebak
adb push uImage boottmp/uImage
adb shell umount boottmp
adb reboot
If, after installing, you want to restore the stock kernel (on nookie in internal memory), enter the following from tools directory:
adb shell
mount -o remount,rw /dev/block/mmcblk1 /
mkdir boottmp
mount /dev/block/mmcblk0p1 boottmp
exit
adb push uImagebak boottmp/uImage
adb shell umount boottmp
adb reboot
That should take you back to the stock kernel.
Enjoy!
Last edited: