Difference between revisions of "Nook"

From WebOS Internals
Jump to navigation Jump to search
Line 21: Line 21:
 
pokey9000 kernel is  2.6.32-omap1 ( git archive --format=tar --prefix=linux-2.6.32-omap1/ v2.6.32-omap1 | gzip > ../linux-2.6.32-omap1.tar.gz  )
 
pokey9000 kernel is  2.6.32-omap1 ( git archive --format=tar --prefix=linux-2.6.32-omap1/ v2.6.32-omap1 | gzip > ../linux-2.6.32-omap1.tar.gz  )
 
stock kernel is v2.6.29-omap1
 
stock kernel is v2.6.29-omap1
 +
 +
The audio CODEC is a TI [http://focus.ti.com/docs/prod/folders/print/tlv320dac3100.html TLV320DAC3100] which has a built in PWM headphone amp, headphone detection, and a mic amp and ADC for a microphone. Unfortunately the headphone jack appears to be a 3-pole TRS style, so there's no mic or control input.

Revision as of 08:02, 1 December 2010

nookie goes here

dmesg

Cypress TTSP touchscreen

TPS65921 PMIC

Teardown

info on meego kernel that might be helpful:

accelerometer application notes and related system programming guide (

/sys/devices/platform

MAX8903 based LiOn charger description and datasheet

MAX17042 fuel gauge

pokey9000 kernel is 2.6.32-omap1 ( git archive --format=tar --prefix=linux-2.6.32-omap1/ v2.6.32-omap1 | gzip > ../linux-2.6.32-omap1.tar.gz ) stock kernel is v2.6.29-omap1

The audio CODEC is a TI TLV320DAC3100 which has a built in PWM headphone amp, headphone detection, and a mic amp and ADC for a microphone. Unfortunately the headphone jack appears to be a 3-pole TRS style, so there's no mic or control input.