Please remember to add a category to the bottom of each page that you create.
See categories help for further details, but most will probably be [[Category:HTC ModelName]].

BN Nook Simple Touch/Replacing boot files

From XDA-Developers
Jump to: navigation, search

To replace boot files on the Nook Simple Touch (for example, uImage):

Using the ADB shell:

mount -o rw,remount rootfs /
mkdir /boot
mount -t vfat /dev/block/mmcblk0p1 /boot

Then from the command line:

adb push myuImage /boot/uImage
adb reboot
Personal tools