Galaxy S UART JIG & Debugging Connector - Hardware Hacking General

After reading through some very interesting threads about the UART and JTAG interfaces on the Galaxy S phones, I decided to build my own JIG to trigger the various modes available.
However, I didn't want to mess with splicing different resistors in, and I don't like having lots of wires hanging about. So I decided to come up with a way to choose the mode by a switch, rather than switching out different cables or using breadboards.
The resulting design is:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Parts List:
4 resistors selected from the table at http://forum.xda-developers.com/showthread.php?t=820275 (I chose 619K, 301K, 150K, and 121K).
A 4-position DIP Switch
A 2in x 3in ProtoBoard , drilled at .1in to solder everything onto.
A USB Breakout Board
A 5-pin Molex connector and plug, with wires.
An enclosure to hold it all in.
Some silicone bumpers for the enclosure.
Some standoffs and screws for mounting the board.
A Breakout Board for FT232RL USB to Serial to handle the TTL conversion.
NOTE:The FT232 adapter is upside down in the diagram, to get the pins lined up with the rest of the design.
You should insulate the FT232 from the rest of the board to avoid shorts. I used electrical tape.
The pictures below are from an old design that used the UartSBee converter. This part is unreasonably expensive for this project, shipping takes an extraordinary amount of time, and the vendor has very poor communication and customer support.
SparkFun, on the other hand, ships quickly and is very communicative. They also have a very cool IRC channel on Freenode and provide Eagle CAD libraries and drawings for many of their components.

Wow, that's pretty impressive.
I haven't had much time to work on this lately but I put my notes so far about the UART in this post.

TheBeano said:
Wow, that's pretty impressive.
I haven't had much time to work on this lately but I put my notes so far about the UART in this post.
Click to expand...
Click to collapse
Thank you! I must admit that I didn't read all the way through that thread.
Accessing the UART from userspace could be interesting, though.

Updated design. This one ought to allow all but 2 of the values listed in the table. The last two, 1000.07K and 1002K Ohms, require tolerances that are too tight to achieve without going to extraordinary expense.
I'm not especially worried about those 2, as they don't appear to be particularly interesting modes.
Code:
Value | Digi-Key Part Number
GND |
2 K | RNF14FTD2K00CT-ND
2.604 K | CMF2.61KHFCT-ND (2.61K 1%)
3.208 K | RNF14FTD3K24CT-ND (3.24K 1%)
4.014 K | RSB-4.0KRCT-ND (4.00K 1%)
4.820 K | CMF4.87KHFCT-ND (4.87K 1%)
6.030 K | 45F6K0E-ND (6.00K 1%)
8.030 K | 43F8K0E-ND (8.00K 1%)
10.030 K | P10.0KCACT-ND (10.0K 1%)
12.030 K | P12.0KCACT-ND (12.0K 1%)
14.460 K | CMF14.7KHFCT-ND (14.7K 1%)
17.260 K | CMF17.4KQFCT-ND (17.4K 1%)
20.500 K | CMF20.5KQFCT-ND
24.070 K | P24.0KCACT-ND (24.0K 1%)
28.700 K | CMF28.7KQFCT-ND
34.000 K | PPC34.0KYCT-ND
40.200 K | CMF40.2KHFCT-ND
49.900 K | RNF14FTD49K9CT-ND
64.900 K | CMF64.9KHFCT-ND
80.070 K | RNF14FTD80K6CT-ND (80.6K 1%)
102.000 K | PPCQF102KCT-ND
121.000 K | PPC121KXCT-ND
150.000 K | PPC150KYCT-ND
200.000 K | P200KCACT-ND
255.000 K | PPC255KZCT-ND
301.000 K | PPC301KYCT-ND
365.000 K | PPCQF365KCT-ND
442.000 K | PPCQF442KCT-ND
523.000 K | PPCQF523KCT-ND
619.000 K | PPCQF619KCT-ND
1000.070 K |
1002.000 K |
OPEN
I have all of the parts for the first design except for the UartSBee now. Still waiting on shipping from Hong Kong for that.
Some preliminary pictures, snapped from my Epic:

Any luck with the project? You got communication?

I'm still waiting for the UartSBee component to arrive. I will probably redesign the board to use a different converter, since SeeedStudio doesn't seem to be a reliable vendor.

[EDIT:] Changed Image link to use a hosting service that doesn't use sessions.
Finally received the UartSBee today, and got it soldered in. Tests are successful, though not quite what I wanted. I can get some output at boot, and I can get into the SBL command interpreter, but there isn't a running log output from the phone. As soon as the kernel loads, the output ceases.
Code:
Set cpu clk. from 400MHz to 800MHz.
OM=0x9, device=OnenandMux(Audi)
IROM e-fused version.
s5p_get_average_adc
s5p_get_average_adc: adc_arr = 2397
s5p_get_average_adc: adc_arr = 2351
s5p_get_average_adc: adc_arr = 2396
s5p_get_average_adc: adc_arr = 2413
s5p_get_average_adc: adc_arr = 2353
s5p_get_average_adc: adc_arr = 2405
s5p_get_average_adc: adc_arr = 2339
s5p_get_average_adc: adc_arr = 2350
s5p_get_average_adc: adc_arr = 2481
s5p_get_average_adc: adc_arr = 2445
s5p_get_average_adc: adc_max = 2481, adc_min = 2339
check_revision: REVISION_ADC_VALUE = 2318
-----------------------------------------------------------
Samsung Secondary Bootloader (SBL) v3.0
Copyright (C) Samsung Electronics Co., Ltd. 2006-2010
Board Name: ARIES REV 02
Build On: Oct 14 2010 07:13:43
-----------------------------------------------------------
Re_partition: magic code(0x0)
[PAM: ] ++FSR_PAM_Init
[PAM: ] OneNAND physical base address : 0xb0000000
[PAM: ] OneNAND virtual base address : 0xb0000000
[PAM: ] OneNAND nMID=0xec : nDID=0x60
[PAM: ] --FSR_PAM_Init
fsr_bml_load_partition: pi->nNumOfPartEntry = 12
partitions loading success
board partition information update.. source: 0x0
.Done.
read 1 units.
==== PARTITION INFORMATION ====
ID : IBL+PBL (0x0)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 0
NO_UNITS : 1
===============================
ID : PIT (0x1)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 1
NO_UNITS : 1
===============================
ID : EFS (0x14)
ATTR : RW STL SLC (0x1101)
FIRST_UNIT : 2
NO_UNITS : 40
===============================
ID : SBL (0x3)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 42
NO_UNITS : 5
===============================
ID : SBL2 (0x4)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 47
NO_UNITS : 5
===============================
ID : PARAM (0x15)
ATTR : RW STL SLC (0x1101)
FIRST_UNIT : 52
NO_UNITS : 20
===============================
ID : KERNEL (0x6)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 72
NO_UNITS : 30
===============================
ID : RECOVERY (0x7)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 102
NO_UNITS : 30
===============================
ID : FACTORYFS (0x16)
ATTR : RW STL SLC (0x1101)
FIRST_UNIT : 132
NO_UNITS : 1074
===============================
ID : DATAFS (0x17)
ATTR : RW STL SLC (0x1101)
FIRST_UNIT : 1206
NO_UNITS : 2056
===============================
ID : CACHE (0x18)
ATTR : RW STL SLC (0x1101)
FIRST_UNIT : 3262
NO_UNITS : 700
===============================
ID : MODEM (0xb)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 3962
NO_UNITS : 50
===============================
loke_init: j4fs_open success..
load_lfs_parameters valid magic code and version.
load_debug_level reading debug level from file successfully(0x574f4c44).
init_fuel_gauge: vcell = 4052mV, soc = 91
reading nps status file is successfully!.
nps status=0x504d4f43
PMIC_IRQ1 = 0x20
PMIC_IRQ2 = 0x0
PMIC_IRQ3 = 0x0
PMIC_IRQ4 = 0x0
PMIC_STATUS1 = 0x40
PMIC_STATUS2 = 0x0
get_debug_level current debug level is 0x574f4c44.
aries_process_platform: Debug Level Low
keypad_scan: key value ----------------->= 0x0
CONFIG_ARIES_REV:32 , CONFIG_ARIES_REV03:48
aries_process_platform: final s1 booting mode = 0
AST_POWERON..
DISPLAY_PATH_SEL[MDNIE 0x1]is on
MDNIE setting Init start!!
vsync interrupt is off
video interrupt is off
[fb0] turn on
MDNIE setting Init end!!
Autoboot (0 seconds) in progress, press any key to stop Autoboot aborted..
SBL> help setenv
* Help : setenv
* Usage : setenv [name] [value] . .
Modify current environment info on ram
SBL> help saveenv
* Help : saveenv
* Usage : saveenv
Save cuurent environment info to flash
SBL> help printenv
* Help : printenv
* Usage : printenv
Print current environment info on ram
SBL> help reset
* Help : reset
* Usage : reboot
Reboot system
SBL> help boot
* Help : boot
* Usage : boot [kernel options]
Boot Linux with optional kernel options
SBL> help kernel
* Help : kernel
* Usage : kernel hex_adr
Change the Linux kernel base
SBL> help format
* Help : format
* Usage : format
format device
SBL> help open
* Help : open
* Usage : open
open device
SBL> help close
* Help : close
* Usage : close
close device
SBL> help erasepart
* Help : erasepart
* Usage : erasepart partition_id
erase part of units
- ex) erase 0x9(temp partition)
SBL> help eraseall
* Help : eraseall
* Usage : eraseall
erase all units
SBL> help loadkernel
* Help : loadkernel
* Usage : loadkernel
load kernel image
- loadkernel 0x80A00000 from kernel partition
SBL> help showpart
* Help : showpart
* Usage : showpart
show partition information
SBL> help delpart
* Help : delpart
* Usage : delpart
delete last partition information
SBL> help savepart
* Help : savepart
* Usage : savepart
save partition information
SBL> help nkernel
* Help : nkernel
* Usage : nkernel command
* Usage : nkernel
read kernel from flash to DDR
SBL> help nramdisk
* Help : nramdisk
* Usage : nramdisk command
* Usage : nramdisk
read ramdisk from flash to DDR
SBL> help nandread
* Help : nandread
* Usage : * Usage : nandread <PARTID> <SIZE>
read partition from flash to SDRAM(0x80000000)
SBL> help nandwrite
* Help : nandwrite
* Usage : * Usage: nandwrite <PARTID> <SIZE>
write partition from SDRAM(0x80000000) to flash
SBL> help usb
* Help : usb
* Usage : usb download command
SBL> help mmctest
* Help : mmctest
* Usage : *Usage : mmctest
SBL> help keyread
* Help : keyread
* Usage : *Usage : keyread
SBL> help readadc
* Help : readadc
* Usage : *Usage : readadc <channel>
SBL> help usb_read
* Help : usb_read
* Usage : usb_read reg
Read the usb ic register
SBL> help usb_write
* Help : usb_write
* Usage : usb_write reg, val
Read the usb ic register
SBL> help fuelgauge
* Help : fuelgauge
* Usage : *usage : fuelgauge
SBL> help pmic_read
* Help : pmic_read
* Usage : pmic_read reg
Read the pmic register
SBL> help pmic_write
* Help : pmic_write
* Usage : pmic_write reg, val
Read the pmic register
SBL> help reset_cp
* Help : reset_cp
* Usage : *Usage : reset_cp
SBL> printenv
PARAM Rev 1.3
SERIAL_SPEED : 7
LOAD_RAMDISK : 0
BOOT_DELAY : 0
LCD_LEVEL : 97
SWITCH_SEL : 5
PHONE_DEBUG_ON : 0
LCD_DIM_LEVEL : 0
LCD_DIM_TIME : 6
MELODY_MODE : 1
REBOOT_MODE : 0
NATION_SEL : 0
LANGUAGE_SEL : 0
SET_DEFAULT_PARAM : 0
PARAM_INT_13 : 0
PARAM_INT_14 : 0
VERSION : I9000XXIL
CMDLINE : console=ttySAC2,115200 loglevel=4
DELTA_LOCATION : /mnt/rsv
PARAM_STR_3 :
PARAM_STR_4 :
SBL> boot
setting param.serialnr=0x35302c2b 0xbb7d00ec
setting param.board_rev=0xb
setting param.cmdline=console=ttySAC2,115200 loglevel=4
Starting kernel at 0x32000000...

OK, a couple of quick updates:
I updated the basic 4-resistor design to avoid using the UartSBee component. Please refer to the OP.
I also figured out how to get the kernel output over the serial console. Details below.
For the kernel output, you need to make a minor tweak to your kernel's initramfs:
Code:
diff --git a/initramfs/fota.rc b/initramfs/fota.rc
index 0339c46..fa17e00 100755
--- a/initramfs/fota.rc
+++ b/initramfs/fota.rc
(at)(at) -72,8 +72,8 (at)(at) on init
mount rfs /dev/block/stl9 /system check=no
on boot
- #write /sys/class/sec/switch/uart_sel PDA
- #write /sys/class/sec/switch/usb_sel PDA
+ write /sys/class/sec/switch/uart_sel PDA
+ write /sys/class/sec/switch/usb_sel PDA
ifup lo
hostname localhost
diff --git a/initramfs/init.rc b/initramfs/init.rc
index f651b38..7dcf4f2 100644
--- a/initramfs/init.rc
+++ b/initramfs/init.rc
(at)(at) -292,6 +292,11 (at)(at) insmod /lib/modules/melfas_touchkey.ko
mount rootfs rootfs / ro remount
on boot
+# Kernel moves UART control to MODEM during boot. Put it back to PDA so we can continue capturing log output.
+
+write /sys/class/sec/switch/uart_sel PDA
+write /sys/class/sec/switch/usb_sel PDA
+
# basic network init
ifup lo
hostname localhost
diff --git a/initramfs/recovery.rc b/initramfs/recovery.rc
index 699256b..37d2f51 100755
--- a/initramfs/recovery.rc
+++ b/initramfs/recovery.rc
(at)(at) -67,8 +67,8 (at)(at) on init
#chmod 0771 /dbdata
on boot
- #write /sys/class/sec/switch/uart_sel PDA
- #write /sys/class/sec/switch/usb_sel PDA
+ write /sys/class/sec/switch/uart_sel PDA
+ write /sys/class/sec/switch/usb_sel PDA
ifup lo
hostname localhost
Compile that into a new kernel, or re-pack it into an existing one, and it should get you output like this:
Code:
Set cpu clk. from 400MHz to 800MHz.
OM=0x9, device=OnenandMux(Audi)
IROM e-fused version.
s5p_get_average_adc
s5p_get_average_adc: adc_arr = 2386
s5p_get_average_adc: adc_arr = 2434
s5p_get_average_adc: adc_arr = 2445
s5p_get_average_adc: adc_arr = 2320
s5p_get_average_adc: adc_arr = 2440
s5p_get_average_adc: adc_arr = 2370
s5p_get_average_adc: adc_arr = 2429
s5p_get_average_adc: adc_arr = 2334
s5p_get_average_adc: adc_arr = 2406
s5p_get_average_adc: adc_arr = 2415
s5p_get_average_adc: adc_max = 2445, adc_min = 2320
check_revision: REVISION_ADC_VALUE = 2331
-----------------------------------------------------------
Samsung Secondary Bootloader (SBL) v3.0
Copyright (C) Samsung Electronics Co., Ltd. 2006-2010
Board Name: ARIES REV 02
Build On: Oct 14 2010 07:13:43
-----------------------------------------------------------
Re_partition: magic code(0x0)
[PAM: ] ++FSR_PAM_Init
[PAM: ] OneNAND physical base address : 0xb0000000
[PAM: ] OneNAND virtual base address : 0xb0000000
[PAM: ] OneNAND nMID=0xec : nDID=0x60
[PAM: ] --FSR_PAM_Init
fsr_bml_load_partition: pi->nNumOfPartEntry = 12
partitions loading success
board partition information update.. source: 0x0
.Done.
read 1 units.
==== PARTITION INFORMATION ====
ID : IBL+PBL (0x0)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 0
NO_UNITS : 1
===============================
ID : PIT (0x1)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 1
NO_UNITS : 1
===============================
ID : EFS (0x14)
ATTR : RW STL SLC (0x1101)
FIRST_UNIT : 2
NO_UNITS : 40
===============================
ID : SBL (0x3)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 42
NO_UNITS : 5
===============================
ID : SBL2 (0x4)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 47
NO_UNITS : 5
===============================
ID : PARAM (0x15)
ATTR : RW STL SLC (0x1101)
FIRST_UNIT : 52
NO_UNITS : 20
===============================
ID : KERNEL (0x6)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 72
NO_UNITS : 30
===============================
ID : RECOVERY (0x7)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 102
NO_UNITS : 30
===============================
ID : FACTORYFS (0x16)
ATTR : RW STL SLC (0x1101)
FIRST_UNIT : 132
NO_UNITS : 1074
===============================
ID : DATAFS (0x17)
ATTR : RW STL SLC (0x1101)
FIRST_UNIT : 1206
NO_UNITS : 2056
===============================
ID : CACHE (0x18)
ATTR : RW STL SLC (0x1101)
FIRST_UNIT : 3262
NO_UNITS : 700
===============================
ID : MODEM (0xb)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 3962
NO_UNITS : 50
===============================
loke_init: j4fs_open success..
load_lfs_parameters valid magic code and version.
load_debug_level reading debug level from file successfully(0x574f4c44).
init_fuel_gauge: vcell = 4002mV, soc = 85
reading nps status file is successfully!.
nps status=0x504d4f43
PMIC_IRQ1 = 0x20
PMIC_IRQ2 = 0x0
PMIC_IRQ3 = 0x0
PMIC_IRQ4 = 0x0
PMIC_STATUS1 = 0x40
PMIC_STATUS2 = 0x0
get_debug_level current debug level is 0x574f4c44.
aries_process_platform: Debug Level Low
keypad_scan: key value ----------------->= 0x0
CONFIG_ARIES_REV:32 , CONFIG_ARIES_REV03:48
aries_process_platform: final s1 booting mode = 0
AST_POWERON..
DISPLAY_PATH_SEL[MDNIE 0x1]is on
MDNIE setting Init start!!
vsync interrupt is off
video interrupt is off
[fb0] turn on
MDNIE setting Init end!!
Autoboot (0 seconds) in progress, press any key to stop
get_debug_level current debug level is 0x574f4c44.
get_debug_level current debug level is 0x574f4c44.
boot_kernel: Debug Level Low
Load Partion idx = (6)
Loading Partion idx = (6)
..............................done
Kernel read success from kernel partition no.6, idx.6.
setting param.serialnr=0x35302c2b 0xbb7d00ec
setting param.board_rev=0xc
setting param.cmdline=console=ttySAC2,115200
Starting kernel at 0x32000000...
Uncompressing Linux... done, booting the kernel.
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.35.7-gb0af48f-dirty (justin(at)TEMPEST-PC) (gcc version 4.5.1 (Sourcery G++ Lite 2010.09-51) ) #1 PREEMPT Sat Mar 26 11:34:54 CDT 2011
[ 0.000000] CPU: ARMv7 Processor [412fc082] revision 2 (ARMv7), cr=10c53c7f
[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
[ 0.000000] Machine: aries
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] Normal zone: 1 pages exceeds realsize 0
[ 0.000000] CPU S5PV210/S5PC110 (id 0x43110221)
[ 0.000000] S3C24XX Clocks, Copyright 2004 Simtec Electronics
[ 0.000000] S5PV210: PLL settings, A=800000000, M=667000000, E=96000000 V=54000000
[ 0.000000] S5PV210: ARMCLK=800000000, HCLKM=200000000, HCLKD=166750000
[ 0.000000] HCLKP=133400000, PCLKM=100000000, PCLKD=83375000, PCLKP=66700000
[ 0.000000] sclk_dmc: source is mout_mpll (1), rate is 166750000
[ 0.000000] sclk_onenand: source is hclk_dsys (1), rate is 166750000
[ 0.000000] sclk: source is mout_mpll (6), rate is 133400000
[ 0.000000] sclk: source is mout_mpll (6), rate is 66700000
[ 0.000000] sclk: source is mout_mpll (6), rate is 66700000
[ 0.000000] sclk: source is mout_mpll (6), rate is 66700000
[ 0.000000] sclk_mixer: source is sclk_dac (0), rate is 54000000
[ 0.000000] sclk_spdif: source is sclk_audio (0), rate is 24000000
[ 0.000000] sclk_fimc: source is ext_xtal (0), rate is 24000000
[ 0.000000] sclk_fimc: source is ext_xtal (0), rate is 24000000
[ 0.000000] sclk_fimc: source is ext_xtal (0), rate is 24000000
[ 0.000000] sclk_cam: source is xusbxti (1), rate is 24000000
[ 0.000000] sclk_cam: source is ext_xtal (0), rate is 24000000
[ 0.000000] sclk_fimd: source is mout_mpll (6), rate is 166750000
[ 0.000000] sclk_mmc: source is mout_mpll (6), rate is 51307692
[ 0.000000] sclk_mmc: source is mout_mpll (6), rate is 47642857
[ 0.000000] sclk_mmc: source is mout_mpll (6), rate is 47642857
[ 0.000000] sclk_mmc: source is mout_mpll (6), rate is 47642857
[ 0.000000] sclk_mfc: source is sclk_a2m (0), rate is 200000000
[ 0.000000] sclk_fimg2d: source is sclk_a2m (0), rate is 200000000
[ 0.000000] sclk: source is mout_mpll (1), rate is 66700000
[ 0.000000] sclk_csis: source is ext_xtal (0), rate is 24000000
[ 0.000000] sclk_spi: source is mout_epll (7), rate is 96000000
[ 0.000000] sclk_spi: source is mout_epll (7), rate is 96000000
[ 0.000000] sclk_pwi: source is ext_xtal (0), rate is 24000000
[ 0.000000] sclk_pwm: source is ext_xtal (0), rate is 24000000
[ 0.000000] sclk_mdnie: source is mout_mpll (6), rate is 166750000
[ 0.000000] sclk_mdnie_pwm: source is ext_xtal (0), rate is 24000000
[ 0.000000] s5pv210: 37748736 bytes system memory reserved for mfc at 0x30d3d000
[ 0.000000] s5pv210: 37748736 bytes system memory reserved for mfc at 0x40204000
[ 0.000000] s5pv210: 6291456 bytes system memory reserved for fimc0 at 0x42604000
[ 0.000000] s5pv210: 10137600 bytes system memory reserved for fimc1 at 0x42c04000
[ 0.000000] s5pv210: 6291456 bytes system memory reserved for fimc2 at 0x435af000
[ 0.000000] s5pv210: 8388608 bytes system memory reserved for jpeg at 0x3313d000
[ 0.000000] s5pv210: 6144000 bytes system memory reserved for fimd at 0x43baf000
[ 0.000000] Built 3 zonelists in Zone order, mobility grouping on. Total pages: 117602
[ 0.000000] Kernel command line: console=ttySAC2,115200
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Memory: 80MB 256MB 127MB = 463MB total
[ 0.000000] Memory: 346984k/346984k available, 127128k reserved, 0K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] DMA : 0xff000000 - 0xffe00000 ( 14 MB)
[ 0.000000] vmalloc : 0xe8000000 - 0xfc000000 ( 320 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xe7f00000 ( 639 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .init : 0xc0008000 - 0xc03a9000 (3716 kB)
[ 0.000000] .text : 0xc03a9000 - 0xc0b95000 (8112 kB)
[ 0.000000] .data : 0xc0b96000 - 0xc0bda160 ( 273 kB)
[ 0.000000] SLUB: Genslabs=9, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=4
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU-based detection of stalled CPUs is disabled.
[ 0.000000] Verbose stalled-CPUs detection is disabled.
[ 0.000000] NR_IRQS:393
[ 0.000000] VIC (at)fd000000: id 0x00041192, vendor 0x41
[ 0.000000] VIC (at)fd010000: id 0x00041192, vendor 0x41
[ 0.000000] VIC (at)fd020000: id 0x00041192, vendor 0x41
[ 0.000000] VIC (at)fd030000: id 0x00041192, vendor 0x41
[ 0.000000] mult[140737]
[ 0.000000] max_delta_ns[2937815369]
[ 0.000000] min_delta_ns[30517]
[ 0.000000] rate[32768]
[ 0.000000] HZ[256]
[ 0.000000] console [ttySAC2] enabled
[ 0.455739] Calibrating delay loop... 796.20 BogoMIPS (lpj=1556480)
[ 0.540206] pid_max: default: 32768 minimum: 301
[ 0.544870] Mount-cache hash table entries: 512
[ 0.549661] Initializing cgroup subsys debug
[ 0.553570] Initializing cgroup subsys cpuacct
[ 0.557981] Initializing cgroup subsys freezer
[ 0.562432] CPU: Testing write buffer coherency: ok
[ 0.569909] regulator: core version 0.5
[ 0.572450] NET: Registered protocol family 16
[ 0.584031] ram_console: got buffer at 57f00000, size ff000
[ 0.588250] ram_console: no valid data in buffer (sig = 0x00000000)
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.35.7-gb0af48f-dirty (justin(at)TEMPEST-PC) (gcc version 4.5.1 (Sourcery G++ Lite 2010.09-51) ) #1 PREEMPT Sat Mar 26 11:34:54 CDT 2011
[ 0.000000] CPU: ARMv7 Processor [412fc082] revision 2 (ARMv7), cr=10c53c7f
[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
[ 0.000000] Machine: aries
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] Normal zone: 1 pages exceeds realsize 0
[ 0.000000] CPU S5PV210/S5PC110 (id 0x43110221)
[ 0.000000] S3C24XX Clocks, Copyright 2004 Simtec Electronics
[ 0.000000] S5PV210: PLL settings, A=800000000, M=667000000, E=96000000 V=54000000
[ 0.000000] S5PV210: ARMCLK=800000000, HCLKM=200000000, HCLKD=166750000
[ 0.000000] HCLKP=133400000, PCLKM=100000000, PCLKD=83375000, PCLKP=66700000
[ 0.000000] sclk_dmc: source is mout_mpll (1), rate is 166750000
[ 0.000000] sclk_onenand: source is hclk_dsys (1), rate is 166750000
[ 0.000000] sclk: source is mout_mpll (6), rate is 133400000
[ 0.000000] sclk: source is mout_mpll (6), rate is 66700000
[ 0.000000] sclk: source is mout_mpll (6), rate is 66700000
[ 0.000000] sclk: source is mout_mpll (6), rate is 66700000
[ 0.000000] sclk_mixer: source is sclk_dac (0), rate is 54000000
[ 0.000000] sclk_spdif: source is sclk_audio (0), rate is 24000000
[ 0.000000] sclk_fimc: source is ext_xtal (0), rate is 24000000
[ 0.000000] sclk_fimc: source is ext_xtal (0), rate is 24000000
[ 0.000000] sclk_fimc: source is ext_xtal (0), rate is 24000000
[ 0.000000] sclk_cam: source is xusbxti (1), rate is 24000000
[ 0.000000] sclk_cam: source is ext_xtal (0), rate is 24000000
[ 0.000000] sclk_fimd: source is mout_mpll (6), rate is 166750000
[ 0.000000] sclk_mmc: source is mout_mpll (6), rate is 51307692
[ 0.000000] sclk_mmc: source is mout_mpll (6), rate is 47642857
[ 0.000000] sclk_mmc: source is mout_mpll (6), rate is 47642857
[ 0.000000] sclk_mmc: source is mout_mpll (6), rate is 47642857
[ 0.000000] sclk_mfc: source is sclk_a2m (0), rate is 200000000
[ 0.000000] sclk_fimg2d: source is sclk_a2m (0), rate is 200000000
[ 0.000000] sclk: source is mout_mpll (1), rate is 66700000
[ 0.000000] sclk_csis: source is ext_xtal (0), rate is 24000000
[ 0.000000] sclk_spi: source is mout_epll (7), rate is 96000000
[ 0.000000] sclk_spi: source is mout_epll (7), rate is 96000000
[ 0.000000] sclk_pwi: source is ext_xtal (0), rate is 24000000
[ 0.000000] sclk_pwm: source is ext_xtal (0), rate is 24000000
[ 0.000000] sclk_mdnie: source is mout_mpll (6), rate is 166750000
[ 0.000000] sclk_mdnie_pwm: source is ext_xtal (0), rate is 24000000
[ 0.000000] s5pv210: 37748736 bytes system memory reserved for mfc at 0x30d3d000
[ 0.000000] s5pv210: 37748736 bytes system memory reserved for mfc at 0x40204000
[ 0.000000] s5pv210: 6291456 bytes system memory reserved for fimc0 at 0x42604000
[ 0.000000] s5pv210: 10137600 bytes system memory reserved for fimc1 at 0x42c04000
[ 0.000000] s5pv210: 6291456 bytes system memory reserved for fimc2 at 0x435af000
[ 0.000000] s5pv210: 8388608 bytes system memory reserved for jpeg at 0x3313d000
[ 0.000000] s5pv210: 6144000 bytes system memory reserved for fimd at 0x43baf000
[ 0.000000] Built 3 zonelists in Zone order, mobility grouping on. Total pages: 117602
[ 0.000000] Kernel command line: console=ttySAC2,115200
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Memory: 80MB 256MB 127MB = 463MB total
[ 0.000000] Memory: 346984k/346984k available, 127128k reserved, 0K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] DMA : 0xff000000 - 0xffe00000 ( 14 MB)
[ 0.000000] vmalloc : 0xe8000000 - 0xfc000000 ( 320 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xe7f00000 ( 639 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .init : 0xc0008000 - 0xc03a9000 (3716 kB)
[ 0.000000] .text : 0xc03a9000 - 0xc0b95000 (8112 kB)
[ 0.000000] .data : 0xc0b96000 - 0xc0bda160 ( 273 kB)
[ 0.000000] SLUB: Genslabs=9, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=4
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU-based detection of stalled CPUs is disabled.
[ 0.000000] Verbose stalled-CPUs detection is disabled.
[ 0.000000] NR_IRQS:393
[ 0.000000] VIC (at)fd000000: id 0x00041192, vendor 0x41
[ 0.000000] VIC (at)fd010000: id 0x00041192, vendor 0x41
[ 0.000000] VIC (at)fd020000: id 0x00041192, vendor 0x41
[ 0.000000] VIC (at)fd030000: id 0x00041192, vendor 0x41
[ 0.000000] mult[140737]
[ 0.000000] max_delta_ns[2937815369]
[ 0.000000] min_delta_ns[30517]
[ 0.000000] rate[32768]
[ 0.000000] HZ[256]
[ 0.000000] console [ttySAC2] enabled
[ 0.455739] Calibrating delay loop... 796.20 BogoMIPS (lpj=1556480)
[ 0.540206] pid_max: default: 32768 minimum: 301
[ 0.544870] Mount-cache hash table entries: 512
[ 0.549661] Initializing cgroup subsys debug
[ 0.553570] Initializing cgroup subsys cpuacct
[ 0.557981] Initializing cgroup subsys freezer
[ 0.562432] CPU: Testing write buffer coherency: ok
[ 0.569909] regulator: core version 0.5
[ 0.572450] NET: Registered protocol family 16
[ 0.584031] ram_console: got buffer at 57f00000, size ff000
[ 0.588250] ram_console: no valid data in buffer (sig = 0x00000000)
[ 1.104866] console [ram-1] enabled
[ 1.108336] S5PC110 Hardware version : EVT1
[ 1.112423] HWREV is 0x1
[ 1.115541] S3C Power Management, Copyright 2004 Simtec Electronics
[ 1.121160] pmstats at 57fff000
[ 1.125591] S5PV210: Initializing architecture
[ 1.129140] s3c24xx-pwm s3c24xx-pwm.0: tin at 66700000, tdiv at 66700000, tin=divclk, base 0
[ 1.137238] s3c24xx-pwm s3c24xx-pwm.1: tin at 66700000, tdiv at 66700000, tin=divclk, base 8
[ 1.145555] s3c24xx-pwm s3c24xx-pwm.2: tin at 66700000, tdiv at 66700000, tin=divclk, base 12
[ 1.154126] s3c24xx-pwm s3c24xx-pwm.3: tin at 66700000, tdiv at 66700000, tin=divclk, base 16
[ 1.162785] regulator: pd_audio_supply: 5000 mV normal
[ 1.167826] regulator: pd_cam_supply: 5000 mV normal
[ 1.172931] regulator: pd_tv_supply: 5000 mV normal
[ 1.177785] regulator: pd_lcd_supply: 5000 mV normal
[ 1.182888] regulator: pd_g3d_supply: 5000 mV normal
[ 1.187840] regulator: pd_mfc_supply: 5000 mV normal
[ 1.197902] bio: create slab <bio-0> at 0
[ 1.201261] SCSI subsystem initialized
[ 1.204718] i2c-gpio i2c-gpio.4: using pins 247 (SDA) and 246 (SCL)
[ 1.210784] i2c-gpio i2c-gpio.5: using pins 203 (SDA) and 204 (SCL)
[ 1.217504] machine_constraints_voltage: failed to apply 1200000uV constraint to VALIVE_1.2V
[ 1.225294] max8998-pmic max8998-pmic: regulator init failed
[ 1.231021] i2c-gpio i2c-gpio.6: using pins 206 (SDA) and 209 (SCL)
[ 1.237200] i2c-gpio i2c-gpio.7: using pins 201 (SDA) and 202 (SCL)
[ 1.243533] i2c-gpio i2c-gpio.9: using pins 245 (SDA) and 244 (SCL)
[ 1.249682] i2c-gpio i2c-gpio.11: using pins 114 (SDA) and 98 (SCL)
[ 1.256001] i2c-gpio i2c-gpio.12: using pins 173 (SDA) and 172 (SCL)
[ 1.262249] i2c-gpio i2c-gpio.10: using pins 197 (SDA) and 198 (SCL)
[ 1.268727] s3c-i2c s3c2440-i2c.0: i2c-0: S3C I2C adapter
[ 1.273915] s3c-i2c s3c2440-i2c.1: i2c-1: S3C I2C adapter
[ 1.279437] s3c-i2c s3c2440-i2c.2: i2c-2: S3C I2C adapter
[ 1.284883] Advanced Linux Sound Architecture Driver Version 1.0.23.
[ 1.291413] Bluetooth: Core ver 2.15
[ 1.294433] NET: Registered protocol family 31
[ 1.298876] Bluetooth: HCI device and connection manager initialized
[ 1.305125] Bluetooth: HCI socket layer initialized
[ 1.310212] Switching to clocksource clock_source_systimer
[ 1.316683] NET: Registered protocol family 2
[ 1.320110] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 1.327730] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[ 1.334353] TCP bind hash table entries: 16384 (order: 6, 327680 bytes)
[ 1.341035] TCP: Hash tables configured (established 16384 bind 16384)
[ 1.347065] TCP reno registered
[ 1.350090] UDP hash table entries: 256 (order: 1, 12288 bytes)
[ 1.356103] UDP-Lite hash table entries: 256 (order: 1, 12288 bytes)
[ 1.362534] NET: Registered protocol family 1
[ 1.549897] wake enabled for irq 165
[ 1.552138] wake disabled for irq 165
[ 1.556364] S5PV210 ADC driver, (c) 2010 Samsung Electronics
[ 1.561906] Loaded driver for PL330 DMAC-0 s3c-pl330
[ 1.566323] DBUFF-64x8bytes Num_Chans-8 Num_Peri-2 Num_Events-32
[ 1.572556] Loaded driver for PL330 DMAC-1 s3c-pl330
[ 1.577324] DBUFF-8x4bytes Num_Chans-8 Num_Peri-32 Num_Events-32
[ 1.583553] Loaded driver for PL330 DMAC-2 s3c-pl330
[ 1.588325] DBUFF-8x4bytes Num_Chans-8 Num_Peri-32 Num_Events-32
[ 1.595637] ashmem: initialized
[ 1.597799] ROMFS MTD (C) 2007 Red Hat, Inc.
[ 1.601769] yaffs built Mar 26 2011 11:35:18 Installing.
[ 1.607240] msgmni has been set to 677
[ 1.614361] alg: No test for stdrng (krng)
[ 1.617249] io scheduler noop registered
[ 1.621010] io scheduler deadline registered
[ 1.625244] io scheduler cfq registered (default)
[ 1.630095] Unable to handle kernel NULL pointer dereference at virtual address 0000001d
[ 1.637976] pgd = c0004000
[ 1.640736] [0000001d] *pgd=00000000
[ 1.644189] Internal error: Oops: 5 [#1] PREEMPT
[ 1.648779] last sysfs file:
[ 1.651807] Modules linked in:
[ 1.654763] CPU: 0 Not tainted (2.6.35.7-gb0af48f-dirty #1)
[ 1.660668] PC is at regulator_enable+0xc/0x38
[ 1.665160] LR is at s3cfb_probe+0x114/0x948
[ 1.669323] pc : [<c051b700>] lr : [<c0724e4c>] psr: a0000013
[ 1.669330] sp : c4c19e38 ip : c4c19e50 fp : c4c19e4c
[ 1.680756] r10: 00000000 r9 : 00000000 r8 : 00000000
[ 1.686042] r7 : c0ba5d58 r6 : c0bc3cbc r5 : c0ba5d60 r4 : c4cfef00
[ 1.692456] r3 : c0bc3de8 r2 : c4c19da8 r1 : c4c59402 r0 : ffffffed
[ 1.699038] Flags: NzCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment kernel
[ 1.706237] Control: 10c5387d Table: 30004019 DAC: 00000017
[ 1.712035]
[ 1.712039] PC: 0xc051b680:
[ 1.716198] b680 e2555001 1afffffb ea00000e e3560000 0a00000c e1a00006 ebff7557 ea000009
[ 1.724344] b6a0 e3500000 aa000007 e1a00004 ebfff64d e1a02000 e59f0034 e59f1024 e1a03005
[ 1.732488] b6c0 eb08381d ea000003 e5943004 e3a05000 e2833001 e5843004 e1a00005 e89da878
[ 1.740636] b6e0 c0b3de59 c0a3aa66 c0b3de79 10624a48 c0b3dea1 e1a0c00d e92dd830 e24cb004
[ 1.748780] b700 e5905030 e2854050 e1a00004 eb083ed6 e1a00005 ebffff8f e1a05000 e1a00004
[ 1.756925] b720 eb083e19 e1a00005 e89da830 e1a0c00d e92dddf0 e24cb004 e3a04000 e1a07000
[ 1.765072] b740 e1a06001 e1a08001 ea000006 e5980004 e1a0a008 ebffff71 e2888008 e2505000
[ 1.773216] b760 1a000004 e2844001 e1540007 bafffff6 e3a05000 ea00000c e59f0034 e1a02005
[ 1.781365]
[ 1.781368] LR: 0xc0724dcc:
[ 1.785691] 4dcc e59f0840 ea00000a ebf7da46 e3500000 aa00000a e594002c ebf8af91 e594302c
[ 1.793754] 4dec e593202c e3520000 05932008 e1a01000 e59f0814 eb00124d e3e05015 ea0001df
[ 1.801899] 4e0c e51b0030 e59f1804 ebf7dba4 e3500000 e5840038 1a000008 e594002c ebf8af80
[ 1.810048] 4e2c e594302c e593202c e3520000 05932008 e1a01000 e59f07d8 ea00000a ebf7da29
[ 1.818192] 4e4c e3500000 aa00000a e594002c ebf8af74 e594302c e593202c e3520000 05932008
[ 1.826338] 4e6c e1a01000 e59f07ac eb001230 e3e05015 ea0001c0 e51b0030 e59f179c ebf7db87
[ 1.834483] 4e8c e3500000 e584003c 1a000008 e594002c ebf8af63 e594302c e593202c e3520000
[ 1.842629] 4eac 05932008 e1a01000 e59f0770 ea00000a ebf7da0c e3500000 aa00000a e594002c
[ 1.850777]
[ 1.850780] SP: 0xc4c19db8:
[ 1.855102] 9db8 c0bc3de8 c0bc3de8 c4c59400 c0ba5d60 c4c19de4 ffffffff c4c19e24 c0bc3cbc
[ 1.863167] 9dd8 c0ba5d58 00000000 c4c19e4c c4c19df0 c03a9a6c c03a921c ffffffed c4c59402
[ 1.871313] 9df8 c4c19da8 c0bc3de8 c4cfef00 c0ba5d60 c0bc3cbc c0ba5d58 00000000 00000000
[ 1.879458] 9e18 00000000 c4c19e4c c4c19e50 c4c19e38 c0724e4c c051b700 a0000013 ffffffff
[ 1.887602] 9e38 c4cfef00 c0ba5d60 c4c19ea4 c4c19e50 c0724e4c c051b700 c4c19e8c c4c19e60
[ 1.895749] 9e58 c4c58690 00000000 c0ba5d60 c0ba5d68 00000000 c0bc3cbc 00000000 c0ba5d60
[ 1.903895] 9e78 c4c19e94 c0ba5d60 c0ba5d60 c0bc3cbc c0bc3cbc 00000000 00000000 00000000
[ 1.912042] 9e98 c4c19eb4 c4c19ea8 c05555c4 c0724d44 c4c19ed4 c4c19eb8 c0554650 c05555b4
[ 1.920189]
[ 1.920192] IP: 0xc4c19dd0:
[ 1.924434] 9dd0 c4c19e24 c0bc3cbc c0ba5d58 00000000 c4c19e4c c4c19df0 c03a9a6c c03a921c
[ 1.932579] 9df0 ffffffed c4c59402 c4c19da8 c0bc3de8 c4cfef00 c0ba5d60 c0bc3cbc c0ba5d58
[ 1.940725] 9e10 00000000 00000000 00000000 c4c19e4c c4c19e50 c4c19e38 c0724e4c c051b700
[ 1.948869] 9e30 a0000013 ffffffff c4cfef00 c0ba5d60 c4c19ea4 c4c19e50 c0724e4c c051b700
[ 1.957018] 9e50 c4c19e8c c4c19e60 c4c58690 00000000 c0ba5d60 c0ba5d68 00000000 c0bc3cbc
[ 1.965166] 9e70 00000000 c0ba5d60 c4c19e94 c0ba5d60 c0ba5d60 c0bc3cbc c0bc3cbc 00000000
[ 1.973307] 9e90 00000000 00000000 c4c19eb4 c4c19ea8 c05555c4 c0724d44 c4c19ed4 c4c19eb8
[ 1.981454] 9eb0 c0554650 c05555b4 c0ba5d60 c0ba5d94 c0bc3cbc 00000000 c4c19ef4 c4c19ed8
[ 1.989599]
[ 1.989602] FP: 0xc4c19dcc:
[ 1.993844] 9dcc ffffffff c4c19e24 c0bc3cbc c0ba5d58 00000000 c4c19e4c c4c19df0 c03a9a6c
[ 2.001992] 9dec c03a921c ffffffed c4c59402 c4c19da8 c0bc3de8 c4cfef00 c0ba5d60 c0bc3cbc
[ 2.010140] 9e0c c0ba5d58 00000000 00000000 00000000 c4c19e4c c4c19e50 c4c19e38 c0724e4c
[ 2.018285] 9e2c c051b700 a0000013 ffffffff c4cfef00 c0ba5d60 c4c19ea4 c4c19e50 c0724e4c
[ 2.026428] 9e4c c051b700 c4c19e8c c4c19e60 c4c58690 00000000 c0ba5d60 c0ba5d68 00000000
[ 2.034574] 9e6c c0bc3cbc 00000000 c0ba5d60 c4c19e94 c0ba5d60 c0ba5d60 c0bc3cbc c0bc3cbc
[ 2.042720] 9e8c 00000000 00000000 00000000 c4c19eb4 c4c19ea8 c05555c4 c0724d44 c4c19ed4
[ 2.050865] 9eac c4c19eb8 c0554650 c05555b4 c0ba5d60 c0ba5d94 c0bc3cbc 00000000 c4c19ef4
[ 2.059012]
[ 2.059015] R1: 0xc4c59382:
[ 2.063258] 9380 73627573 65747379 0000006d 000064e3 000064e5 000064e5 000064e7 000064e7
[ 2.071404] 93a0 000064e9 000064e9 000064eb 000064eb 000064ed 000064ed 000064ef 000064ef
[ 2.079549] 93c0 65776f70 00000072 000064f3 000064f3 000064f5 000064f5 000064f7 000064f7
[ 2.087694] 93e0 000064f9 000064f9 000064fb 000064fb 000064fd 000064fd 000064ff 000064ff
[ 2.095841] 9400 66633373 73650062 616c702f 726f6674 33732f6d 31343263 64772d30 00000074
[ 2.103986] 9420 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 2.112131] 9440 66633373 00000062 00006513 00006513 00006515 00006515 00006517 00006517
[ 2.120277] 9460 00006519 00006519 0000651b 0000651b 0000651d 0000651d 0000651f 0000651f
[ 2.128421] 9480 66633373 00000062 00006523 00006523 00006525 00006525 00006527 00006527
[ 2.136570]
[ 2.136573] R2: 0xc4c19d28:
[ 2.140815] 9d28 00000005 0000001d c4c19dec c4c19d40 c03a9248 c03b0a4c c072af9c c072ae70
[ 2.148960] 9d48 c4c19d94 c4c19d58 c04788f0 c072af98 c4c19d7c c45fec30 c0ba5d68 c45fec30
[ 2.157106] 9d68 c4c19d94 c4c19d78 c0478cc0 c0478bf8 c45fec30 c03f1b44 c0bc3df0 60000013
[ 2.165250] 9d88 c4c19dcc c4c19d98 c072b258 c0729fa4 22222222 22222222 c0bc3df0 c0bc3df0
[ 2.173398] 9da8 c4c19dd4 c4c19db8 c072af7c c0729fa4 c0bc3de8 c0bc3de8 c4c59400 c0ba5d60
[ 2.181543] 9dc8 c4c19de4 ffffffff c4c19e24 c0bc3cbc c0ba5d58 00000000 c4c19e4c c4c19df0
[ 2.189688] 9de8 c03a9a6c c03a921c ffffffed c4c59402 c4c19da8 c0bc3de8 c4cfef00 c0ba5d60
[ 2.197835] 9e08 c0bc3cbc c0ba5d58 00000000 00000000 00000000 c4c19e4c c4c19e50 c4c19e38
[ 2.205981]
[ 2.205985] R3: 0xc0bc3d68:
[ 2.210226] 3d68 c072900c 00000000 00000000 00000000 c0b3d8b9 00000000 00000000 00000000
[ 2.218373] 3d88 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 2.226517] 3da8 00000000 c0b21c20 00000000 00000000 c0bc3f9c c4c15100 00000000 00000000

No need to modify the kernel.
On the captivate you can get into the SBL prompt, then type
Code:
printenv
setenv SWITCH_SEL 6543
printenv
saveenv
This changes the SWITCH_SEL value from 65 to 6543 and enables extra output. This will give you a short debug kernel output and drop you into a shell prompt .

AdamOutler said:
No need to modify the kernel.
On the captivate you can get into the SBL prompt, then type
Code:
printenv
setenv SWITCH_SEL 6543
printenv
saveenv
This changes the SWITCH_SEL value from 65 to 6543 and enables extra output. This will give you a short debug kernel output and drop you into a shell prompt .
Click to expand...
Click to collapse
Thanks! That's very good to know. Can't wait to try it.

I've been getting pms about this so ill post this video here
This should give you an idea of how to get the able prompt.

Could I use this method to debrick my galaxy? or would that require a different connection type?

Actually a nice job you´ve done so far
This project waked up my interest into looking deeper into the device.

This thread made the front page today. http://www.xda-developers.com/android/self-made-uart-jig-and-debugging-connector-for-sgs-i9000/

yhbrandon said:
Could I use this method to debrick my galaxy? or would that require a different connection type?
Click to expand...
Click to collapse
It probably depends on how the device was bricked.
From the descriptions of some of the modes in the driver header, it looks like you can supply a new image to flash. But I don't know exactly how to set that up.
It certainly is possible to force Download Mode and do some other trickery that might be used to restore a "bricked" device.
However, this is not a JTAG and can't be used to reprogram the OneNAND or anything advanced like that.
Do have a look at the original posts linked up top, they've done some more research since I originally read them and there's some really cool information there.

I'm very interested now. I bricked my captivate a few months back. I was in my early newbie stages of loading rooms. My jig won't even get to the download mode.
More research and now I have a cm7 thunderbolt. Lesson learned.

Yea I was thinking the same thing. I have experience with jtaging an Xbox and things like that. Will try

Another EE, finally, been doing software so long, and it really hertz.
GJ though
GRADUATING WITH MY BSEE (BACHELORS OF SCIENCE IN ELECTRICAL ENGINEERING) IN 6 DAYS

I'm hoping that Samsung takes notice of this: http://forum.xda-developers.com/showthread.php?p=13847930#post13847930

AdamOutler said:
I'm hoping that Samsung takes notice of this: http://forum.xda-developers.com/showthread.php?p=13847930#post13847930
Click to expand...
Click to collapse
Fantastic. I really hope that they respond, though my experience with Samsung so far doesn't leave me optimistic.

Related

Phone Bricked Itself?

This is really weird. I am not sure what to do at this point. Here is the rundown on what happened:
I used the phone today, made phone calls, everything was fine. It was just sitting on my desk and then I got a call so I went to go answer it. When I tried to press answer, nothing happened. None of my other buttons would work either. I powered the phone off and rebooted it. It booted to the recovery image and is still stuck there.
I was running RC29 1.0 just followed the tutorial here http://forum.xda-developers.com/showthread.php?t=442480 to root it when I first got it and stopped installing the SPL. I had been thinking about upgrading to JF1.51 anyway so I thought this would be a good opportunity to force me to do it. I downloaded the new radio and the ROM. I installed both and the updates said they completed correctly. It still boots to the recovery image every time I turn it on.
For some more info, the phone will not reboot by pressing Home+Back like the recovery image says it should, I have to pull the battery to get it to turn off. Also, I can use adb to run commands on the phone.
Does anyone have any advice on where to go from here?? I've done a crap-ton of searching on here and across the internet and haven't been able to find much. If you need any more information on the situation please let me know. I would REALLY appreciate the help.
Your phone isn't bricked, so don't worry. Start over fresh from rooting, installing the DREAMIMG.nbh and the SPL. Follow the instruction carefully, and remember, Nandroid is your friend, so use it often.
Thanks for the look. I tried to do the process over again but holding down the camera button while powering on the phone will not bring me to the bootloader menu. It boots into the recovery utility every time.
Any other suggestions?
I still can't get anywhere with it? Does anyone have an idea on how I can get it into the bootloader?
Sorry for the huge post, but here is the dmesg output:
Code:
/ # dmesg
dmesg
[ 0.000000] Linux version 2.6.25-01843-gfea26b0 ([email protected]) (gc
c version 4.2.1) #5 PREEMPT Sun Nov 16 03:48:59 UTC 2008
[ 0.000000] CPU: ARMv6-compatible processor [4117b362] revision 2 (ARMv6TEJ),
cr=00c5387f
[ 0.000000] Machine: trout
[ 0.000000] AKM Data size = 1018 , 0x89768976, size = 4064
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] On node 0 totalpages: 25856
[ 0.000000] DMA zone: 202 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 25654 pages, LIFO batch:7
[ 0.000000] Normal zone: 0 pages used for memmap
[ 0.000000] Movable zone: 0 pages used for memmap
[ 0.000000] trout_init_map_io()
[ 0.000000] clock_init()
[ 0.000000] ACPU running at 384000 KHz
[ 0.000000] WARNING - Bad VDD (0 != 3) for this freq
[ 0.000000] CPU0: D VIPT write-back cache
[ 0.000000] CPU0: I cache: 32768 bytes, associativity 4, 32 byte lines, 256 s
ets
[ 0.000000] CPU0: D cache: 32768 bytes, associativity 4, 32 byte lines, 256 s
ets
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pag
es: 25654
[ 0.000000] Kernel command line: board_trout.disable_uart3=0 board_trout.usb_
h2w_sw=0 board_trout.disable_sdcard=0 board_trout.smisize=64 androidboot.baseba
nd=1.22.12.29 androidboot.bootloader=0.95.3000 androidboot.carrier=TMUS board_tr
out.keycaps=qwerty androidboot.mode=recovery androidboot.serialno=HT842GZ02076
[ 0.000000] Unknown boot option `board_trout.smisize=64': ignoring
[ 0.000000] Unknown boot option `androidboot.baseband=1.22.12.29': ignoring
[ 0.000000] Unknown boot option `androidboot.bootloader=0.95.3000': ignoring
[ 0.000000] Unknown boot option `androidboot.carrier=TMUS': ignoring
[ 0.000000] Unknown boot option `androidboot.mode=recovery': ignoring
[ 0.000000] trout_init_irq()
[ 0.000000] PID hash table entries: 512 (order: 9, 2048 bytes)
[ 0.000000] Console: colour dummy device 80x30
[ 0.000000] console [tty0] enabled
[ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.010000] Memory: 101MB = 101MB total
[ 0.010000] Memory: 97536KB available (2608K code, 760K data, 100K init)
[ 0.010000] Calibrating delay loop... 383.38 BogoMIPS (lpj=1916928)
[ 0.230000] Mount-cache hash table entries: 512
[ 0.230000] CPU: Testing write buffer coherency: ok
[ 0.230000] net_namespace: 440 bytes
[ 0.230000] NET: Registered protocol family 16
[ 0.230000] trout_init() revision=128
[ 0.240000] trout_init: cpld_usb_hw2_sw = 0
[ 0.240000] trout_gpio_irq_handler: got masked interrupt: 0:84
[ 0.340000] msm_i2c_probe
[ 0.340000] msm_i2c_probe: clk_ctl 35d, 100000 Hz
[ 0.380000] Bluetooth: Core ver 2.11
[ 0.380000] NET: Registered protocol family 31
[ 0.380000] Bluetooth: HCI device and connection manager initialized
[ 0.380000] Bluetooth: HCI socket layer initialized
[ 0.380000] NET: Registered protocol family 2
[ 0.390091] Switched to high resolution mode on CPU 0
[ 0.470671] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.472838] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.473326] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.473601] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.473662] TCP reno registered
[ 0.501586] Unpacking initramfs... done
[ 1.052929] Freeing initrd memory: 1305K
[ 1.055554] Registered led device: lcd-backlight
[ 1.056195] smd_init()
[ 1.056286] smd_core_init()
[ 1.056530] smd_alloc_channel() 'SMD_RPCCALL' cid=2, shared=e010d9a0
[ 1.056927] smd_alloc_channel() 'SMD_DATA5' cid=11, shared=e0119a18
[ 1.057263] smd_alloc_channel() 'SMD_DATA6' cid=12, shared=e011da40
[ 1.057568] smd_alloc_channel() 'SMD_DATA7' cid=13, shared=e0121a68
[ 1.057873] smd_alloc_channel() 'SMD_DATA11' cid=17, shared=e01119c8
[ 1.058178] smd_alloc_channel() 'SMD_GPSNMEA' cid=27, shared=e0131b08
[ 1.058483] smd_alloc_channel() 'SMD_CS_A2M' cid=33, shared=e01159f0
[ 1.058758] smd_alloc_channel() 'SMD_DATA5_CNTL' cid=38, shared=e0125a90
[ 1.059063] smd_alloc_channel() 'SMD_DATA6_CNTL' cid=39, shared=e0129ab8
[ 1.059338] smd_alloc_channel() 'SMD_DATA7_CNTL' cid=40, shared=e012dae0
[ 1.059674] smd_core_init() done
[ 1.062441] SMD: ch 2 OPENING -> OPENED
[ 1.064241] hw3d: 0 init
[ 1.064760] msm_perf_init():
[ 1.066469] H2W: Registering H2W (headset) driver
[ 1.069033] input: h2w headset as /class/input/input0
[ 1.082502] RPC_TIME_TOD_SET_APPS_BASES:
[ 1.082532] tick = 343159
[ 1.082532] stamp = 3858764230
[ 1.084577] ashmem: initialized
[ 1.086134] yaffs Nov 16 2008 03:47:51 Installing.
[ 1.086317] io scheduler noop registered
[ 1.086408] io scheduler anticipatory registered (default)
[ 1.087324] logger: created 64K log 'log_main'
[ 1.087598] logger: created 256K log 'log_events'
[ 1.087873] logger: created 64K log 'log_radio'
[ 1.088087] ram_console: got buffer at 16d00000, size 20000
[ 1.088697] ram_console: uncorrectable error in header
[ 1.088880] ram_console: no valid data in buffer (sig = 0xffffffff)
[ 1.088941] console [ram-1] enabled
[ 1.091739] pmem: 1 init
[ 1.092807] pmem_adsp: 0 init
[ 1.094028] pmem_gpu0: 0 init
[ 1.095676] pmem_gpu1: 0 init
[ 1.100915] pmem_camera: 0 init
[ 1.102777] mddi_pmdh: init() base=0xe000b000 irq=16
[ 1.109307] get_smem_clock: state 10429 clock 0
[ 1.130000] smd_alloc_channel() 'SMD_DS' cid=0, shared=e0135b38
[ 1.130457] smd_alloc_channel() cid 7 does not exist
[ 1.131373] smd_alloc_channel() 'SMD_DATA2' cid=8, shared=e013db88
[ 1.132258] smd_alloc_channel() 'SMD_DATA3' cid=9, shared=e0141bb0
[ 1.133356] smd_alloc_channel() 'SMD_DATA4' cid=10, shared=e0145bd8
[ 1.140305] mddi cmd send rtd: int 3a000, stat 8063, rtd val d
[ 1.160793] mddi_pmdh: publish: mddi_c_d263_0000
[ 1.162960] vsync on gpio 97 now 0
[ 1.163601] mddi_pmdh: mddi_add_panel(c035f5e0, c02c2660)
[ 1.163967] mddi_pmdh: publish: mddi_panel
[ 1.164974] msmfb_probe() installing 320 x 480 panel
[ 1.200976] msm_serial: detected port #0
[ 1.201586] msm_serial.0: ttyMSM0 at MMIO 0xa9a00000 (irq = 9) is a MSM
[ 1.203051] msm_serial: driver initialized
[ 1.205340] loop: module loaded
[ 1.206011] PPP generic driver version 2.4.2
[ 1.206622] PPP Deflate Compression module registered
[ 1.207019] PPP BSD Compression module registered
[ 1.217568] allocated dma buffer at ffc01000, dma_addr 163db000
[ 1.218178] read CFG0 = aad400c0, CFG1 = 4745c
[ 1.218789] CFG0 = e8d408c0, CFG1 = 4745c
[ 1.219124] CFG0: cw/page=3 ud_sz=516 ecc_sz=10 spare_sz=1 num_addr_cycles=5
[ 1.219765] NAND_READ_ID = 1500aaec
[ 1.220152] status: c03120
[ 1.220518] nandid: 1500aaec maker ec device aa
[ 1.221129] CFG0: cw/page=3 ud_sz=512 ecc_sz=10 spare_sz=5
[ 1.221525] DEV_CMD1: f00f3000
[ 1.221861] NAND_EBI2_ECC_BUF_CFG: 1ff
[ 1.222441] flash_id: 1500aaec size 10000000
[ 1.222777] Creating 6 MTD partitions on "msm_nand":
[ 1.223387] 0x024c0000-0x02500000 : "misc"
[ 1.224608] 0x026c0000-0x02bc0000 : "recovery"
[ 1.225798] 0x02bc0000-0x02e40000 : "boot"
[ 1.227141] 0x02e40000-0x071c0000 : "system"
[ 1.228392] 0x071c0000-0x0b540000 : "cache"
[ 1.229643] 0x0b540000-0x10000000 : "userdata"
[ 1.231586] usb_probe() io=c6806000, irq=47, dma=ffc02000(163e5000)
[ 1.232929] usb_function_register() 'adb'
[ 1.233845] usb_function_register() 'usb_mass_storage'
[ 1.234211] msm_hsusb: functions bound. starting.
[ 1.234791] usb_bind_func() 'usb_mass_storage'
[ 1.235645] usb_mass_storage usb_mass_storage: Number of LUNs=1
[ 1.236042] usb_bind_func() 'adb'
[ 1.236622] adb_bind() c63d7874, c63d7a34
[ 1.237049] adb_bind() allocated 4 rx and 4 tx requests
[ 1.238453] usb_function_register() 'diag'
[ 1.239399] mice: PS/2 mouse device common for all mice
[ 1.240122] hsusb: IDLE -> ONLINE
[ 1.240793] hsusb: reset controller
[ 1.290122] ulpi: write 0x40 to 0x31
[ 1.290518] ulpi: write 0x1d to 0x0d
/ #
Looking at the Kernel Command Line message at the top makes it look like the phone doesn't know what any of the android.boot commands do so it defaults to recovery. Why would it be doing this?
the last post was too long to fix everything. here is the rest:
Code:
[ 1.291068] ulpi: write 0x1d to 0x10
[ 1.291403] ept #0 out max:64 head:ffc02000 bit:0
[ 1.291739] ept #1 out max:512 head:ffc02080 bit:1
[ 1.292288] ept #2 out max:512 head:ffc02100 bit:2
[ 1.292624] ept #0 in max:64 head:ffc02040 bit:16
[ 1.293204] ept #1 in max:512 head:ffc020c0 bit:17
[ 1.293540] ept #2 in max:512 head:ffc02140 bit:18
[ 1.293997] usb: notify offline
[ 1.294669] hsusb: ONLINE -> OFFLINE
[ 1.300610] msm_i2c msm_i2c.0: Error during data xfer (-5)
[ 1.311373] synaptics_ts_probe: Product Major Version 1
[ 1.313021] synaptics_ts_probe: Product Minor Version c
[ 1.314669] synaptics_ts_probe: product property 2
[ 1.316469] synaptics_ts_probe: device control 81
[ 1.318026] synaptics_ts_probe: interrupt enable 3
[ 1.320000] synaptics_ts_probe: 0xe0: 1 1 1 2 1 c 0 0
[ 1.320000] synaptics_ts_probe: max_x 3480, max_y 5368
[ 1.320000] synaptics_ts_probe: inactive_x -80 -80, inactive_y -32 -32
[ 1.320000] synaptics_ts_probe: snap_x 240-248 240-248, snap_y 80-88 80-88
[ 1.320000] input: synaptics-rmi-touchscreen as /class/input/input1
[ 1.370854] synaptics_ts_probe: Start touchscreen synaptics-rmi-touchscreen i
n interrupt mode
[ 1.371770] GPIO Event Driver
[ 1.372716] GPIO Keypad Driver: Start keypad matrix for trout-keypad-v3 in in
terrupt mode
[ 1.373692] No IRQF_TRIGGER set_type function for IRQ 191 (troutgpio)
[ 1.374364] No IRQF_TRIGGER set_type function for IRQ 192 (troutgpio)
[ 1.374852] GPIO Input Driver: Start gpio inputs for trout-keypad-v3 in inter
rupt mode
[ 1.375584] No IRQF_TRIGGER set_type function for IRQ 188 (troutgpio)
[ 1.376103] GPIO Input Driver: Start gpio inputs for trout-keypad-v3 in inter
rupt mode
[ 1.377476] input: trout-keypad-v3 as /class/input/input2
[ 1.430946] No IRQF_TRIGGER set_type function for IRQ 186 (troutgpio)
[ 1.431434] GPIO Input Driver: Start gpio inputs for trout-nav in interrupt m
ode
[ 1.432716] input: trout-nav as /class/input/input3
[ 1.491831] rs30000048:0da5b528 rs30000048:0da5b528: rtc core: registered msm
_rtc as rtc0
[ 1.496103] Registered led device: blue
[ 1.496897] Registered led device: green
[ 1.497782] Registered led device: red
[ 1.498361] AKM8976A compass driver: init
[ 1.498880] No IRQF_TRIGGER set_type function for IRQ 187 (troutgpio)
[ 1.500000] input: compass as /class/input/input4
[ 1.531129] pdev->dev.platform_data is not NULL
[ 1.531861] mt9t013: probe
[ 1.532197] mt9t013: init
[ 1.532502] mt9t013: mt9t013_register_init
[ 1.533082] mt9t013: camera sensor_reset set as 1
[ 1.535432] mt9t013: clk_get(vfe_mdc_clk): c02b2cd4
[ 1.535828] mt9t013: clk_get(mdc_clk): c02b2954
[ 1.536439] mt9t013: clk select 1
[ 1.536744] mt9t013: clk_get(vfe_clk): c02b2cb4
[ 1.537385] mt9t013: enable vfe_clk
[ 1.560091] mt9t013: clk select 0
[ 1.569277] mt9t013: camera sensor init sequence done
[ 1.569857] mt9t013: camera sensor suspend sequence
[ 1.570091] mt9t013: disabling vfe_clk
[ 1.570457] mt9t013: clk_put(vfe_clk): c02b2cb4
[ 1.571281] mt9t013: camera sensor suspend sequence done
[ 1.572258] Bluetooth: HCI UART driver ver 2.2
[ 1.572899] Bluetooth: HCI H4 protocol initialized
[ 1.573204] Bluetooth: HCILL protocol initialized
[ 1.574577] mmc0: Qualcomm MSM SDCC at 0x00000000e1000000 irq 24,0 dma -1
[ 1.575218] mmc0: 4 bit data mode enabled
[ 1.575554] mmc0: MMC clock 144000 -> 20000000 Hz, PCLK 64000000 Hz
[ 1.576134] mmc0: Slot eject status = 1
[ 1.576439] mmc0: Power save feature enable = 0
[ 1.577019] mmc0: PIO transfer enabled
[ 1.578392] mmc1: Qualcomm MSM SDCC at 0x00000000e1001000 irq 26,194 dma 8
[ 1.579002] mmc1: 4 bit data mode enabled
[ 1.579369] mmc1: MMC clock 144000 -> 20000000 Hz, PCLK 64000000 Hz
[ 1.580061] mmc1: Slot eject status = 0
[ 1.580396] mmc1: Power save feature enable = 0
[ 1.580732] mmc1: DM non-cached buffer at ffc04000, dma_addr 0x15805000
[ 1.581312] mmc1: DM cmd busaddr 360730624, cmdptr busaddr 360731392
[ 1.582472] Registered led device: spotlight
[ 1.583326] Registered led device: keyboard-backlight
[ 1.583967] Registered led device: button-backlight
[ 1.585188] No IRQF_TRIGGER set_type function for IRQ 190 (troutgpio)
[ 1.586683] nf_conntrack version 0.5.0 (2048 buckets, 8192 max)
[ 1.595432] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 1.596103] TCP cubic registered
[ 1.596622] NET: Registered protocol family 1
[ 1.597415] NET: Registered protocol family 17
[ 1.597843] Bluetooth: L2CAP ver 2.9
[ 1.598422] Bluetooth: L2CAP socket layer initialized
[ 1.598789] Bluetooth: SCO (Voice Link) ver 0.6
[ 1.599124] Bluetooth: SCO socket layer initialized
[ 1.600274] Bluetooth: RFCOMM socket layer initialized
[ 1.600732] Bluetooth: RFCOMM TTY layer initialized
[ 1.601312] Bluetooth: RFCOMM ver 1.9
[ 1.602105] clock_late_init() disabled 20 unused clocks
[ 1.604547] rs30000048:0da5b528 rs30000048:0da5b528: setting system clock to
2009-06-22 14:22:20 UTC (1245680540)
[ 1.605127] Freeing init memory: 100K
[ 1.833296] init: cannot open '/initlogo.rle'
[ 1.836988] init: Unable to open persistent property directory /data/property
errno: 2
[ 1.854486] enabling adb function
[ 1.857080] init: cannot find '/system/bin/akmd', disabling 'akmd'
[ 2.151251] init sharp panel
[ 2.205005] yaffs: dev is 32505860 name is "mtdblock4"
[ 2.205401] yaffs: passed flags ""
[ 2.205981] yaffs: Attempting MTD mount on 31.4, "mtdblock4"
[ 2.210763] yaffs: restored from checkpoint
[ 2.211404] yaffs_read_super: isCheckpointed 1
[ 2.568758] mmc_sd_init_card: Delay 250 ms
[ 2.682685] save exit: isCheckpointed 1
[ 2.910061] mmc1: host does not support reading read-only switch. assuming wr
ite-enable.
[ 2.910427] mmc1: new SD card at address b368
[ 2.912197] mmcblk0: mmc1:b368 SD01G 999936KiB
[ 2.912960] mmcblk0: p1
[ 3.040006] hsusb: OFFLINE -> ONLINE
[ 3.040006] hsusb: reset controller
[ 3.070128] ulpi: write 0x40 to 0x31
[ 3.070433] ulpi: write 0x1d to 0x0d
[ 3.070983] ulpi: write 0x1d to 0x10
[ 3.071288] ept #0 out max:64 head:ffc02000 bit:0
[ 3.071563] ept #1 out max:512 head:ffc02080 bit:1
[ 3.072112] ept #2 out max:512 head:ffc02100 bit:2
[ 3.072417] ept #0 in max:64 head:ffc02040 bit:16
[ 3.072936] ept #1 in max:512 head:ffc020c0 bit:17
[ 3.073241] ept #2 in max:512 head:ffc02140 bit:18
[ 3.073638] usb: notify offline
[ 3.078856] usb: suspend
[ 3.130006] usb: reset
[ 3.130006] usb: portchange
[ 3.130006] usb: reset
[ 3.130006] usb: portchange
[ 3.140006] usb_mass_storage usb_mass_storage: config #1
[ 7.352186] init: untracked pid 44 exited
[ 14.633174] init: untracked pid 57 exited
/ #
I didnt look through the dmesg out put but it sounds like your home key is stuck down.
Thats what I thought at first too but I still had full range of motion of the button when clicking it.
Anyway, I switched my SIM out to an older phone so I at least had something to use. Got back home and decided to try booting the phone without a SIM, booted to the setup screen. Powered off and put the SIM back in and it started up fine. Not positive that the SIM removal fixed it but its working! w00t!
can you describe the screen that it boots too? is it black with yellow text, grey backgound, rainbow, etc...
mm0
Now that it is working I would recommend to restart the whole process of Rooting and flashing your rom so that nothing is messed up.
Crap, its doing it again. I am pretty dang sure that the Home button is not stuck down, it clicks like normal, like it always has.
It boots up into the recovery screen, no matter if I try to boot into Bootloader mode (holding the camera button down) or not. It is the screen with the ! in the triangle and the picture of the phone. I have normal control while inside of it, can wipe and update, but I cannot restart by pressing Home+Back.
Is maybe the circuitry the handles the buttons bad? I really hope not, but does anyone have any other advice?
shameful bump.... I have tried everything I know how to do and I am really at a loss.
How good are you at taking things apart?
Is the phone under warranty or did you buy it used? If Its from tmobile then id call them up and explain what its doing. Run through everything they tell you to try and Im sure they will send out a replacement.
If its not under warranty then Id try taking it apart to see if the home button contacts are stuck.
I'm not too bad at it, just really paranoid of screwing something up. Ive taken apart my Tytn2 successfully before to change a digitzer. I bought the G1 used on eBay so I have no warranty whatsoever.
I'm almost convinced now it is the button, though. It started working again. My goal is to be just to not let the battery run dead .

[Q] android on the vogue

I've read a considerable number of threads both here and elsewhere, i'm having a ton of trouble getting HeRET.exe to work. i've formatted my sdcard with fat32, and my directory layout looks like this
Code:
[[email protected] 1BCE-6D05]$ ls * -R
VOGUIMG.nbh
andboot:
androidinstall.tgz default.txt initrd.gz
default-kaiser.txt dmesg README-BASEFILES.txt
default-polaris.txt haret.exe zImage
upon running HeRET.exe, i hold the center button on the dpad down. **** scrolls by and stops with these last few lines:
Code:
sh: 2: unkonwn operand
losetup: /dev/block/loop1: no such file or directory
failed
failed to reach system.img on SD Card
i've googled a ton for those error strings and i cant find a solution anywhere.
what am i doing wrong?
Try volume up instead of dpad center. Wait to press until the text starts scrolling.
Sent from my Full Android on Vogue using XDA App
no love. same thing. tried it 4 times in a row with the same results.
Hmm. Does the message saying "press volup / road center" show? Maybe you're getting stuck before that.
Also, there should be some logs in /sdcard/andboot, post 'em.
Sent from my Full Android on Vogue using XDA App
Yeah i do get past the 'hold volume up or center dpad' text.
here's my dmesg
Code:
[ 0.000000] Linux version 2.6.25-01130-g99a3b07-dirty ([email protected]) (gcc version 4.4.0 (GCC) ) #383 PREEMPT Tue Jul 27 15:38:06 CEST 2010
[ 0.000000] CPU: ARMv6-compatible processor [4107b364] revision 4 (ARMv6TEJ), cr=00c5387f
[ 0.000000] Machine: HTC Vogue
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] On node 0 totalpages: 29440
[ 0.000000] DMA zone: 230 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 29210 pages, LIFO batch:7
[ 0.000000] Normal zone: 0 pages used for memmap
[ 0.000000] Movable zone: 0 pages used for memmap
[ 0.000000] clock 3fbb5 -> 3f42f
[ 0.000000] clock f8fa0b60 -> f8fa0b60
[ 0.000000] clock 1 -> 1
[ 0.000000] clock 20001 -> 20001
[ 0.000000] clocks was 2017fea7
[ 0.000000] CPU0: D VIPT write-back cache
[ 0.000000] CPU0: I cache: 32768 bytes, associativity 4, 32 byte lines, 256 sets
[ 0.000000] CPU0: D cache: 32768 bytes, associativity 4, 32 byte lines, 256 sets
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 29210
[ 0.000000] Kernel command line: ppp.nostart=0 mddi.width=240 mddi.height=320 msm_sdcc.msmsdcc_fmax=32000000 pm.sleep_mode=0 no_console_suspend hw3d.version=1
[ 0.000000] Unknown boot option `ppp.nostart=0': ignoring
[ 0.000000] PID hash table entries: 512 (order: 9, 2048 bytes)
[ 0.000000] Console: colour dummy device 80x30
[ 0.000045] console [tty0] enabled
[ 0.001011] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.001691] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.010056] Unexpected Timer interrupt
[ 0.015330] Memory: 115MB = 115MB total
[ 0.015418] Memory: 111232KB available (2772K code, 1270K data, 124K init)
[ 0.016858] Calibrating delay loop... 383.38 BogoMIPS (lpj=1916928)
[ 0.230765] Mount-cache hash table entries: 512
[ 0.232211] CPU: Testing write buffer coherency: ok
[ 0.235256] net_namespace: 440 bytes
[ 0.237626] NET: Registered protocol family 16
[ 0.238403] htcvogue_init
[ 0.238501] cpld[0]=fffffc68
[ 0.238556] cpld[1]=fffffc12
[ 0.238603] cpld[2]=fffffc22
[ 0.238651] cpld[3]=fffffc00
[ 0.238698] cpld[4]=fffffccc
[ 0.238745] cpld[5]=fffffcf4
[ 0.238790] cpld[6]=fffffffb
[ 0.238838] cpld[7]=fffffc00
[ 0.239386] set gpio 19 wakeup 40000000
[ 0.239795] GPIO OEs: 0 800 0 1001 1a0
[ 0.693441] set gpio 29 wakeup 40000000
[ 0.700986] msm_i2c_probe
[ 0.701145] msm_i2c_probe: clk_ctl 35d, 100000 Hz
[ 0.730251] Bluetooth: Core ver 2.11
[ 0.731390] NET: Registered protocol family 31
[ 0.731506] Bluetooth: HCI device and connection manager initialized
[ 0.731595] Bluetooth: HCI socket layer initialized
[ 0.734465] NET: Registered protocol family 2
[ 0.740091] Switched to high resolution mode on CPU 0
[ 0.820726] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.822870] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.823283] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.823505] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.823586] TCP reno registered
[ 0.851563] Unpacking initramfs... done
[ 1.362126] Freeing initrd memory: 1199K
[ 1.363895] Registered led device: lcd-backlight
[ 1.364236] Registered led device: button-backlight
[ 1.364501] Registered led device: keyboard-backlight
[ 1.364796] Registered led device: red
[ 1.365041] Registered led device: blue
[ 1.365278] Registered led device: green
[ 1.370883] Vogue Keyboard Driver
[ 1.371931] input: qwerty as /devices/virtual/input/input0
[ 1.372871] titan ts_init
[ 1.373408] Modem Status:
[ 1.420066] USB Disconnected
[ 1.420218] msm_hsusb_set_vbus_state(0)
[ 1.431488] Initialise htc_rfkill for Bluetooth
[ 1.431633] Bluetooth 0
[ 1.449371] clk_get grp_clk
[ 1.449518] clk_get imem_clk
[ 1.451458] clk_get acpu_clk
[ 1.454478] ashmem: initialized
[ 1.455936] squashfs: version 3.4 (2008/08/26) Phillip Lougher
[ 1.456718] io scheduler noop registered (default)
[ 1.456825] io scheduler deadline registered
[ 1.457698] logger: created 64K log 'log_main'
[ 1.457998] logger: created 256K log 'log_events'
[ 1.458255] logger: created 64K log 'log_radio'
[ 1.458440] ram_console: got buffer at e0000, size 20000
[ 1.458620] ram_console: no valid data in buffer (sig = 0xffffffff)
[ 1.458795] console [ram-1] enabled
[ 1.460476] pmem: 1 init
[ 1.461373] pmem_gpu0: 0 init
[ 1.462630] pmem_gpu1: 0 init
[ 1.463596] pmem_camera: 1 init
[ 1.464688] pmem_adsp: 0 init
[ 1.465936] clk_get mdp_clk
[ 1.466573] mddi_pmdh: init() base=0xe000b000 irq=16
[ 1.466686] clk_get pmdh_clk
[ 1.474460] mddi0_client_power(1)
[ 1.474746] mddi_pmdh: unsupported version 0x19
[ 1.474928] mddi cmd send rtd: int 23a000, stat 808063, rtd val e
[ 1.475235] mddi_pmdh: publish: mddi_c_0000_0000
[ 1.476220] vsync on gpio 97 now 0
[ 1.476341] mddi_pmdh: mddi_add_panel(c040ea90, c0313c70)
[ 1.476421] mddi_pmdh: publish: mddi_panel
[ 1.476825] msmfb_probe() installing 240 x 320 panel
[ 1.480000] fus
[ 1.480000] fake_vsync_int for update
[ 1.480000] Panel type set to 1
[ 1.684593] mddi0_panel_power(1)
[ 1.688866] Console: switching to colour frame buffer device 40x29
[ 1.730921] msm_serial: driver initialized
[ 1.735863] clk_get uart1dm_clk
[ 1.738628] clk_set_rate 34:1843200
[ 1.740408] msm_serial_hs.0: ttyMSM0 at MMIO 0xa0200000 (irq = 45) is a MSM HS UART
[ 1.752058] loop: module loaded
[ 1.754803] PPP generic driver version 2.4.2
[ 1.760505] PPP Deflate Compression module registered
[ 1.765801] PPP BSD Compression module registered
[ 1.773131] allocated dma buffer at ffc7b000, dma_addr 164cc000
[ 1.780166] read CFG0 = aad400c0, CFG1 = 4747c
[ 1.786091] CFG0 = a8d408c0, CFG1 = 4745c
[ 1.790058] CFG0: cw/page=3 ud_sz=516 ecc_sz=10 spare_sz=1 num_addr_cycles=5
[ 1.796166] NAND_READ_ID = 1500aaec
[ 1.800206] status: c03020
[ 1.803300] nandid: 1500aaec maker ec device aa
[ 1.810110] CFG0: cw/page=3 ud_sz=512 ecc_sz=10 spare_sz=5
[ 1.816260] DEV_CMD1: f00f3000
[ 1.820065] <6>NAND_EBI2_ECC_BUF_CFG: 0
[ 1.825995] flash_id: 1500aaec size 5580ba2c10000000
[ 1.831571] usb_probe() io=c7f06000, irq=15, dma=ffc7c000(164d2000)
[ 1.840065] clk_get usb_hs_clk
[ 1.843175] clk_get usb_hs_pclk
[ 1.846610] usb_function_register() 'adb'
[ 1.850521] usb_function_register() 'usb_mass_storage'
[ 1.856143] msm_hsusb: functions bound. starting.
[ 1.860601] usb_mass_storage usb_mass_storage: Number of LUNs=1
[ 1.871041] usb_ether_setup()
[ 1.876253] usb_function_register() 'ether'
[ 1.880193] hsusb: IDLE -> ONLINE
[ 1.883113] hsusb: reset controller c64cfc00
[ 1.911308] usb: notify offline
[ 1.914245] hsusb: ONLINE -> OFFLINE
[ 1.941931] input: TSC2003 Touchscreen as /devices/virtual/input/input1
[ 1.970548] GPIO Event Driver
[ 1.973811] set gpio 31 wakeup 40000000
[ 1.979506] set gpio 32 wakeup 40000000
[ 1.980000] set gpio 33 wakeup 40000000
[ 1.980000] set gpio 35 wakeup 40000000
[ 1.980000] set gpio 34 wakeup 40000000
[ 1.980000] set gpio 21 wakeup 40000000
[ 1.980148] GPIO Input Driver: Start gpio inputs for vogue_keypad in polling mode
[ 1.990818] input: vogue_keypad as /devices/virtual/input/input2
[ 2.060601] MSM RTC init
[ 2.063903] RTC probe
[ 2.067971] msm_rtc msm_rtc.0: rtc core: registered msm_rtc as rtc0
[ 2.070761] MSM RTC started
[ 2.074205] s5k4b1fx: probe
[ 2.084956] Bluetooth: HCI UART driver ver 2.2
[ 2.090101] Bluetooth: HCI H4 protocol initialized
[ 2.095675] Bluetooth: HCILL protocol initialized
[ 2.100928] clk_get sdc1_pclk
[ 2.103890] clk_get_rate 20:66000000
[ 2.106805] clk_get sdc1_clk
[ 2.110126] clk_set_rate 19:144000
[ 2.215761] clk_get_rate 19:144000
[ 2.218910] set sdcc vdd to 0
[ 2.220340] mmc0: Qualcomm MSM SDCC at 0x00000000e1000000 irq 24,0 dma 8
[ 2.225293] mmc0: 4 bit data mode enabled
[ 2.230051] mmc0: MMC clock 144000 -> 32000000 Hz, PCLK 66000000 Hz
[ 2.235446] mmc0: Slot eject status = 0
[ 2.240040] mmc0: Power save feature enable = 1
[ 2.245461] mmc0: DM non-cached buffer at ffc7e000, dma_addr 0x164eb000
[ 2.250096] mmc0: DM cmd busaddr 0x164eb000, cmdptr busaddr 0x164eb300
[ 2.255720] mmc0: Polling status mode enabled
[ 2.260836] nf_conntrack version 0.5.0 (2048 buckets, 8192 max)
[ 2.276655] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 2.280505] ClusterIP Version 0.8 loaded successfully
[ 2.290278] arp_tables: (C) 2002 David S. Miller
[ 2.296755] TCP cubic registered
[ 2.300388] NET: Registered protocol family 1
[ 2.306961] NET: Registered protocol family 17
[ 2.310238] Bluetooth: L2CAP ver 2.9
[ 2.313503] Bluetooth: L2CAP socket layer initialized
[ 2.320100] Bluetooth: SCO (Voice Link) ver 0.6
[ 2.330141] Bluetooth: SCO socket layer initialized
[ 2.336563] Bluetooth: RFCOMM socket layer initialized
[ 2.340230] Bluetooth: RFCOMM TTY layer initialized
[ 2.346216] Bluetooth: RFCOMM ver 1.9
[ 2.350261] Bluetooth: BNEP (Ethernet Emulation) ver 1.2
[ 2.356218] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 2.361336] msm_rtc msm_rtc.0: setting system clock to 2010-09-19 02:18:47 UTC (1284862727)
[ 2.370293] Freeing init memory: 124K
[ 2.720098] set sdcc vdd to 17
[ 2.733608] Setting SD VREG to 2950
[ 2.746028] mmc0: Command timeout
[ 2.750000] mmc0: Command timeout
[ 2.750000] mmc0: Command timeout
[ 2.750000] mmc0: Command timeout
[ 2.750000] SD Init
[ 2.754013] set sdcc vdd to 15
[ 2.756556] Setting SD VREG to 2750
[ 2.798453] mmc_sd_init_card: Delay 250 ms
[ 3.060000] clk_set_rate 19:25000000
[ 3.156216] mmc0: host does not support reading read-only switch. assuming write-enable.
[ 3.160113] SD Init Retry
[ 3.162605] mmc0: new SDHC card at address d555
[ 3.171025] mmcblk0: mmc0:d555 SU04G 3979776KiB
[ 3.176448] mmcblk0: p1
i dont see anything that sticks out though...
bump.
i've tried several different android packs and still the same issue. im really stuck. hell if someone would be willing to skype and help me figure it out i'd be willing. im just tired of being frustrated and such. i've literally ben googling for about 5 hours today trying different things.
bump again. i can provide any information needed, i'd really like to get this working. anyone? ive repeated the steps at least 7 times now and no love. any help is appreciated, even armature speculations.
[mutex] said:
I've read a considerable number of threads both here and elsewhere, i'm having a ton of trouble getting HeRET.exe to work. i've formatted my sdcard with fat32, and my directory layout looks like this
Code:
[[email protected] 1BCE-6D05]$ ls * -R
VOGUIMG.nbh
andboot:
androidinstall.tgz default.txt initrd.gz
default-kaiser.txt dmesg README-BASEFILES.txt
default-polaris.txt haret.exe zImage
upon running HeRET.exe, i hold the center button on the dpad down. **** scrolls by and stops with these last few lines:
Code:
sh: 2: unkonwn operand
losetup: /dev/block/loop1: no such file or directory
failed
failed to reach system.img on SD Card
i've googled a ton for those error strings and i cant find a solution anywhere.
what am i doing wrong?
Click to expand...
Click to collapse
Lets back up a step... which ROM are you trying to use? From SD or NAND? The message says that it cannot find the system.img, and if it is the first boot, it obviously will not find it as the system.img has not been created at this point. From what I understand, it may be something on your default.txt.
I would just download a fresh rom, (get myn's latest for now and see if the device reacts). Delete the Android folder in your SD card and replace it by myn's
Followed the instructions for myn's to a T. I'm using the NoMoRootFS method, not NAND (yet).
I checked the init code - basically, you're seeing the failure messages because
1) you aren't installed to nand
2) your sdcard doesn't have a 2nd/3rd partition
3) you don't have a system.img on your sdcard
all that basically means is, it's becuase you haven't made it into the installer - so there's not a lot to be gleaned from the failure messages and, unfortunately, there's not a lot of logging... ok, so you've tried volup, dpad center, how about touchscreen center? It should work also.
I mean, I could generate a custom init that ALWAYS enters the installer to get you through this part, or you could try generating a boot script with the bootscriptgenerator you can find in the vogue android subforum...
does the console print anything when you press buttons? what's the date on your zImage? and did you download the 2.6.25 or 2.6.32 version?
I used the SQSH method here http://download640.mediafire.com/5mvxwozyuQjg/oitjoljxquj/myn-WarmDonut-04-24-2010-SQSH.zip
works fine. not sure what i was doing wrong but oh well. well, works fine with the exception of the camera button doing back/home(hold). thats kinda iffy. seems to only work in specific contexts. i.e. inside the 'browser' or email app i cant leave to the main screen. better than no android though.
thanks for your help guys. i wonder why the NoMoRootFS method didnt work though ;/
[mutex] said:
I used the SQSH method here http://download640.mediafire.com/5mvxwozyuQjg/oitjoljxquj/myn-WarmDonut-04-24-2010-SQSH.zip
works fine. not sure what i was doing wrong but oh well. well, works fine with the exception of the camera button doing back/home(hold). thats kinda iffy. seems to only work in specific contexts. i.e. inside the 'browser' or email app i cant leave to the main screen. better than no android though.
thanks for your help guys. i wonder why the NoMoRootFS method didnt work though ;/
Click to expand...
Click to collapse
quick press = back
med press = home
long press = recent programs
if that helps...
yeah i know those, its just that sometimes the camera button doesnt do anything, quick press hold or long hold.
Hmm... well, the old sqsh method can be pretty sluggish, too, I wonder if your presses just aren't registering properly... anyway, you sound like the sort who will got to nand after some initial testing. everything is much, much better on nand.
yeah thats what im doing now. everything works fine with the exception of the camera button and like you said stuff works better. anyways, thanks for your help again.

Telus Desire HD users need your help

Can anyone who has a Telus Model Desire HD post a logcat during boot and a dmesg after boot for me? I am working on a project and need some info.
No telus desire hd users?
The Telus Desire HD is an Inspire 4G but with an HTC logo on the back rather than AT&T. Thats the only difference in the two hardware wise, they're both A9192's. Software wise, its just a different cid (661 builds are for canadian market, thats why the sensation's .661 build is for Bell Mobility, the Evo 3D's build for Rogers is also .661, and why Telus' DHD build also has .661 in its build numbers)(at&t's CID is 502)
You can ask Inspire 4G users for their logcat's too, they'll be the same thing. Both have the same Hboot version in 2.43.661 (telus build) and the 2.47 (cingular build)
... just sayin.
Only reason I ask is because the Telus Desire HD ruu do not have dualmic enabled but the AT&T Inspire 4g does have dualmic enabled. Both the kernel config and dmesg when booting the telus ruu on an inspire show that dualmic is disabled. So if you someone does have one I would like to read the logs from it to see if the telus really doesn't have a dualmic.
jznomoney said:
Only reason I ask is because the Telus Desire HD ruu do not have dualmic enabled but the AT&T Inspire 4g does have dualmic enabled. Both the kernel config and dmesg when booting the telus ruu on an inspire show that dualmic is disabled. So if you someone does have one I would like to read the logs from it to see if the telus really doesn't have a dualmic.
Click to expand...
Click to collapse
It just doesnt have dual mic enabled, because telus doesnt feel that its neccessary (another reason why I dont use the stock rom on my A9192) (the dev's that work for telus arnt the brightest in the bunch either)
do me a favor if you have a telus desire hd, right after a boot do this
adb shell dmesg | grep revision
What revision does it return
<6>[ 0.245697] spade_init: revision = 128 this is the desire hd without a dualmic
if it = 129 than it does have a dualmic.
mine's got 129. (not running stock software, everything's been changed)
what value did your A9192 have
I have an Inspire 4g.
jznomoney said:
I have an Inspire 4g.
Click to expand...
Click to collapse
... again, its the same device hardware wise (down to the smaltest spec), just different logo on the metal backing.
If you have time could you test this rom for me
http://forum.xda-developers.com/showthread.php?p=16354726#post16354726
jznomoney said:
Can anyone who has a Telus Model Desire HD post a logcat during boot and a dmesg after boot for me? I am working on a project and need some info.
Click to expand...
Click to collapse
HTC Desire HD, Telus, updated OTA to Gingerbread
here dmesg (part):
<6>[ 0.000000] spade_map_io
<4>[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 160782
<5>[ 0.000000] Kernel command line: board_spade.disable_uart2=0 board_spade.usb_h2w_sw=0 board_spade.disable_sdcard=0 diag.enabled=0 board_spade.debug_uart=0 smisize=0 userdata_sel=0 androidboot.emmc=true androidboot.baseband=26.10.04.03_M androidboot.cid=TELUS001 androidboot.batt_poweron=good_battery androidboot.carrier=TELUS androidboot.mid=PD9814000 androidboot.keycaps=qwerty androidboot.mode=normal androidboot.serialno=xxxxxxxxxxxxTandroidboot.bootloader=0.85.0024 zygote_oneshot=off kmemleak=off no_console_suspend=1 wire.search_count=5
<6>[ 0.000000] diag_set_enabled: 0
<6>[ 0.000000] smd_try_open(diag_set_enabled): 0
<6>[ 0.000000] board_bootloader_setup: 0.85.0024
<6>[ 0.000000] board_bootloader_setup: default ENG BUILD
<6>[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
<6>[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
<6>[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
<6>[ 0.000000] Memory: 320MB 128MB 185MB = 633MB total
<5>[ 0.000000] Memory: 635784k/635784k available, 12408k reserved, 320512K highmem
<5>[ 0.000000] Virtual kernel memory layout:
<5>[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
<5>[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
<5>[ 0.000000] DMA : 0xffa00000 - 0xffe00000 ( 4 MB)
<5>[ 0.000000] vmalloc : 0xd4800000 - 0xf8000000 ( 568 MB)
<5>[ 0.000000] lowmem : 0xc0000000 - 0xd4000000 ( 320 MB)
<5>[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
<5>[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
<5>[ 0.000000] .init : 0xc0008000 - 0xc0038000 ( 192 kB)
<5>[ 0.000000] .text : 0xc0038000 - 0xc052b000 (5068 kB)
<5>[ 0.000000] .data : 0xc052c000 - 0xc057e640 ( 330 kB)
<6>[ 0.000000] Hierarchical RCU implementation.
<6>[ 0.000000] RCU-based detection of stalled CPUs is disabled.
<6>[ 0.000000] Verbose stalled-CPUs detection is disabled.
<6>[ 0.000000] NR_IRQS:390
<6>[ 0.000000] Calibrating delay loop... 511.18 BogoMIPS (lpj=2555904)
<6>[ 0.240142] pid_max: default: 32768 minimum: 301
<4>[ 0.240386] Mount-cache hash table entries: 512
<6>[ 0.240753] Initializing cgroup subsys debug
<6>[ 0.240783] Initializing cgroup subsys cpuacct
<6>[ 0.240783] Initializing cgroup subsys freezer
<6>[ 0.240814] CPU: Testing write buffer coherency: ok
<6>[ 0.243713] NET: Registered protocol family 16
<6>[ 0.243835] NPA: Init done.
<6>[ 0.244018] msm_ssbi_init()
<6>[ 0.244964] pm8058_init: PMIC 8058
<6>[ 0.245941] spade_init: revision = 129
<6>[ 0.245941] spade_init: microp version =
<6>[ 0.245941] cur_cpu 0x7, id 0x4a
<6>[ 0.245971] socinfo_init: v4, id=74, ver=2.0, raw_id=1392, raw_ver=1392, hw_plat=0, hw_plat_ver=0

KF Serial Port

I found the serial port on the Kindle Fire. Since I am new, I cannot post to the thread discussing it. They were right in it being that connector, but I scoped the pinout
Here is more information.. A capture of my FT232R sniffer board attached to the serial ports
The pinout of the connector:
1 - Rx In
2 -Tx Out
3 - Gnd
4 - Gnd
The connector has a '4' on it by one of the pins.
Texas Instruments X-Loader 1.41 (Sep 26 2011 - 18:22:43)
Starting OS Bootloader from EMMC ...
U-Boot 1.1.4-g70750ce2 (Jan 10 2012 - 06:20:06)
Load address: 0x80e80000
Board Rev.: 6
DRAM: 512 MB
Flash: 0 kB
<idme> write 3e to offset 0x1020
Using default environment
timed out in wait_for_pin: I2C_STAT=0
I2C read: I/O error
In: serial
Out: serial
Err: serial
PMIC TWL 6030 start conditions
PHOENIX_START_CONDITION :0x01
PHOENIX_LAST_TURNOFF_STS :0x01
PHOENIX_STS_HW_CONDITIONS:0x23
OMAP4 PRM_RSTST :0x00000001
Battery capacity =74 voltage=3923 temperature=27
Panel of LG
efi partition table:
256 128K xloader
512 256K bootloader
1024 10M dkernel
21504 192M dfs
414720 16M recovery
447488 64M backup
578560 10M boot
599040 5M splash
609280 512M system
1657856 1137M userdata
3986432 256M cache
4510720 5131M media
Read bootmode from the eMMC
bootmode = '0x0000000000004000'
Hit ESC key to stop autoboot: 0
kernel @ 80008000 (3118860)
ramdisk @ 81000000 (187080)
I2C read: I/O error
Blaze/SDP Board.
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.35.7+ ([email protected]) (gcc version 4.4.1 (Sourcery G++ Lite 2010q1-202) ) #1 SMP PREEMPT Tue Jan 10 06:22:28 UTC 2012
[ 0.000000] CPU: ARMv7 Processor [411fc093] revision 3 (ARMv7), cr=10c53c7f
[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
[ 0.000000] Machine: OMAP4430
[ 0.000000] Memory policy: ECC disabled, Data cache writealloc
[ 0.000000] On node 0 totalpages: 118528
[ 0.000000] free_area_init_node: node 0, pgdat c0668da0, node_mem_map c076d000
[ 0.000000] Normal zone: 926 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 117602 pages, LIFO batch:31
[ 0.000000] ***********************
[ 0.000000] OMAP4430 ES2.3 type(GP)
[ 0.000000] id-code (6b95c02f)
[ 0.000000] Die-id (2C140026-00000001-0146876A-13006010)
[ 0.000000] Prod-id (0005B95C-000600F0)
[ 0.000000] Reset Reason(0x00000001)
[ 0.000000] ***********************
[ 0.000000] SRAM: Mapped pa 0x40300000 to va 0xfe400000 size: 0x100000
[ 0.000000] FIXME: omap44xx_sram_init not implemented
[ 0.000000] Reserving 5242880 bytes SDRAM for VRAM
[ 0.000000] SMC: Allocated workspace of 3M at (0x9c900000)
[ 0.000000] PERCPU: Embedded 9 pages/cpu @c1533000 s5696 r8192 d22976 u65536
[ 0.000000] pcpu-alloc: s5696 r8192 d22976 u65536 alloc=16*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 117602
[ 0.000000] Kernel command line: console=ttyO2,115200n8 [email protected] init=/init vram=5M omapfb.vram=0:5M
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Memory: 463MB = 463MB total
[ 0.000000] Memory: 456760k/456760k available, 17352k reserved, 0K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] DMA : 0xffc00000 - 0xffe00000 ( 2 MB)
[ 0.000000] vmalloc : 0xdd000000 - 0xf8000000 ( 432 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xdcf00000 ( 463 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .init : 0xc0008000 - 0xc0044000 ( 240 kB)
[ 0.000000] .text : 0xc0044000 - 0xc061a000 (5976 kB)
[ 0.000000] .data : 0xc061a000 - 0xc0669840 ( 319 kB)
[ 0.000000] SLUB: Genslabs=11, HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU-based detection of stalled CPUs is disabled.
[ 0.000000] Verbose stalled-CPUs detection is disabled.
[ 0.000000] NR_IRQS:388
[ 0.000000] omap_hwmod: sys_32k_ck: missing clockdomain for sys_32k_ck.
[ 0.000000] omap_hwmod: l3_div_ck: missing clockdomain for l3_div_ck.
[ 0.000000] omap_hwmod: dpll_mpu_m2_ck: missing clockdomain for dpll_mpu_m2_ck.
[ 0.000000] omap_hwmod: dmic: resetting
[ 0.000000] omap_hwmod: dss_dsi1: cannot be enabled (3)
[ 0.000000] omap_hwmod: dss_dsi2: cannot be enabled (3)
[ 0.000000] omap_hwmod: dss_hdmi: cannot be enabled (3)
[ 0.000000] omap_hwmod: dss_rfbi: cannot be enabled (3)
[ 0.000000] omap_hwmod: dss_venc: cannot be enabled (3)
[ 0.000000] omap_hwmod: iva: failed to reset in 10000 usec
[ 0.000000] omap_hwmod: mailbox: resetting
[ 0.000000] omap_hwmod: omap-mcpdm-dai: cannot be enabled (3)
[ 0.000000] omap_hwmod: mcspi1: resetting
[ 0.000000] omap_hwmod: mcspi2: resetting
[ 0.000000] omap_hwmod: mcspi3: resetting
[ 0.000000] omap_hwmod: mcspi4: resetting
[ 0.000000] omap_hwmod: mmc1: resetting
[ 0.000000] omap_hwmod: mmc2: resetting
[ 0.000000] omap_hwmod: mmc3: resetting
[ 0.000000] omap_hwmod: mmc4: resetting
[ 0.000000] omap_hwmod: mmc5: resetting
[ 0.000000] omap_hwmod: timer3: resetting
[ 0.000000] omap_hwmod: timer4: resetting
[ 0.000000] omap_hwmod: timer5: resetting
[ 0.000000] omap_hwmod: timer6: resetting
[ 0.000000] omap_hwmod: timer7: resetting
[ 0.000000] omap_hwmod: timer8: resetting
[ 0.000000] omap_hwmod: timer9: resetting
[ 0.000000] omap_hwmod: timer11: resetting
[ 0.000000] GPMC revision 6.0
[ 0.000000] SmartReflex CLASS3 initialized
[ 0.000000] OMAP clockevent source: GPTIMER1 at 32768 Hz
[ 0.000000] Console: colour dummy device 80x30
[ 0.000000] Calibrating delay loop... 2013.49 BogoMIPS (lpj=7864320)
[ 0.000000] pid_max: default: 32768 minimum: 301
[ 0.000000] register_shrinker: no shrinker name registered for c0642e08
[ 0.000000] register_shrinker: registering shrinker from fs/inode.c
[ 0.000000] Mount-cache hash table entries: 512
[ 0.000000] Initializing cgroup subsys debug
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Initializing cgroup subsys freezer
[ 0.000000] CPU: Testing write buffer coherency: ok
[ 0.000000] Calibrating local timer...
[ 0.000000] 50.00MHz.
[ 0.000000] L310 cache controller enabled
[ 0.000000] l2x0: 16 ways, CACHE_ID 0x410000c4, AUX_CTRL 0x1e470000
[ 0.000000] CPU1: Booted secondary processor
[ 0.000000] Brought up 2 CPUs
[ 0.000000] SMP: Total of 2 processors activated (4010.18 BogoMIPS).
[ 0.000000] devtmpfs: initialized
[ 0.000000] regulator: core version 0.5
[ 0.000000] NET: Registered protocol family 16
[ 0.000000] EMIF0 is enabled with IRQ142
[ 0.000000] EMIF1 is enabled with IRQ143
[ 0.000000] OMAP GPIO hardware version 0.1
[ 0.000000] omap_mux_init: Add partition: #1: core, flags: 2
[ 0.000000] omap_mux_init: Add partition: #2: wkup, flags: 2
[ 0.000000] Reprogramming LPDDR2 timingsto 400000000 Hz
[ 0.000000] _omap_mux_init_signal: Could not set signal fref_clk0_out.gpio_wk6
[ 0.000000] ram_console: got buffer at 8e000000, size 40000
[ 0.000000] ram_console: no valid data in buffer (sig = 0x55555555)
[ 0.000000] console [ram-1] enabled
[ 0.000000] _omap_mux_init_gpio: Could not set gpio4
[ 0.000000] _omap_mux_init_signal: Could not set signal fref_clk4_req.gpio_wk7
[ 0.000000] _omap_mux_init_signal: Could not set signal c2c_data12.gpio_101
[ 0.000000] _omap_mux_init_signal: Could not set signal c2c_data12.gpio_101
[ 0.000000] res->start = 49022000
[ 0.000000] res->start = 49024000
[ 0.000000] res->start = 49026000
[ 0.000000] res->start = 48096000
[ 0.000000] OMAP DMA hardware revision 0.0
[ 0.000000] dma dma.0: System DMA registered
[ 0.000640] HSI: device registered as omap_hwmod: hsi
[ 0.013336] bio: create slab <bio-0> at 0
[ 0.015930] usbcore: registered new interface driver usbfs
[ 0.016143] usbcore: registered new interface driver hub
[ 0.016265] usbcore: registered new device driver usb
[ 0.016723] i2c_omap i2c_omap.1: bus 1 rev4.0 at 400 kHz
[ 0.017425] Skipping twl internal clock init and using bootloader value (unknown osc rate)
[ 0.017974] twl6030: PIH (irq 39) chaining IRQs 368..387
[ 0.018218] TWL6030: Start condition(PHOENIX_START_CONDITION) is 0x01
[ 0.018371] TWL6030: Last turn off status (PHOENIX_LAST_TURN_OFF_STATUS) is 0x01
[ 0.018554] TWL6030: Hardware Conditions (PHOENIX_STS_HW_CONDITIONS) is 0x23
[ 0.027587] regulator: VMMC: 1200 <--> 3000 mV at 1800 mV normal standby
[ 0.028198] regulator: VPP: 1800 <--> 2500 mV at 1900 mV normal standby
[ 0.028778] regulator: VUSIM: 1200 <--> 3000 mV at 3000 mV normal standby
[ 0.030029] regulator: VANA: 2100 mV normal standby
[ 0.031005] twl6030_enable: VCXIO state=0x55
[ 0.031005] regulator: VCXIO: 1800 mV normal standby
[ 0.031982] twl6030_enable: VDAC state=0x55
[ 0.031982] regulator: VDAC: 1800 mV normal standby
[ 0.032531] regulator: VUSB: 3300 mV normal standby
[ 0.033386] twl6030_enable: VAUX1_6030 state=0x55
[ 0.033569] regulator: VAUX1_6030: 1000 <--> 3200 mV at 2800 mV normal standby
[ 0.034423] twl6030_enable: VAUX2_6030 state=0x55
[ 0.034606] regulator: VAUX2_6030: 1200 <--> 3200 mV at 1800 mV normal standby
[ 0.035430] regulator: VAUX3_6030: 1000 <--> 3200 mV at 1200 mV normal standby
[ 0.035583] twl6030_usb_probe mbid=6
[ 0.035583] regulator_check_voltage: operation not allowed for VUSB
[ 0.036437] !!!!!BBSPOR_CFG = 72
[ 0.036560] !!!!!BBSPOR_CFG = 72
[ 0.037048] twl6030_usb twl6030_usb: Initialized TWL6030 USB module
[ 0.037170] i2c_omap i2c_omap.2: bus 2 rev4.0 at 400 kHz
[ 0.037506] i2c_omap i2c_omap.3: bus 3 rev4.0 at 400 kHz
[ 0.037689] i2c_omap i2c_omap.4: bus 4 rev4.0 at 400 kHz
[ 0.038696] bq27541 Driver
[ 0.038787] bq27541_probe
[ 0.051300] create_bq_procfs
[ 0.051452] Summit SMB347 Driver
[ 0.051513] summit_probe
[ 0.051544] Board id=6
[ 0.051727] Summit SMB347 detected, chip_id=0x6 board id=6
[ 0.051971] create_summit_procfs
[ 0.056671] omap4430_sdp_display_probe:Enter
[ 0.056793] Registered led device: led-orange
[ 0.057342] omap4430_sdp_display_probe:Exit
[ 0.057495] omap4430_keypad_led_probe:Enter
[ 0.057647] Registered led device: led-green
[ 0.058166] omap4430_keypad_led_probe:Exit
[ 0.058502] Advanced Linux Sound Architecture Driver Version 1.0.23.
[ 0.058990] Sangoma WANPIPE Router v1.1 (c) 1995-2000 Sangoma Technologies Inc.
[ 0.059234] Switching to clocksource timer-32k
[ 0.069885] musb_hdrc: version 6.0, musb-dma, peripheral, debug=0
[ 0.070068] musb_hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
[ 0.070068] musb_hdrc: MHDRC RTL version 2.0
[ 0.070068] musb_hdrc: setup fifo_mode 4
[ 0.070098] musb_hdrc: 28/31 max ep, 16384/16384 memory
[ 0.070220] musb_hdrc musb_hdrc: USB Peripheral mode controller at fc0ab000 using DMA, IRQ 124
[ 0.070434] NET: Registered protocol family 2
[ 0.070526] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.070770] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.071044] TCP bind hash table entries: 16384 (order: 5, 196608 bytes)
[ 0.071289] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.071319] TCP reno registered
[ 0.071319] UDP hash table entries: 256 (order: 1, 8192 bytes)
[ 0.071350] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[ 0.071502] NET: Registered protocol family 1
[ 0.084747] RPC: Registered udp transport module.
[ 0.084747] RPC: Registered tcp transport module.
[ 0.084777] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.084777] register_shrinker: no shrinker name registered for c06683d8
[ 0.084930] Trying to unpack rootfs image as initramfs...
[ 0.094055] Freeing initrd memory: 180K
[ 0.097229] ipu-power ipu0: Test of writing to the device message log,done from ipu_pm_init
[ 0.097259] ipu-power initialized ipu, major: 251, minor: 0
[ 0.097503] sdp4430_wifi_init: start
[ 0.097778] omap-iommu omap-iommu.0: ducati registered
[ 0.097839] omap-iommu omap-iommu.1: tesla registered
[ 0.098297] iovmm-omap initialized ducati, major: 250, base-minor: 0
[ 0.098510] iovmm-omap initialized tesla, major: 250, base-minor: 1
[ 0.099151] omap-remoteproc omap-remoteproc.0: omap_rproc_probe: adding rproc tesla
[ 0.099334] omap-remoteproc omap-remoteproc.0: omap-rproc initialized tesla, major: 249, base-minor: 0
[ 0.099365] omap-remoteproc omap-remoteproc.1: omap_rproc_probe: adding rproc ducati-proc0
[ 0.099517] omap-remoteproc omap-remoteproc.1: omap-rproc initialized ducati-proc0, major: 249, base-minor: 1
[ 0.099517] omap-remoteproc omap-remoteproc.2: omap_rproc_probe: adding rproc ducati-proc1
[ 0.099670] omap-remoteproc omap-remoteproc.2: omap-rproc initialized ducati-proc1, major: 249, base-minor: 2
[ 0.108551] register_shrinker: registering shrinker from mm/ashmem.c
[ 0.108551] ashmem: initialized
[ 0.116149] VFS: Disk quotas dquot_6.5.2
[ 0.116394] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.116424] register_shrinker: no shrinker name registered for c06432f0
[ 0.119262] register_shrinker: no shrinker name registered for c0643e8c
[ 0.119293] msgmni has been set to 892
[ 0.119323] SMC: Running on a GP device, SMC disabled
[ 0.120971] alg: No test for stdrng (krng)
[ 0.121002] io scheduler noop registered
[ 0.121032] io scheduler deadline registered
[ 0.121124] io scheduler cfq registered (default)
[ 0.176483] OMAP DSS rev 4.0
[ 0.176757] OMAP DISPC rev 4.0
[ 0.177062] OMAP DSI rev 3.0
[ 0.177368] OMAP DSI2 rev 3.0
[ 0.178161] Otter1 LCD probe called
[ 0.179229] omap_smartreflex_disable_reset_volt: omap_sr struct for sr_core not found
[ 0.179443] omap_smartreflex_enable: omap_sr struct for sr_core not found
[ 0.180023] omap-hsuart.0: ttyO0 at MMIO 0x4806a000 (irq = 104) is a OMAP UART0
[ 0.180267] omap-hsuart.1: ttyO1 at MMIO 0x4806c000 (irq = 105) is a OMAP UART1
[ 0.180450] omap-hsuart.2: ttyO2 at MMIO 0x48020000 (irq = 106) is a OMAP UART2
[ 1.414672] console [ttyO2] enabled
[ 1.418670] omap-hsuart.3: ttyO3 at MMIO 0x4806e000 (irq = 102) is a OMAP UART3
[ 1.426361] bq27541 1-0055: termperature=270
[ 1.430938] summit_bat_notifier_call val=47
[ 1.442016] brd: module loaded
[ 1.454589] loop: module loaded
[ 1.458953] Bosch Sensortec Device detected!
[ 1.458953] BMA250 registered I2C driver!
[ 1.468658] input: bma250 as /devices/virtual/input/input0
[ 1.474975] android init
[ 1.477691] android_probe pdata: c063deb8
[ 1.482025] android_bind
[ 1.484680] android_bind_config
[ 1.488311] android_usb gadget: android_usb ready
[ 1.494903] f_adb init
[ 1.497406] android_register_function adb
[ 1.501617] f_mass_storage init
[ 1.504943] fsg_probe pdev: c063dc00, pdata: c063dea8
[ 1.510375] android_register_function usb_mass_storage
[ 1.515777] f_rndis init
[ 1.518615] android_register_function rndis
[ 1.523010] rndis_function_bind_config MAC: 02:03:41:37:34:30
[ 1.529083] android_usb gadget: using Quanta defined ethernet address
[ 1.535827] < Quanta_diagnostic > gpio_171 = 1 gpio_172 = 1 val = 3
[ 1.542663] < Quanta Diagnostic > set dev_addr done !
[ 1.545928] summit_smb347 4-0006: summit_fsm_stateTransform:state : suspend(0) -> suspend(0) ; event : EVENT_TEMP_PROTECT_STEP_6
[ 1.561004] android_usb gadget: using random host ethernet address
[ 1.577117] usb0: MAC 00:02:00:00:00:09
[ 1.581146] usb0: HOST MAC aa:a0:79:bf:ed:5e
[ 1.598480] android_usb gadget: Mass Storage Function, version: 2009/09/11
[ 1.605651] android_usb gadget: Number of LUNs=1
[ 1.610534] lun0: LUN: removable file: (no medium)
[ 1.615783] adb_bind_config
[ 1.619476] ilitek_init
[ 1.622924] twl6030_enable: VAUX3_6030 state=0x55
[ 1.660888] ilitek_i2c_probe, i2c new style format
[ 1.665893] ilitek_i2c_probe, IRQ: 0xC3
[ 1.670043] ilitek_i2c_register_device, add i2c device, success
[ 1.676239] ilitek_i2c_register_device, client.addr: 0x41
[ 1.681915] ilitek_i2c_register_device, client.adapter: 0xDC839848
[ 1.688415] ilitek_i2c_register_device, client.driver: 0xC065718C
[ 1.715759] ilitek_i2c_read_tp_info, firmware version 10.2.4.0
[ 1.739135] ilitek_i2c_read_tp_info, protocol version: 1.2
[ 1.762695] ilitek_i2c_read_tp_info, max_x: 3968, max_y: 2304, ch_x: 30, ch_y: 18
[ 1.770568] ilitek_i2c_read_tp_info, max_tp: 2, max_btn: 0
[ 1.776519] input: ilitek_i2c as /devices/platform/i2c_omap.2/i2c-2/2-0041/input/input1
[ 1.785095] ilitek_i2c_register_device, register input device, success
[ 1.792205] ilitek_i2c_register_device, request irq, success
[ 1.798156] ilitek_init, register chrdev(246, 0)
[ 1.804565] input: twl4030_pwrbutton as /devices/platform/i2c_omap.1/i2c-1/1-0049/twl4030_pwrbutton/input/input2
[ 1.816680] using rtc device, twl_rtc, for alarms
[ 1.821472] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
[ 1.828491] twl_rtc twl_rtc: Power up reset detected.
[ 1.834899] twl_rtc twl_rtc: Enabling TWL-RTC.
[ 1.840026] i2c /dev entries driver
[ 1.844573] Linux video capture interface: v2.00
[ 1.853027] lm75 4-0048: hwmon0 driver: Found sensor 'tmp105'
[ 1.860717] OMAP Watchdog Timer Rev 0x00: initial timeout 240 sec
[ 1.868103] device-mapper: uevent: version 1.0.3
[ 1.873321] device-mapper: ioctl: 4.17.0-ioctl (2010-03-05) initialised: [email protected]
[ 1.882659] cpuidle: using governor ladder
[ 1.886932] cpuidle: using governor menu
[ 1.891662] mmci-omap-hs: probe of mmci-omap-hs.0 failed with error -16
[ 1.899261] omap_pwm_led omap_pwm_led: OMAP PWM LED (backlight) at GP timer 10/0
[ 1.907165] Registered led device: backlight
[ 1.913238] usbcore: registered new interface driver usbhid
[ 1.919097] usbhid: USB HID core driver
[ 1.923553] logger: created 64K log 'log_main'
[ 1.928375] logger: created 256K log 'log_events'
[ 1.933471] logger: created 128K log 'log_radio'
[ 1.938476] logger: created 64K log 'log_system'
[ 1.943481] logger: created 128K log 'log_metrics'
[ 1.953643] logger: created 64K log 'log_amazon_main'
[ 1.965759] register_shrinker: registering shrinker from drivers/staging/android/lowmemorykiller.c
[ 1.996032] OMAP4 reset reason is 0x00000001
[ 2.005706] TWL6030: Start condition(PHOENIX_START_CONDITION) is 0x01
[ 2.017608] TWL6030: Last turn off status (PHOENIX_LAST_TURN_OFF_STATUS) is 0x01
[ 2.035675] TWL6030: Hardware Conditions (PHOENIX_STS_HW_CONDITIONS) is 0x32
[ 2.048065] HSI DRIVER Version 0.4.1
[ 2.052062] omap_hsi omap_hsi.0: Registering IRQ hsi_p1_mpu (99)
[ 2.058380] omap_hsi omap_hsi.0: Registering IRQ hsi_dma_mpu (103)
[ 2.065002] omap_hsi omap_hsi.0: Trying to disable HSI IO wakeup on non HSI board
[ 2.072875] omap_hsi omap_hsi.0: HSI Hardware REVISION 0x50043101
[ 2.081176] omap_hsi omap_hsi.0: Trying to enable HSI IO wakeup on non HSI board
[ 2.093688] proc4430_drv_initializeModule
[ 2.098693] omap-devicehandler omap-devicehandler.0: omap_devh_probe: adding devh Tesla
[ 2.107269] omap-devh initialized Tesla, major: 240, base-minor: 0
[ 2.114013] omap-devicehandler omap-devicehandler.1: omap_devh_probe: adding devh SysM3
[ 2.122558] omap-devh initialized SysM3, major: 240, base-minor: 1
[ 2.129119] mmc0: new high speed DDR MMC card at address 0001
[ 2.129272] omap-devicehandler omap-devicehandler.2: omap_devh_probe: adding devh AppM3
[ 2.143585] omap-devh initialized AppM3, major: 240, base-minor: 2
[ 2.150482] snd_soc_init invoked..
[ 2.150543] mmcblk0: mmc0:0001 M8G2FA 7.20 GiB
[ 2.159057] mmcblk0:
[ 2.161804] +snd_soc_register_codec tlv320aic3110-codec
[ 2.167510] snd_soc_register_codec DRV c065e204
[ 2.172271] snd_soc_register_codec. Configured DRv c065e204
[ 2.178100] calling snd_soc_register_dais..
[ 2.182495] snd_soc_register_dais tlv320aic3110-codec 1
[ 2.187957] Registered DAI tlv320aic3110-MM_EXT
[ 2.192718] Invoking snd_soc_instantiate_cards...
[ 2.197631] -snd_soc_register_codec tlv320aic3110-codec
[ 2.203399] snd_soc_register_dais omap-abe-dai 7
[ 2.208282] Registered DAI MultiMedia1
[ 2.212219] Registered DAI MultiMedia2
[ 2.216156] Registered DAI Voice
[ 2.219543] Registered DAI Tones
[ 2.222900] Registered DAI Vibra
[ 2.226287] Registered DAI MODEM
[ 2.229675] Registered DAI MultiMedia1 LP
[ 2.234893] Entered omap4_evt_soc_init>...
[ 2.239227] OMAP4 EVT SoC init
[ 2.242401] Found Board EVT 2.1 then we use ABE support
[ 2.248291] +snd_soc_register_card ...
[ 2.252258] Card NumLinks 3
[ 2.255279] DAI Create runtime tlv320aic3110 Media LP Dynamic 1
[ 2.261474] DAI_link NullCodec Registration..
[ 2.266052] +snd_soc_register_codec soc-audio
[ 2.270629] snd_soc_register_codec DRV c0759e64
[ 2.275360] snd_soc_register_codec. Configured DRv c0759e64
[ 2.281219] calling snd_soc_register_dais..
[ 2.285583] snd_soc_register_dais soc-audio 1
[ 2.290161] Registered DAI null-codec-dai
[ 2.294372] Invoking snd_soc_instantiate_cards...
[ 2.299285] -snd_soc_register_codec null-codec
[ 2.303955] DAI Create runtime tlv320aic3110 Media Dynamic 1
[ 2.309875] DAI_link NullCodec Registration..
[ 2.314453] +snd_soc_register_codec soc-audio
[ 2.319000] snd_soc_register_codec DRV c0759e64
[ 2.323760] snd_soc_register_codec. Configured DRv c0759e64
[ 2.329589] calling snd_soc_register_dais..
[ 2.333984] snd_soc_register_dais soc-audio 1
[ 2.338531] Registered DAI null-codec-dai
[ 2.342742] Invoking snd_soc_instantiate_cards...
[ 2.347656] -snd_soc_register_codec null-codec
[ 2.352325] DAI Create runtime (Backend) FM-EXT Dynamic 0
[ 2.357971] Invoking the snd_soc_instantiate_cards..
[ 2.363159] Entered snd_soc_instantiate_card
[ 2.367645] Invoking soc_bind_dai_link 3 from instantiate_card
[ 2.373748] soc_bind_dai_link tlv320aic3110 Media LP at idx 0
[ 2.379791] codec->name null-codec dai name null-codec
[ 2.385162] Found All 4 Client Drivers..
[ 2.389282] Codec dca466c0 Codec_Dai dc884420 Platform dcb94dc0 CPU_DAI dcb44660
[ 2.397033] -soc_bind_dai_link RTD 1
[ 2.400756] soc_bind_dai_link tlv320aic3110 Media at idx 1
[ 2.406524] codec->name null-codec dai name null-codec
[ 2.411895] Found All 4 Client Drivers..
[ 2.416015] Codec dca466c0 Codec_Dai dc884420 Platform dcb94d40 CPU_DAI dcb44f60
[ 2.423767] -soc_bind_dai_link RTD 2
[ 2.427520] soc_bind_dai_link (Backend) FM-EXT at idx 2
[ 2.432983] codec->name tlv320aic3110-codec dai name tlv320aic3110-codec
[ 2.440002] Found All 4 Client Drivers..
[ 2.444122] Codec dca46540 Codec_Dai dcb44c60 Platform dcb94dc0 CPU_DAI dc971a20
[ 2.451873] -soc_bind_dai_link RTD 3
[ 2.455596] Calling snd_card_create
[ 2.459381] checking Card->probe 0
[ 2.462951] Card NumLinks 3 Calling probe_dai_link
[ 2.467956] soc_probe_dai_link OMAP4_KC1-ABE 0
[ 2.472595] cpu_dai->probed flag 0
[ 2.476165] codec->driver->probe 0
[ 2.479797] platform driver probe 0
[ 2.483551] Alternate GPT is invalid, using primary GPT.
[ 2.489135] p1 (xloader) p2 (bootloader) p3 (dkernel) p4 (dfs) p5 (recovery) p6 (backup) p7 (boot) p8 (splash) p9 (system) p10 (userdata) p11 (cache) p12 (media)
[ 2.510345] asoc: null-codec-dai <-> MultiMedia1 LP mapping ok
[ 2.516479] soc_probe_dai_link OMAP4_KC1-ABE 1
[ 2.521148] cpu_dai->probed flag 0
[ 2.524688] platform driver probe 0
[ 2.529083] asoc: null-codec-dai <-> MultiMedia2 mapping ok
[ 2.534912] soc_probe_dai_link OMAP4_KC1-ABE 2
[ 2.539611] cpu_dai->probed flag 0
[ 2.543426] invoking codec driver probe...
[ 7.242553] powerbutton_irqowir:action=release:
[ 8.439819] powerbutton_irqowip:action=press:
[ 8.957366] powerbutton_irqowir:action=release:
[ 9.284545] coming out of codec->driver probe...
[ 9.289398] codec->driver->probe c038a194
[ 9.293670] platform driver probe 1
[ 9.297302] entered the omap4_aic31xx_init function....
[ 9.502075] asoc: tlv320aic3110-MM_EXT <-> omap-mcbsp-dai.2 mapping ok
[ 9.509796] input: OMAP4_KC1-ABE Headset Jack as /devices/platform/soc-audio/sound/card0/input3
[ 9.519805] -snd_soc_register_card OMAP4_KC1-ABE
[ 9.524658] OMAP4 EVT Soc Init success..
[ 9.528778] ALSA device list:
[ 9.531890] #0: OMAP4_KC1_AIC3110-ABE
[ 9.536346] Netfilter messages via NETLINK v0.30.
[ 9.541351] nf_conntrack version 0.5.0 (7139 buckets, 28556 max)
[ 9.548034] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
[ 9.555816] nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
[ 9.564117] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
[ 9.570709] ctnetlink v0.93: registering with nfnetlink.
[ 9.576599] xt_time: kernel timezone is -0000
[ 9.581359] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 9.587127] arp_tables: (C) 2002 David S. Miller
[ 9.592041] TCP cubic registered
[ 9.595397] Initializing XFRM netlink socket
[ 9.600921] NET: Registered protocol family 10
[ 9.606079] lo: Disabled Privacy Extensions
[ 9.610809] Mobile IPv6
[ 9.613372] IPv6 over IPv4 tunneling driver
[ 9.618286] sit0: Disabled Privacy Extensions
[ 9.623382] ip6tnl0: Disabled Privacy Extensions
[ 9.628265] NET: Registered protocol family 17
[ 9.632995] NET: Registered protocol family 15
[ 9.637695] ThumbEE CPU extension supported.
[ 9.643493] omap_hwmod: Initialize debugfs support
[ 9.649719] Power Management for TI OMAP4.
[ 9.654418] prcm_clear_statdep_regs: Keep static depndencies
[ 9.660583] CPUidle for CPU0 registered
[ 9.665283] CPUidle for CPU1 registered
[ 9.669830] sr_init: No PMIC hook to init smartreflex
[ 9.675476] smartreflex smartreflex.0: omap_smartreflex_probe: SmartReflex driver initialized
[ 9.684509] smartreflex smartreflex.1: omap_smartreflex_probe: SmartReflex driver initialized
[ 9.693511] smartreflex smartreflex.2: omap_smartreflex_probe: SmartReflex driver initialized
[ 9.707214] Disabling unused clock "auxclk4_src_ck"
[ 9.712432] Disabling unused clock "hdq1w_fck"
[ 9.717102] Disabling unused clock "gpmc_ick"
[ 9.721679] Disabling unused clock "gpio4_dbclk"
I personally don't know how to interpret this, but I am sure someone will find it useful... Thanks!
@james
what does this mean to us?
qryptiq said:
@james
what does this mean to us?
Click to expand...
Click to collapse
It means the devs can finally enable bluetooth now that they can see error messages at the kernal level.
Sent from my myTouch_4G_Slide using XDA App
jamez70 said:
I found the serial port on the Kindle Fire. Since I am new, I cannot post to the thread discussing it.
Click to expand...
Click to collapse
Just to make sure I've got this right, are you referring to this thread?
jamez70 said:
Here is more information.. A capture of my FT232R sniffer board attached to the serial ports
The pinout of the connector:
1 - Rx In
2 -Tx Out
3 - Gnd
4 - Gnd
The connector has a '4' on it by one of the pins.
[...]
Click to expand...
Click to collapse
That's great! So, just to be clear, are pins 3 and 4 both GND? No VCC? I can see from your plot that it's about 1V8.
Also, could you give some more specifics on the communication? I assume something like;
Baud: 115200
Bits: 8
Parity: None
Stop Bits: 1
Edit: Which connector are we talking about anyway? We only guessed it to be 4 solder pads. No connector. Are these the pins you're talking about?
Does anyone know if it's possible to flash a new bootloader via the serial port?
My KF is dead since something went wrong while flashing FFF1.2
- Homer
UrticantOwl said:
Just to make sure I've got this right, are you referring to this thread?
Click to expand...
Click to collapse
Yeah thats correct. Maybe we can get them linked together.
-Homer- said:
Does anyone know if it's possible to flash a new bootloader via the serial port?
My KF is dead since something went wrong while flashing FFF1.2
- Homer
Click to expand...
Click to collapse
Yeah it may be possible. See if when you turn it on a USB connection appears for 2 seconds. If so, you can send x-loader over USB to it and boot anything you want.
I marked up this image to show the serial port location.
In the other discussion thread that I cannot reply to, they mentioned the 1.8/3.3V difference.
This will drop the 3.3V RX from the FTDI and divide it roughly down to 1.8V.
Also, I read the datasheet for the FT232R, and the VCCIO pin of the part (Pin 4), can be changed so that the I/O voltages are 1.8V. This is done by feeding 1.8V into pin 4.
jmcoffey said:
It means the devs can finally enable bluetooth now that they can see error messages at the kernal level.
Sent from my myTouch_4G_Slide using XDA App
Click to expand...
Click to collapse
Assuming that the TI chipset in the Jorjin module even supports Bluetooth. The available pictures from teardowns (namely ifixit.com's) show a model number WG7310-30 stamped on the module cover and inside that module, a TI WL1270B chipset. Unfortunately, the Jorjin site does not have information about this particular module but does for two others in this WG7310 series-- the WG7310-0A and WG7310-2A. The 0A uses the TI WL1270 chipset which is 802.11 b/g/n only and the 2A uses the TI WL1271 which has 802.11 b/g/n + BT 2.1 + FM. There's readily available information on the web for both of those chipsets (the WL1271 in particular, see TI's processor wiki or Omappedia) but I haven't seen anything for the WL1270B (try googling it with -kindle and -amazon). One interesting thing I've noticed looking at dmesg output on my own KF are references to the WL1273 chipset (which is what the Nook Tablet has in it I think?) and then there's this: pastebin.com/a4m6jc7T which looks to be dmesg output from KF (running a 2.6.35 kernel at) that showing BT drivers loading if title is to be believed. Hopefully somebody can finally get to the bottom of this now!
_ante_ said:
Assuming that the TI chipset in the Jorjin module even supports Bluetooth. The available pictures from teardowns (namely ifixit.com's) show a model number WG7310-30 stamped on the module cover and inside that module, a TI WL1270B chipset. Unfortunately, the Jorjin site does not have information about this particular module but does for two others in this WG7310 series-- the WG7310-0A and WG7310-2A. The 0A uses the TI WL1270 chipset which is 802.11 b/g/n only and the 2A uses the TI WL1271 which has 802.11 b/g/n + BT 2.1 + FM. There's readily available information on the web for both of those chipsets (the WL1271 in particular, see TI's processor wiki or Omappedia) but I haven't seen anything for the WL1270B (try googling it with -kindle and -amazon). One interesting thing I've noticed looking at dmesg output on my own KF are references to the WL1273 chipset (which is what the Nook Tablet has in it I think?) and then there's this: pastebin.com/a4m6jc7T which looks to be dmesg output from KF (running a 2.6.35 kernel at) that showing BT drivers loading if title is to be believed. Hopefully somebody can finally get to the bottom of this now!
Click to expand...
Click to collapse
At my last job, I had to get a WL1271 going in Android, and oddly enough I am doing the same thing again at my new job too.
I did notice that the WL1270 does NOT have bluetooth as well, so its probably more than likely that the KF does not contain bluetooth.
I did try 'microcom' (a part of Busybox I built and installed on the KF) and tried all the serial ports (ttyO0 - ttyO3) and I didn't see anything out there, but of course one would have to enable the BT_EN line to the chip to wake that part up.
If it did have bluetooth, finding the BT_EN line would be a tremendous amount of fun though!
jamez70 said:
At my last job, I had to get a WL1271 going in Android, and oddly enough I am doing the same thing again at my new job too.
I did notice that the WL1270 does NOT have bluetooth as well, so its probably more than likely that the KF does not contain bluetooth.
I did try 'microcom' (a part of Busybox I built and installed on the KF) and tried all the serial ports (ttyO0 - ttyO3) and I didn't see anything out there, but of course one would have to enable the BT_EN line to the chip to wake that part up.
If it did have bluetooth, finding the BT_EN line would be a tremendous amount of fun though!
Click to expand...
Click to collapse
Where would one begin the search for said line? I did get a kernel with BT enabled to at least start and load modules but it complained saying it couldn't find a bt device in /sys. Assuming the chip is ignoring such requests, where could I begin looking to 'wake it up'?
This is on 3.0, but it mentions BT as is implemented on a few places in the kernel. Don't know if it will spawn some ideas. https://github.com/KFire-Android/kernel_omap/blob/4AI.4/include/linux/rfkill.h
death2all110 said:
Where would one begin the search for said line? I did get a kernel with BT enabled to at least start and load modules but it complained saying it couldn't find a bt device in /sys. Assuming the chip is ignoring such requests, where could I begin looking to 'wake it up'?
Click to expand...
Click to collapse
Wow.. it could be anywhere. A schematic would be the best bet.
I looked in arch/arm/mach-omap2/board-4430kc1.c but that did not show anything.
jamez70 said:
Wow.. it could be anywhere. A schematic would be the best bet.
I looked in arch/arm/mach-omap2/board-4430kc1.c but that did not show anything.
Click to expand...
Click to collapse
I actually found a few things... ttyO1 BLUETOOTH_UART_DEV_NAME. Says BLUETOOTH_UART is UART2 and CONSOLE_UART is UART3
also appears as if is_bt_active is set to NULL
arch/arm/mach-omap2/board-4430kc1.c
Code:
#define BLUETOOTH_UART UART2
#define BLUETOOTH_UART_DEV_NAME "/dev/ttyO1"
#define CONSOLE_UART UART3
...
Code:
/* wl128x BT, FM, GPS connectivity chip */
struct ti_st_plat_data wilink_pdata = {
.nshutdown_gpio = 55,
.dev_name = BLUETOOTH_UART_DEV_NAME,
.flow_cntrl = 1,
.baud_rate = 3000000,
.suspend = plat_kim_suspend,
.resume = plat_kim_resume,
};
static struct platform_device wl128x_device = {
.name = "kim",
.id = -1,
.dev.platform_data = &wilink_pdata,
};
static struct platform_device btwilink_device = {
.name = "btwilink",
.id = -1,
};
#ifdef CONFIG_TI_ST
static bool is_bt_active(void)
{
struct platform_device *pdev;
struct kim_data_s *kim_gdata;
pdev = &wl128x_device;
kim_gdata = dev_get_drvdata(&pdev->dev);
if (st_ll_getstate(kim_gdata->core_data) != ST_LL_ASLEEP &&
st_ll_getstate(kim_gdata->core_data) != ST_LL_INVALID)
return true;
else
return false;
}
#else
[B]#define is_bt_active NULL[/B]
#endif
#endif
also...
...
Code:
static struct omap_uart_port_info omap_serial_platform_data[] = {
{
.use_dma = 0,
.dma_rx_buf_size = DEFAULT_RXDMA_BUFSIZE,
.dma_rx_poll_rate = DEFAULT_RXDMA_POLLRATE,
.dma_rx_timeout = DEFAULT_RXDMA_TIMEOUT,
.idle_timeout = DEFAULT_IDLE_TIMEOUT,
.flags = 1,
.plat_hold_wakelock = NULL,
[B].plat_omap_bt_active = NULL,[/B]
.rts_padconf = 0,
.rts_override = 0,
.cts_padconf = 0,
.padconf = OMAP4_CTRL_MODULE_PAD_SDMMC1_CMD_OFFSET,
.padconf_wake_ev = 0,
.wk_mask = 0,
},
Click to expand...
Click to collapse
so could that be what we're looking for?
I need a few more posts under my belt before I can insert links, but if you go to chipworks.com and click the "Chipworks Store" button (top right), you can type in "WL1270B" and search their report store. I'm not paying $200 for a photo of the die, but you can see from the description that is says:
Texas Instruments
WL1270B
Publish Date: Nov-11
The WL1270 is IEEE 802.11 b/g/n compliant power saving technology from Texas Instruments.
The only other WL127x chip in their catalog is the WL1271A with a description that clearly states that it provides mobile WLAN, Bluetooth, and FM on a single chip. This isn't absolutely 100% definitive, but it strongly suggests that the WL1270B is 802.11 b/g/n only. As for the lines in the code snippet from the last post-- not surprising, the driver in the stock rom probably supports a range of WL127x and WL128x chips.
Who knows, maybe we'll can still get lucky and one of these teardowns will show a different chip used in some production runs.

Nougat on any Nexus device?

will we be able to install on Nexus 10?????
ScottBroker said:
will we be able to install on Nexus 10?????
Click to expand...
Click to collapse
If there's a developer that is willing to make a build for us. There's not many devs left for the Nexus 10 but hopefully someone will work on it.
Perhaps...
jsgraphicart said:
If there's a developer that is willing to make a build for us. There's not many devs left for the Nexus 10 but hopefully someone will work on it.
Click to expand...
Click to collapse
I really hope so. Perhaps CM will come through for us.
if it hasn't happened in a month or so, bug me - i'll do it
dmitrygr said:
if it hasn't happened in a month or so, bug me - i'll do it
Click to expand...
Click to collapse
dmitrygr, alreqdy got a build without errors, but not yet booting
scanno said:
dmitrygr, alreqdy got a build without errors, but not yet booting
Click to expand...
Click to collapse
How far did you get?
Got the build to succeed but it bootloops with the Google logo.
I have no idea how I can debug this... :'(
aHcVolle said:
How far did you get?
Got the build to succeed but it bootloops with the Google logo.
I have no idea how I can debug this... :'(
Click to expand...
Click to collapse
I have the same. The bootloop is caused by the failure of selinux to load:
Code:
[ 2.951989] init: init first stage started!
[ 2.959452] SELinux: avtab: invalid type or class
[ 2.963067] init: SELinux: Could not load policy: Invalid argument
[ 2.963314] init: failed to load policy: Invalid argument
[ 2.963400] init: Security failure; rebooting into recovery mode...
[ 2.963960] SysRq : Emergency Remount R/O
[ 2.964150] Emergency Remount complete
[ 4.762034] manta_otg manta_otg_work: UNDEFINED -> b_peripheral
[ 7.174875] manta_otg manta_otg_work: b_peripheral -> b_idle
[ 7.387529] manta_bat_sync_charge_enable: charger changed enable state to 1
[ 7.393069] battery: charge source type was changed: usb
[ 7.406743] manta_otg manta_otg_work: b_idle -> b_peripheral
[ 20.751453] INFO: task init:1 blocked for more than 10 seconds.
[ 20.751594] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 20.751670] init D c066e294 0 1 0 0x00000000
scanno said:
I have the same. The bootloop is caused by the failure of selinux to load:
Code:
[ 2.951989] init: init first stage started!
[ 2.959452] SELinux: avtab: invalid type or class
[ 2.963067] init: SELinux: Could not load policy: Invalid argument
[ 2.963314] init: failed to load policy: Invalid argument
[ 2.963400] init: Security failure; rebooting into recovery mode...
[ 2.963960] SysRq : Emergency Remount R/O
[ 2.964150] Emergency Remount complete
[ 4.762034] manta_otg manta_otg_work: UNDEFINED -> b_peripheral
[ 7.174875] manta_otg manta_otg_work: b_peripheral -> b_idle
[ 7.387529] manta_bat_sync_charge_enable: charger changed enable state to 1
[ 7.393069] battery: charge source type was changed: usb
[ 7.406743] manta_otg manta_otg_work: b_idle -> b_peripheral
[ 20.751453] INFO: task init:1 blocked for more than 10 seconds.
[ 20.751594] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 20.751670] init D c066e294 0 1 0 0x00000000
Click to expand...
Click to collapse
Who did you get this log?
Sorry for this noob question
aHcVolle said:
Who did you get this log?
Sorry for this noob question
Click to expand...
Click to collapse
Boot into TWRP, adb shell, cat /proc/last_kmsg
Seems like google upgraded policydb and the kernel has an old one that is not compatible with the selinux in android 7
Thanks!
Ugh this kernel needs a lot of work. @dmitrygr guess you do not have a list of commits you used for the M bringup. That squashed commit does not help to pinpoint the selinux problems. A clean merge with the 3.4 kernel from google / linux.org is not possible with the squashed commit, after reverting it, it was almost a clean merge.
Code:
[ 0.000000] Booting Linux on physical CPU 0
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.4.67 ([email protected]) (gcc version 4.9 20150123 (prerelease) (GCC) ) #4 SMP PREEMPT Thu Sep 8 22:17:17 CEST 2016
[ 0.000000] CPU: ARMv7 Processor [410fc0f4] revision 4 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] Machine: Manta
[ 0.000000] Initialized persistent memory from a0000000-a01fffff
[ 0.000000] ion_reserve: ion_chunk_heap reserved base 90000000 size 268435456
[ 0.000000] Memory policy: ECC disabled, Data cache writealloc
[ 0.000000] CPU EXYNOS5250 (id 0x43520210)
[ 0.000000] S3C24XX Clocks, Copyright 2004 Simtec Electronics
[ 0.000000] clkout: bad source 0
[ 0.000000] EXYNOS5: PLL settings, A=1000000000, B=1333090909, C=333000000
[ 0.000000] M=1600000000, E=96000000, V=300000000, G=533000000
[ 0.000000] EXYNOS5: ARMCLK=1000000000, CDREX=800000000, ACLK400=533000000
[ 0.000000] ACLK333=333000000, ACLK266=266666666, ACLK200=200000000
[ 0.000000] ACLK166=166500000, ACLK66=66666666
[ 0.000000] sclk_fimd: source is ext_xtal (0), rate is 24000000
[ 0.000000] sclk_g3d: source is mout_mpll_user (0), rate is 800000000
[ 0.000000] sclk_gscl_wrap0: source is ext_xtal (0), rate is 24000000
[ 0.000000] sclk_gscl_wrap1: source is ext_xtal (0), rate is 24000000
[ 0.000000] sclk_bayer: source is ext_xtal (0), rate is 24000000
[ 0.000000] sclk_cam0: source is ext_xtal (0), rate is 24000000
[ 0.000000] sclk_cam1: source is ext_xtal (0), rate is 24000000
[ 0.000000] sclk_jpeg: source is ext_xtal (0), rate is 24000000
[ 0.000000] sclk_usbdrd30: source is mout_mpll (0), rate is 66666666
[ 0.000000] PERCPU: Embedded 7 pages/cpu @c1abe000 s12480 r0 d16192 u32768
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 519938
[ 0.000000] Kernel command line: vmalloc=512M debug_core.break_on_panic=0 debug_core.break_on_exception=0 no_console_suspend s3c2410-wdt.tmr_atboot=1 s3c2410-wdt.tmr_margin=30 wire.search_count=5 androidboot.hardware=manta s3cfb.bootloaderfb=0x60000000 androidboot.bootloader=MANTALJ09 androidboot.serialno=R32CB0185CM androidboot.wifimacaddr=BC:20:A4:79:C4:6E androidboot.btmacaddr=BC:20:A4:79:C4:6D
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] allocated 4192256 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Memory: 2047MB = 2047MB total
[ 0.000000] Memory: 1123232k/1123232k available, 972896k reserved, 648576K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] vmalloc : 0xdf800000 - 0xff000000 ( 504 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xdf000000 ( 496 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] .text : 0xc0008000 - 0xc08ca000 (8968 kB)
[ 0.000000] .init : 0xc08ca000 - 0xc09140c0 ( 297 kB)
[ 0.000000] .data : 0xc0916000 - 0xc09672e0 ( 325 kB)
[ 0.000000] .bss : 0xc09df668 - 0xc0ab0d48 ( 838 kB)
[ 0.000000] SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] NR_IRQS:597
[ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
[ 0.000048] Calibrating delay loop... 997.78 BogoMIPS (lpj=2494464)
[ 0.030034] pid_max: default: 32768 minimum: 301
[ 0.030149] Security Framework initialized
[ 0.030173] SELinux: Initializing.
[ 0.030351] Mount-cache hash table entries: 512
[ 0.031044] Initializing cgroup subsys debug
[ 0.031056] Initializing cgroup subsys cpuacct
[ 0.031065] Initializing cgroup subsys memory
[ 0.031095] Initializing cgroup subsys freezer
[ 0.031132] CPU: Testing write buffer coherency: ok
[ 0.031262] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.031293] hw perfevents: enabled with ARMv7 Cortex-A15 PMU driver, 7 counters available
[ 0.031333] Setting up static identity map for 0x4071ba90 - 0x4071bae8
[ 0.093884] CPU1: Booted secondary processor
[ 0.121280] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.121319] CPU1: Unknown IPI message 0x1
[ 0.121446] Brought up 2 CPUs
[ 0.121458] SMP: Total of 2 processors activated (1995.57 BogoMIPS).
[ 0.133124] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[ 0.133321] gpiochip_add: registered GPIOs 0 to 7 on device: GPA0
[ 0.133333] gpiochip_add: registered GPIOs 9 to 14 on device: GPA1
[ 0.133344] gpiochip_add: registered GPIOs 16 to 23 on device: GPA2
[ 0.133355] gpiochip_add: registered GPIOs 25 to 29 on device: GPB0
[ 0.133364] gpiochip_add: registered GPIOs 31 to 35 on device: GPB1
[ 0.133374] gpiochip_add: registered GPIOs 37 to 40 on device: GPB2
[ 0.133383] gpiochip_add: registered GPIOs 42 to 45 on device: GPB3
[ 0.133393] gpiochip_add: registered GPIOs 47 to 53 on device: GPC0
[ 0.133403] gpiochip_add: registered GPIOs 55 to 58 on device: GPC1
[ 0.133412] gpiochip_add: registered GPIOs 60 to 66 on device: GPC2
[ 0.133421] gpiochip_add: registered GPIOs 68 to 74 on device: GPC3
[ 0.133431] gpiochip_add: registered GPIOs 76 to 79 on device: GPD0
[ 0.133440] gpiochip_add: registered GPIOs 81 to 88 on device: GPD1
[ 0.133450] gpiochip_add: registered GPIOs 90 to 95 on device: GPY0
[ 0.133459] gpiochip_add: registered GPIOs 97 to 100 on device: GPY1
[ 0.133468] gpiochip_add: registered GPIOs 102 to 107 on device: GPY2
[ 0.133478] gpiochip_add: registered GPIOs 109 to 116 on device: GPY3
[ 0.133487] gpiochip_add: registered GPIOs 118 to 125 on device: GPY4
[ 0.133497] gpiochip_add: registered GPIOs 127 to 134 on device: GPY5
[ 0.133506] gpiochip_add: registered GPIOs 136 to 143 on device: GPY6
[ 0.133515] gpiochip_add: registered GPIOs 145 to 151 on device: GPC4
[ 0.133525] gpiochip_add: registered GPIOs 153 to 160 on device: GPX0
[ 0.133534] gpiochip_add: registered GPIOs 162 to 169 on device: GPX1
[ 0.133543] gpiochip_add: registered GPIOs 171 to 178 on device: GPX2
[ 0.133553] gpiochip_add: registered GPIOs 180 to 187 on device: GPX3
[ 0.133567] gpiochip_add: registered GPIOs 189 to 196 on device: GPE0
[ 0.133577] gpiochip_add: registered GPIOs 198 to 199 on device: GPE1
[ 0.133586] gpiochip_add: registered GPIOs 201 to 204 on device: GPF0
[ 0.133595] gpiochip_add: registered GPIOs 206 to 209 on device: GPF1
[ 0.133604] gpiochip_add: registered GPIOs 211 to 218 on device: GPG0
[ 0.133613] gpiochip_add: registered GPIOs 220 to 227 on device: GPG1
[ 0.133623] gpiochip_add: registered GPIOs 229 to 230 on device: GPG2
[ 0.133632] gpiochip_add: registered GPIOs 232 to 235 on device: GPH0
[ 0.133641] gpiochip_add: registered GPIOs 237 to 244 on device: GPH1
[ 0.133655] gpiochip_add: registered GPIOs 246 to 253 on device: GPV0
[ 0.133665] gpiochip_add: registered GPIOs 255 to 262 on device: GPV1
[ 0.133674] gpiochip_add: registered GPIOs 264 to 271 on device: GPV2
[ 0.133683] gpiochip_add: registered GPIOs 273 to 280 on device: GPV3
[ 0.133692] gpiochip_add: registered GPIOs 282 to 283 on device: GPV4
[ 0.133704] gpio: GPZ has no PM function
[ 0.133713] gpiochip_add: registered GPIOs 285 to 291 on device: GPZ
[ 0.133928] dummy:
[ 0.134144] NET: Registered protocol family 16
[ 0.134479] Registered FIQ tty driver
[ 0.134514] Last reset was XnRESET pin reset (RST_STAT=0x10000)
[ 0.136730] Manta HW revision: 8, CPU EXYNOS5250 Rev1.0
[ 0.140206] console [ttyFIQ2] enabled
[ 0.140301] Registered fiq debugger ttyFIQ2
[ 0.140586] persistent_ram: found existing buffer, size 24788, start 24788
[ 0.203296] console [ram-1] enabled
[ 0.204992] bootloader fb located at 60000000-60F9FFFF
[ 0.205111] Registered chained gpio int handler for interrupt 77.
[ 0.205195] Registered interrupt support for gpio group 19.
[ 0.207404] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.207523] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.207708] S3C Power Management, Copyright 2004 Simtec Electronics
[ 0.208057] EXYNOS5250 PMU Initialize
[ 0.208950] EXYNOS: Initializing architecture
[ 0.209368] s3c24xx-pwm s3c24xx-pwm.0: tin at 33333333, tdiv at 33333333, tin=divclk, base 0
[ 0.209550] s3c24xx-pwm s3c24xx-pwm.1: tin at 16666666, tdiv at 16666666, tin=divclk, base 8
[ 0.216848] bio: create slab <bio-0> at 0
[ 0.217244] MXT_BOOSTER:
[ 0.217421] MXT_XVDD:
[ 0.217535] MXT_XVDD: supplied by MXT_BOOSTER
[ 0.217772] VBATT: 3700 mV
[ 0.615102] ion_chunk_heap_create: base 2415919104 size 268435456 align 1048576
[ 0.615680] SCSI subsystem initialized
[ 0.616518] usbcore: registered new interface driver usbfs
[ 0.616675] usbcore: registered new interface driver hub
[ 0.616820] usbcore: registered new device driver usb
[ 0.617124] wake enabled for irq 439
[ 0.617235] wake enabled for irq 432
[ 0.617345] wake enabled for irq 433
[ 0.617454] GPIO Input Driver: Start gpio inputs for manta-keypad... in interrupt mode
[ 0.617575] wake enabled for irq 427
[ 0.617683] GPIO Input Driver: Start gpio inputs for manta-keypad... in interrupt mode
[ 0.617873] input: manta-keypad as /devices/virtual/input/input0
[ 0.618085] input: manta-switch as /devices/virtual/input/input1
[ 0.618614] s3c-i2c s3c2440-i2c.0: i2c-0: S3C I2C adapter
[ 0.618726] s3c-i2c s3c2440-i2c.0: slave address 0x10
[ 0.618789] s3c-i2c s3c2440-i2c.0: bus frequency set to 65 KHz
[ 0.619183] s3c-i2c s3c2440-i2c.1: i2c-1: S3C I2C adapter
[ 0.619249] s3c-i2c s3c2440-i2c.1: slave address 0x10
[ 0.619357] s3c-i2c s3c2440-i2c.1: bus frequency set to 378 KHz
[ 0.619716] s3c-i2c s3c2440-i2c.2: i2c-2: S3C I2C adapter
[ 0.619827] s3c-i2c s3c2440-i2c.2: slave address 0x10
[ 0.619890] s3c-i2c s3c2440-i2c.2: bus frequency set to 378 KHz
[ 0.620185] s3c-i2c s3c2440-i2c.3: i2c-3: S3C I2C adapter
[ 0.620251] s3c-i2c s3c2440-i2c.3: slave address 0x10
[ 0.620359] s3c-i2c s3c2440-i2c.3: bus frequency set to 378 KHz
[ 0.620664] s3c-i2c s3c2440-i2c.4: i2c-4: S3C I2C adapter
[ 0.620776] s3c-i2c s3c2440-i2c.4: slave address 0x10
[ 0.620839] s3c-i2c s3c2440-i2c.4: bus frequency set to 378 KHz
[ 0.621325] max77686 5-0009: device found
[ 0.628204] max77686_pmic_probe: Device ID=0x09, (version:1, chip_rev:1)
[ 0.628466] max77686-pmic max77686-pmic: Power on triggered by PWRON=High
[ 0.628532] max77686-pmic max77686-pmic: Power on triggered by Manual Reset Event
[ 0.631785] vdd_mif range: 850 <--> 1200 mV at 1037 mV
[ 0.632529] vdd_arm range: 850 <--> 1500 mV at 1075 mV
[ 0.633316] vdd_int range: 850 <--> 1300 mV at 1037 mV
[ 0.634059] vdd_g3d range: 850 <--> 1250 mV at 1200 mV
[ 0.635087] VCC_1.8V_AP: 1800 mV
[ 0.636067] VMIPI_1.0V: 1000 mV
[ 0.636841] TOUCH_VDD_1.8V: 1800 mV
[ 0.637871] VMIPI_1.8V: 1800 mV
[ 0.638839] VUOTG_3.0V: 3000 mV
[ 0.639810] VHSIC_1.0V: 1000 mV
[ 0.640787] VHSIC_1.8V: 1800 mV
[ 0.641577] 5M_CORE_1.5V: 1500 mV
[ 0.642294] CAM_IO_1.8V: 1800 mV
[ 0.643021] VT_CAM_1.8V: 1800 mV
[ 0.643790] TA_CHECK_1.35V: 1350 mV
[ 0.644516] TSP_AVDD_2.8V: 2800 mV
[ 0.645231] CAM_AF_2.8V: 2800 mV
[ 0.646202] VADC_3.3V: 3300 mV
[ 0.646850] 32KHZ_PMIC:
[ 0.647063] s3c-i2c s3c2440-i2c.5: i2c-5: S3C I2C adapter
[ 0.647128] s3c-i2c s3c2440-i2c.5: slave address 0x10
[ 0.647238] s3c-i2c s3c2440-i2c.5: bus frequency set to 378 KHz
[ 0.647508] s3c-i2c s3c2440-i2c.7: i2c-7: S3C I2C adapter
[ 0.647620] s3c-i2c s3c2440-i2c.7: slave address 0x10
[ 0.647682] s3c-i2c s3c2440-i2c.7: bus frequency set to 378 KHz
[ 0.647936] s3c-i2c s3c2440-i2c.8: i2c-8: S3C I2C adapter
[ 0.648001] s3c-i2c s3c2440-i2c.8: slave address 0x10
[ 0.648109] s3c-i2c s3c2440-i2c.8: bus frequency set to 378 KHz
[ 0.648228] Linux media interface: v0.10
[ 0.648372] Linux video capture interface: v2.00
[ 0.649822] Advanced Linux Sound Architecture Driver Version 1.0.25.
[ 0.650310] Bluetooth: Core ver 2.16
[ 0.650408] NET: Registered protocol family 31
[ 0.650471] Bluetooth: HCI device and connection manager initialized
[ 0.650584] Bluetooth: HCI socket layer initialized
[ 0.650646] Bluetooth: L2CAP socket layer initialized
[ 0.650773] Bluetooth: SCO socket layer initialized
[ 0.651126] cfg80211: Calling CRDA to update world regulatory domain
[ 0.651502] wake enabled for irq 421
[ 0.651634] wake enabled for irq 422
[ 0.652025] Switching to clocksource mct-frc
[ 0.668456] NET: Registered protocol family 2
[ 0.668686] IP route cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.669141] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.670183] TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
[ 0.671278] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.671388] TCP: reno registered
[ 0.671453] UDP hash table entries: 256 (order: 1, 8192 bytes)
[ 0.671529] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[ 0.671810] NET: Registered protocol family 1
[ 0.672078] Trying to unpack rootfs image as initramfs...
[ 0.729783] Freeing initrd memory: 1244K
[ 0.731326] Exynos5 : ARM Clock down on idle mode is enabled
[ 0.731484] EXYNOS5250 ASV(ARM : 6 MIF : 2) using fused group
[ 0.731879] [BT] bcm_bt_lpm_init
[ 0.732110] wake enabled for irq 438
[ 0.732592] exynos_tmu exynos_tmu: Current auto refresh interval(3875 nsec), Normal auto refresh interval(3875 nsec), memory throttle auto refresh internal(1937 nsec)
[ 0.733745] exynos_tmu exynos_tmu: Tmu Initialization is sucessful...!
[ 0.733964] s3c-adc samsung-adc-v4: operating without regulator "vdd" .
[ 0.734095] s3c-adc samsung-adc-v4: attached adc driver
[ 0.734639] audit: initializing netlink socket (disabled)
[ 0.734730] type=2000 audit(0.725:1): initialized
[ 0.735542] highmem bounce pool size: 64 pages
[ 0.741211] fuse init (API version 7.18)
[ 0.741464] msgmni has been set to 929
[ 0.743146] io scheduler noop registered
[ 0.743214] io scheduler deadline registered
[ 0.743289] io scheduler row registered
[ 0.743417] io scheduler cfq registered (default)
[ 0.945979] dma-pl330 dma-pl330.0: Loaded driver for PL330 DMAC-267056
[ 0.946098] dma-pl330 dma-pl330.0: DBUFF-32x4bytes Num_Chans-8 Num_Peri-32 Num_Events-32
[ 0.948258] dma-pl330 dma-pl330.1: Loaded driver for PL330 DMAC-267056
[ 0.948377] dma-pl330 dma-pl330.1: DBUFF-32x4bytes Num_Chans-8 Num_Peri-32 Num_Events-32
[ 0.949085] dma-pl330 dma-pl330.2: Loaded driver for PL330 DMAC-267056
[ 0.949154] dma-pl330 dma-pl330.2: DBUFF-64x8bytes Num_Chans-8 Num_Peri-1 Num_Events-32
[ 0.949379] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.950120] exynos4210-uart.0: ttySAC0 at MMIO 0x12c00000 (irq = 83) is a S3C6400/10
[ 0.950312] exynos4210-uart.1: ttySAC1 at MMIO 0x12c10000 (irq = 84) is a S3C6400/10
[ 0.950546] exynos4210-uart.3: ttySAC3 at MMIO 0x12c30000 (irq = 86) is a S3C6400/10
[ 0.950886] mali mali.0: Continuing without Mali clock control
[ 0.951998] mali mali.0: GPU identified as 0x6956 r0p0 status 1
[ 1.088187] mali mali.0: Probed as mali0
[ 1.088423] mali mali.0: start latency exceeded, new value 958 ns
[ 1.089362] mali mali.0: state restore latency exceeded, new value 822666 ns
[ 1.089434] mali mali.0: stop latency exceeded, new value 875 ns
[ 1.094319] brd: module loaded
[ 1.096675] loop: module loaded
[ 1.097558] WM1811 LDO1:
[ 1.098053] WM1811 LDO2:
[ 1.102571] wm8994 7-001a: WM1811 revision D CUST_ID 00
[ 1.106510] bcm2079x-spi spi2.0: bcmspinfc_probe, probing bcmspinfc driver
[ 1.106700] bcm2079x-spi spi2.0: requesting IRQ 430
[ 1.106821] bcm2079x-spi spi2.0: bcmspinfc_probe, probing bcmspinfc driver exited successfully
[ 1.107088] tun: Universal TUN/TAP device driver, 1.6
[ 1.107151] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
[ 1.107370] PPP generic driver version 2.4.2
[ 1.107532] PPP BSD Compression module registered
[ 1.107644] PPP Deflate Compression module registered
[ 1.107975] PPP MPPE Compression module registered
[ 1.108089] NET: Registered protocol family 24
[ 1.108188] usbcore: registered new interface driver asix
[ 1.108282] usbcore: registered new interface driver cdc_ether
[ 1.108417] usbcore: registered new interface driver net1080
[ 1.108505] usbcore: registered new interface driver cdc_subset
[ 1.108638] usbcore: registered new interface driver zaurus
[ 1.108789] usbcore: registered new interface driver cdc_ncm
[ 1.108981] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.109363] s5p-ehci s5p-ehci: S5P EHCI Host Controller
[ 1.109543] s5p-ehci s5p-ehci: new USB bus registered, assigned bus number 1
[ 1.109714] s5p-ehci s5p-ehci: irq 103, io mem 0x12110000
[ 1.117202] s5p-ehci s5p-ehci: USB 0.0 started, EHCI 1.00
[ 1.117381] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.117447] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.117557] usb usb1: Product: S5P EHCI Host Controller
[ 1.117619] usb usb1: Manufacturer: Linux 3.4.67 ehci_hcd
[ 1.117727] usb usb1: SerialNumber: s5p-ehci
[ 1.118103] hub 1-0:1.0: USB hub found
[ 1.118226] hub 1-0:1.0: 3 ports detected
[ 1.118505] s5p-ehci s5p-ehci: remove, state 1
[ 1.118577] usb usb1: USB disconnect, device number 1
[ 1.119856] s5p-ehci s5p-ehci: USB bus 1 deregistered
[ 1.120123] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.120447] exynos-ohci exynos-ohci: EXYNOS OHCI Host Controller
[ 1.120633] exynos-ohci exynos-ohci: new USB bus registered, assigned bus number 1
[ 1.120777] exynos-ohci exynos-ohci: irq 103, io mem 0x12120000
[ 1.176284] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.176399] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.176510] usb usb1: Product: EXYNOS OHCI Host Controller
[ 1.176572] usb usb1: Manufacturer: Linux 3.4.67 ohci_hcd
[ 1.176680] usb usb1: SerialNumber: exynos-ohci
[ 1.177025] hub 1-0:1.0: USB hub found
[ 1.177100] hub 1-0:1.0: 3 ports detected
[ 1.177431] exynos-ohci exynos-ohci: remove, state 1
[ 1.177502] usb usb1: USB disconnect, device number 1
[ 1.178015] exynos-ohci exynos-ohci: USB bus 1 deregistered
[ 1.178292] usbcore: registered new interface driver usblp
[ 1.178402] Initializing USB Mass Storage driver...
[ 1.178493] usbcore: registered new interface driver usb-storage
[ 1.178602] USB Mass Storage support registered.
[ 1.178936] s3c-hsotg : S3C HS USB OTG Device Driver,(c) 2008-2009 Samsung Electronics
[ 1.178943] s3c-hsotg : version 15 March 2009
[ 1.179261] file system registered
[ 1.180162] gadget: Mass Storage Function, version: 2009/09/11
[ 1.180277] gadget: Number of LUNs=1
[ 1.180341] lun0: LUN: removable file: (no medium)
[ 1.180674] gadget: android_usb ready
[ 1.180738] bound driver 'android_usb'
[ 1.180921] mousedev: PS/2 mouse device common for all mice
[ 1.181226] usbcore: registered new interface driver xpad
[ 1.181319] usbcore: registered new interface driver usb_acecad
[ 1.181455] usbcore: registered new interface driver aiptek
[ 1.181541] usbcore: registered new interface driver gtco
[ 1.181674] usbcore: registered new interface driver hanwang
[ 1.181760] usbcore: registered new interface driver kbtab
[ 1.181893] usbcore: registered new interface driver wacom
[ 1.182388] input: Atmel maXTouch Touchscreen as /devices/platform/s3c2440-i2c.3/i2c-3/3-004a/input/input2
[ 1.192364] mali mali.0: stop latency exceeded, new value 959 ns
[ 1.192496] mali mali.0: state save latency exceeded, new value 8375 ns
[ 1.192851] pd-g3d: Power-off latency exceeded, new value 286958 ns
[ 1.292779] max77686-rtc max77686-rtc: max77686_rtc_enable_wtsr_smpl: WTSR: enable, SMPL: enable
[ 1.392693] max77686-rtc max77686-rtc: rtc core: registered max77686-rtc as rtc0
[ 1.393279] i2c /dev entries driver
[ 1.393982] exynos-mdev.0: Media0[0xde147800] was registered successfully
[ 1.394177] exynos-mdev.1: Media1[0xde147c00] was registered successfully
[ 1.394369] exynos-mdev.2: Media2[0xde19c000] was registered successfully
[ 1.394947] [INFO]gsc_probe:1450: gsc-0 registered successfully
[ 1.395461] [INFO]gsc_probe:1450: gsc-1 registered successfully
[ 1.395921] [INFO]gsc_probe:1450: gsc-2 registered successfully
[ 1.396419] [INFO]gsc_probe:1450: gsc-3 registered successfully
[ 1.396533] Initialize JPEG driver
[ 1.396807] s5p-jpeg s5p-jpeg: JPEG driver is registered to /dev/video12
[ 1.396938] s5p-jpeg s5p-jpeg: JPEG driver is registered to /dev/video11
[ 1.397382] Samsung Graphics 2D driver, (c) 2011 Samsung Electronics
[ 1.397489] EXYNOS MFC V4L2 Driver, (c) 2010 Samsung Electronics
[ 1.397926] s5p-mfc s5p-mfc: decoder registered as /dev/video6
[ 1.398059] s5p-mfc s5p-mfc: encoder registered as /dev/video7
[ 1.398621] i2c i2c-0: attached exynos hdcp into i2c adapter successfully
[ 1.398764] i2c-core: driver [exynos_hdcp] using legacy suspend method
[ 1.398827] i2c-core: driver [exynos_hdcp] using legacy resume method
[ 1.398946] Samsung HDMI output driver, (c) 2010-2011 Samsung Electronics Co., Ltd.
[ 1.399158] s5p-hdmi exynos5-hdmi: hdmiphy i2c bus number = 8
[ 1.399348] s5p-hdmiphy 8-0038: hdmiphy_probe start
[ 1.399414] s5p-hdmiphy 8-0038: probe successful
[ 1.425083] s5p-hdmi exynos5-hdmi: probe sucessful
[ 1.425258] i2c i2c-0: probed exynos edid
[ 1.425365] Samsung TV Mixer driver, (c) 2010-2011 Samsung Electronics Co., Ltd.
[ 1.425519] s5p-mixer s5p-mixer: probe start
[ 1.425802] s5p-mixer s5p-mixer: resources acquired
[ 1.425890] s5p-mixer s5p-mixer: added output 'S5P HDMI connector' from module 's5p-hdmi'
[ 1.426106] s5p-mixer s5p-mixer: registered layer mxr0_graph0 as /dev/video16
[ 1.426245] s5p-mixer s5p-mixer: registered layer mxr0_graph1 as /dev/video17
[ 1.426436] s5p-mixer s5p-mixer: registered layer mxr1_graph2 as /dev/video18
[ 1.426616] s5p-mixer s5p-mixer: registered layer mxr1_graph3 as /dev/video19
[ 1.426682] s5p-mixer s5p-mixer: mixer0 create links
[ 1.426801] s5p-mixer s5p-mixer: mixer1 create links
[ 1.426871] s5p-mixer s5p-mixer: mixer links are created successfully
[ 1.426995] s5p-mixer s5p-mixer: probe successful
[ 1.428101] fimc_is_spi successfully probed
[ 1.428187] Driver for 1-wire Dallas network protocol.
[ 1.500042] wake enabled for irq 420
[ 1.500412] s3c2410_wdt: S3C2410 Watchdog Timer, (c) 2004 Simtec Electronics
[ 1.500665] s3c2410-wdt s3c2410-wdt: starting watchdog timer
[ 1.500735] s3c2410-wdt s3c2410-wdt: watchdog active, reset enabled, irq disabled
[ 1.501243] device-mapper: uevent: version 1.0.3
[ 1.501481] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: [email protected]
[ 1.501897] Bluetooth: HCI UART driver ver 2.2
[ 1.502010] Bluetooth: HCI H4 protocol initialized
[ 1.502210] cpuidle: using governor ladder
[ 1.502414] cpuidle: using governor menu
[ 1.502548] sdhci: Secure Digital Host Controller Interface driver
[ 1.502611] sdhci: Copyright(c) Pierre Ossman
[ 1.502798] Synopsys Designware Multimedia Card Interface Driver
[ 1.502964] dw_mmc dw_mmc.0: Using internal DMA controller.
[ 1.503389] mmc0: no vmmc regulator found
[ 1.505370] dw_mmc dw_mmc.0: Version ID is 241a
[ 1.505449] dw_mmc dw_mmc.0: DW MMC controller at irq 107, 32 bit host data width, 128 deep fifo
[ 1.505664] dw_mmc dw_mmc.1: Using internal DMA controller.
[ 1.506044] mmc1: no vmmc regulator found
[ 1.507344] dw_mmc dw_mmc.1: Version ID is 241a
[ 1.507412] dw_mmc dw_mmc.1: DW MMC controller at irq 108, 32 bit host data width, 128 deep fifo
[ 1.507523] dw_mmc dw_mmc.1: Internal DMAC interrupt fix enabled.
[ 1.517567] usbcore: registered new interface driver usbhid
[ 1.517691] usbhid: USB HID core driver
[ 1.532218] mmc_host mmc0: device is being hw reset
[ 1.692231] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 400000Hz, actual 396825HZ div = 63)
52 Corrected bytes, 0 unrecoverable blocks
Last reset was software reset (RST_STAT=0x20000000)
I have no idea what is missing but the display doesn't show anything when booting with a self compiled permissive kernel....
Just to let you all know
scanno said:
Just to let you all know
Click to expand...
Click to collapse
Nice. Looking forward to seeing how far this goes. How's it running?
jsgraphicart said:
Nice. Looking forward to seeing how far this goes. How's it running?
Click to expand...
Click to collapse
Too early to tell. Just got it booting. Wifi is working. Camera and gps not yet. BT and NFC not tried yet.
scanno said:
Too early to tell. Just got it booting. Wifi is working. Camera and gps not yet. BT and NFC not tried yet.
Click to expand...
Click to collapse
Well it's exciting to actually see it being done. I was afraid we wouldn't get anything for our Nexus 10
scanno said:
Too early to tell. Just got it booting. Wifi is working.
Click to expand...
Click to collapse
Don't need anything else!
scanno said:
Too early to tell. Just got it booting. Wifi is working. Camera and gps not yet. BT and NFC not tried yet.
Click to expand...
Click to collapse
Which kernel did you use?
aHcVolle said:
Which kernel did you use?
Click to expand...
Click to collapse
I used my own kernel (well the omnirom kernel and selinux patches).
This weekend i will sort out the patches and commit them.
You can check https://gerrit.omnirom.org/#/q/stat...anta+branch:android-7.0+topic:manta-n-bringup
I have most of them there already, but not yet verified by a new build.
---------- Post added at 10:36 AM ---------- Previous post was at 10:35 AM ----------
peachpuff said:
Don't need anything else!
Click to expand...
Click to collapse
Will upload the boot.img and system.img tonight.
But ut is a first booting build,expect problems and at your own risk. Only flashable by fastboot.
---------- Post added at 11:36 AM ---------- Previous post was at 10:36 AM ----------
https://www.androidfilehost.com/?w=files&flid=109935
Completely at your own risk
Wipe in twrp
Reboot into bootloader
fastboot flash boot boot.img
fastboot flash system system.img
fastboot reboot
And cross your fingers
Flashing system.img will give a signature failure, but it boots fine for me

Categories

Resources