Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 944 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 944 Bytes

nst-kernel

Linux Kernel for the Nook Simple Touch with fixed USB host and fast display mode support.

Currently, this contains a kernel based on the sources released by Barnes & Noble: http://images.barnesandnoble.com/PResources/download/Nook/source-code/nook2_1-1-5.tgz

Installation: See http://forum.xda-developers.com/showpost.php?p=24168019&postcount=21

Building the kernel: Assuming a linux-x86_64 Android NDK is installed in /opt/android-ndk:

cp ../build/uImage.config src/.config
make ARCH=arm oldconfig
make -j6 ARCH=arm CROSS_COMPILE=/opt/android-ndk/toolchains/arm-linux-androideabi-4.7/prebuilt/linux-x86_64/bin/arm-linux-androideabi- uImage
cp arch/arm/boot/uImage ../build