Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 02-20-2024, 10:08 AM   #1
discombulate
Junior Member
discombulate began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Nov 2022
Device: Kindle Basic 7th Gen. (KT2)
Exclamation Help unbricking KT2, can't access diags using serial adapter

I am trying to unbrick my KT2 using usb to ttl serial adapter. I've successfully setup the connections. When I reboot, I get the following output in my terminal:
Code:
U-Boot 2009.08-lab126 (May 22 2019 - 22:10:26)

CPU: Freescale i.MX6 family TO0.0 at 996 MHz
Temperature:   38 C, calibration data 0x59a51a5f
mx6sl pll1: 996MHz
mx6sl pll2: 528MHz
mx6sl pll3: 480MHz
mx6sl pll8: 50MHz
ipg clock     : 66000000Hz
ipg per clock : 66000000Hz
uart clock    : 80000000Hz
cspi clock    : 60000000Hz
ahb clock     : 132000000Hz
axi clock   : 198000000Hz
emi_slow clock: 22000000Hz
ddr clock     : 396000000Hz
usdhc1 clock  : 198000000Hz
usdhc2 clock  : 198000000Hz
usdhc3 clock  : 198000000Hz
usdhc4 clock  : 198000000Hz
MMC:  FSL_ESDHC: 0,FSL_ESDHC: 1,FSL_ESDHC: 2
Board: Bourbon PREEVT2 WFO
Boot Reason: [ POR ]
Boot Device: NAND
Board Id: ********************
S/N: *******************
I2C:   ready
DRAM:  256 MB
Using default environment

In:    serial
Out:   serial
Err:   serial
Quick Memory Test 0x80000000, 0xfff0000
POST done in 57 ms
BOOTMODE OVERRIDE: DIAGS
Battery voltage: 3888 mV

Hit any key to stop autoboot:  0
## Booting kernel from Legacy Image at 80800000 ...
   Image Name:   Linux-3.0.35-lab126
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2595644 Bytes =  2.5 MB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...

[    0.098783] boot: C def:bcut:batterycut=1
[    0.276973] LPDDR2 MfgId: 0x1 [Samsung]
[    0.280836]
[    0.280839] just text: vaddr c013f678, va 0xc013f200 pa 0x801000c3 attr 0x6
[    0.293388]
[    0.293391] nmx6sl_wfi_iram: vaddr d0856000, va 0xd0856200 pa 0x904043 attr 0x2
[    0.302257]
[    0.302260] mx6sl_ddr: vaddr d085e000, va 0xd085e200 pa 0x905043 attr 0x2
[    0.310679]
[    0.310682] mx6sl_iomux: vaddr f40e0000, va 0xf40e0200 pa 0x20110c3 attr 0x149
[    0.321662]
[    0.321664] ANATOP: vaddr f40c8000, va 0xf40c8200 pa 0x20110c3 attr 0x149
[    0.335626]
[    0.335629] CCM: vaddr f40c4000, va 0xf40c4200 pa 0x20110c3 attr 0x149
[    0.344375]
[    0.344378] MMDC_P0: vaddr f41b0000, va 0xf41b0200 pa 0x21110c3 attr 0x149
[    0.356813]
[    0.356816] L2: vaddr f2a02000, va 0xf2a02200 pa 0xa02043 attr 0x149
[    0.366592]
[    0.366594] arm perif: vaddr f2a00000, va 0xf2a00200 pa 0xa00043 attr 0x149
3.0.35-lab126 #1 PREEMPT Mon Nov 10 02:44:45 PST 2014 armv7l
Press [ENTER] for recovery menu...       1 \/dev/mmcblk0p4:
CHS=4/16/101312 size=3319791616 bytes
flag type      first       last  lba first   lba size
Partition p1:
0x00 0x0b         16 <large>            16    6483952
    CHS: 0/1/1 - <large>
Partition p2:
Partition p3:
Partition p4:
BOOTING DEFAULT.
IP-Config: no devices to configure
kinit: Unable to mount root fs on device dev(179,2)
kinit: init not found!
I can access uboot and when I run bist I get the following output:
Code:
uboot > bist
HW


U-Boot 2009.08-lab126 (May 22 2019 - 22:11:39)

CPU: Freescale i.MX6 family TO0.0 at 996 MHz
Temperature:   41 C, calibration data 0x59a51a5f
mx6sl pll1: 996MHz
mx6sl pll2: 528MHz
mx6sl pll3: 480MHz
mx6sl pll8: 50MHz
ipg clock     : 66000000Hz
ipg per clock : 66000000Hz
uart clock    : 80000000Hz
cspi clock    : 60000000Hz
ahb clock     : 132000000Hz
axi clock   : 198000000Hz
emi_slow clock: 22000000Hz
ddr clock     : 396000000Hz
usdhc1 clock  : 198000000Hz
usdhc2 clock  : 198000000Hz
usdhc3 clock  : 198000000Hz
usdhc4 clock  : 198000000Hz
MMC:  FSL_ESDHC: 0,FSL_ESDHC: 1,FSL_ESDHC: 2
Board: Bourbon PREEVT2 WFO
Boot Reason: [ POR ]
Boot Device: NAND
Board Id: *****************
S/N: **************
I2C:   ready
DRAM:  256 MB
Using default environment

In:    serial
Out:   serial
Err:   serial
POST done in 1 ms
BOOTMODE OVERRIDE: DIAGS
Battery voltage: 3998 mV

bist >
When I run bootm 0xE41000 in uboot to access diags, it fails with the following output:
Code:
## Booting kernel from Legacy Image at 80800000 ...
   Image Name:   Linux-3.0.35-lab126
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2595644 Bytes =  2.5 MB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...

[    0.098756] boot: C def:bcut:batterycut=1
[    0.276404] LPDDR2 MfgId: 0x0 [Reserved]
[    0.280355]
[    0.280357] just text: vaddr c013f678, va 0xc013f200 pa 0x801000c3 attr 0x6
[    0.292901]
[    0.292904] nmx6sl_wfi_iram: vaddr d0856000, va 0xd0856200 pa 0x904043 attr 0x2
[    0.301765]
[    0.301768] mx6sl_ddr: vaddr d085e000, va 0xd085e200 pa 0x905043 attr 0x2
[    0.310108]
[    0.310111] mx6sl_iomux: vaddr f40e0000, va 0xf40e0200 pa 0x20110c3 attr 0x149
[    0.321157]
[    0.321160] ANATOP: vaddr f40c8000, va 0xf40c8200 pa 0x20110c3 attr 0x149
[    0.335537]
[    0.335540] CCM: vaddr f40c4000, va 0xf40c4200 pa 0x20110c3 attr 0x149
[    0.347511]
[    0.347514] MMDC_P0: vaddr f41b0000, va 0xf41b0200 pa 0x21110c3 attr 0x149
[    0.357907]
[    0.357910] L2: vaddr f2a02000, va 0xf2a02200 pa 0xa02043 attr 0x149
[    0.368007]
[    0.368009] arm perif: vaddr f2a00000, va 0xf2a00200 pa 0xa00043 attr 0x149
3.0.35-lab126 #1 PREEMPT Mon Nov 10 02:44:45 PST 2014 armv7l
Press [ENTER] for recovery menu...       1 \/dev/mmcblk0p4:
CHS=4/16/101312 size=3319791616 bytes
flag type      first       last  lba first   lba size
Partition p1:
0x00 0x0b         16 <large>            16    6483952
    CHS: 0/1/1 - <large>
Partition p2:
Partition p3:
Partition p4:
BOOTING DEFAULT.
IP-Config: no devices to configure
kinit: Unable to mount root fs on device dev(179,2)
kinit: init not found!
I can access recovery, export fat partition using the recovery menu and use fastboot using bist. The recovery menu output is as follows:
Code:
Press [ENTER] for recovery menu...       3 /
Charge: 71% [##########################################::::::::::::::::]


Menu
====
3. Load MMC0 over USB storage
4. Erase MMC0
I. Initialize Partition Table (fdisk) and format FAT
O. Format and overwrite FAT partition
E. Export FAT partition
U. Update using update*.bin file on FAT partition
M. Update using update*.bin file on FAT partition of second MMC port
C. Configure USB networking
N. Boot NFS over USB
Z. Boot NFS over ETH
L. List files in many directories
S. Access the shell
8. Test low level screens
D. dmesg / kernel printk ring buffer.
Q. quit
Choose:  21 -
From my understanding of the above log, I have problems in booting diags partition and mounting root fs. I have tried putting a firmware update in fat partition after exporting it using recovery but that has also failed. I have looked through many threads about flashing diags through fastboot but they are mainly about paperwhite. At this point, I feel pretty stumped and I don't think I can proceed without a guide from a veteran.
discombulate is offline   Reply With Quote
Old 02-22-2024, 12:17 AM   #2
discombulate
Junior Member
discombulate began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Nov 2022
Device: Kindle Basic 7th Gen. (KT2)
I tried reinstalling the latest firmware and got the following relevant output:
Code:
<4>[    0.552558] Disabling lock debugging due to kernel taint
<4>[    0.552934] INFO:Loaded module /lib/modules/mxc_epdc_eink.ko  (10784 bytes)
<6>[    0.559970] imx_epdc_fb imx_epdc_fb: Found a video mode override (EBU)
<6>[    0.622806] mmc1: mmc_rescan_try_freq: trying to init card at 200000 Hz
<6>[    0.695448] mmc1: mmc_rescan_try_freq: trying to init card at 100000 Hz
<6>[    1.183040] add wake up source irq 104
<6>[    1.668611] Retrieved voltage control information
<6>[    2.253058] KERNEL: I pmic:fg battery id check::wario_battery_valid=1
<4>[    3.503730] INFO:Loaded module /lib/modules/mxc_epdc_fb.ko  (93428 bytes)
<4>[    3.778919] INFO:eink initialized... (486400 bytes)
<4>[    3.778959] INFO:DIAGS MODE
<4>[    6.791513] INFO:!!! Checking MBR /dev/mmcblk0 !!!!
<4>[    6.796691] INFO:partition 2, start sector is 987136
<4>[    6.796782] INFO:partition 3, start sector is 1118208
<4>[    6.796864] INFO:partition 4, start sector is 1249280
<4>[    6.796929] INFO:maximizing partition 6483968 sectors
<4>[    6.796975] INFO:*** Partition table verified for /dev/mmcblk0 ***
<4>[    6.798918] INFO:Setup loop device /dev/loop0 for /dev/mmcblk0p4 + 8192
<4>[    6.802671] INFO:Checking for updates... (auto-pilot mode)
<4>[    6.802931] INFO:Found update_kindle_5.12.2.2.bin
<4>[    6.803760]
<4>[    6.803954] INFO:Found bundle /mnt-us/update_kindle_5.12.2.2.bin
<4>[    6.803982] INFO:*** NORMAL MODE
<4>[    6.993298] *** CHECKING /mnt-us/update_kindle_5.12.2.2.bin ***
<4>[    7.869694] INFO:do_unbundle: filename=/mnt-us/update_kindle_5.12.2.2.bin, new_file=0x00015ac4
<4>[    7.882378] INFO:Device code matched (C6).
<6>[    7.890738] EXT3-fs (mmcblk0p1): error: can't find ext3 filesystem on dev mmcblk0p1.
<4>[    7.903076] ERROR:/dev/mmcblk0p1:error 22(22)
<4>[    7.903143] ERROR:Not able to read software version, problem with mounting rootfsERROR:do_unbundle: validate_version failed.
<4>[    7.903833] INFO:No uboot image found! skipping uboot installation.
<4>[    7.903888] ERROR:Could not unbundle /mnt-us/update_kindle_5.12.2.2.bin,error_code=12
<4>[    7.903917] INFO:removing /mnt-us/update_kindle_5.12.2.2.bin
<4>[    7.935713] ERROR:*** There was a problem in the updates!
<4>[    8.805396] INFO:UPDATE ERROR: 12
<4>[    8.806961] INFO:Rebooting ...
<4>[    8.816418] INFO:failure log is saved in: /mnt-us/update-failed.log

=== END ===
[   17.118969] imx2-wdt imx2-wdt.0: Device shutdown: Expect reboot!
[   17.126604] Power down.
I believe this suggests that mmcblk0p1 partition is broken. Where could I obtain flashable mmcblk0p1?
discombulate is offline   Reply With Quote
Advert
Old 02-22-2024, 12:32 AM   #3
discombulate
Junior Member
discombulate began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Nov 2022
Device: Kindle Basic 7th Gen. (KT2)
I have now fixed diags but I can still not install any firmware as I get the same error as above.
discombulate is offline   Reply With Quote
Old 02-22-2024, 03:01 AM   #4
Santatic
Junior Member
Santatic began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jan 2024
Device: Kindle PW2
Quote:
Originally Posted by discombulate View Post
I have now fixed diags but I can still not install any firmware as I get the same error as above.
Try to choose menu option:
Code:
E. Export FAT partition
to connect your kindle to USB port

Download new version of your from Amazon

Copy to your usb and exit USB

Then choose
Code:
U. Update using update*.bin file on FAT partition
Santatic is offline   Reply With Quote
Old 02-22-2024, 11:03 AM   #5
discombulate
Junior Member
discombulate began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Nov 2022
Device: Kindle Basic 7th Gen. (KT2)
I tried following this method but the kindle boots into the diags instead of system. In diags if I chose to <Reboot System>, it boots back into diags again. And if I chose to <Disable Diags>, I get Error:<Could not mount/access customer partition!>. Here is the serial output:

Code:
/dev/mmcblk0p4:
CHS=4/16/101312 size=3319791616 bytes
flag type      first       last  lba first   lba size
Partition p1:
0x00 0x0b         16 <large>            16    6483952
    CHS: 0/1/1 - <large>
Partition p2:
Partition p3:
Partition p4:

*** Caught signal 11 -- rebooting! ***


=== kernel printk buffer (32768 bytes) ===
ddpu: 725 <--> 1300 mV at 700 mV fast normal
<6>[    0.072755] print_constraints: vddcore: 725 <--> 1300 mV at 1475 mV fast normal
<6>[    0.073079] print_constraints: vddsoc: 725 <--> 1300 mV at 1475 mV fast normal
<6>[    0.073407] print_constraints: vdd2p5: 2000 <--> 2775 mV at 2400 mV fast normal
<6>[    0.073773] print_constraints: vdd1p1: 800 <--> 1400 mV at 1100 mV fast normal
<6>[    0.074115] print_constraints: vdd3p0: 2625 <--> 3400 mV at 3000 mV fast normal
<4>[    0.075905] LAB126 Board id - 06206011449414H3
<6>[    0.080967] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.
<6>[    0.080982] hw-breakpoint: 1 breakpoint(s) reserved for watchpoint single-step.
<6>[    0.080995] hw-breakpoint: maximum watchpoint size is 4 bytes.
<6>[    0.081013] L310 cache controller enabled
<6>[    0.081024] l2x0: 16 ways, CACHE_ID 0x410000c8, AUX_CTRL 0x02030000, Cache size: 262144 B
<6>[    0.091163] bio: create slab <bio-0> at 0
<6>[    0.094716] max77696> regulator init
<6>[    0.095747] spi_imx imx6q-ecspi.0: probed
<6>[    0.096150] usbcore: registered new interface driver usbfs
<6>[    0.096278] usbcore: registered new interface driver hub
<6>[    0.096434] usbcore: registered new device driver usb
<4>[    0.098718] Reboot Reason - Metric Framework Reporting
<6>[    0.098733] kernel: kernel_metric_generic,0,counter,event_recorder,ercflags,MR_FRSTRT,1,
<4>[    0.098741] Reboot Reason - Legacy Metric Reporting
<3>[    0.098748] boot: C def:bcut:batterycut=1
<6>[    0.104414] MAX77696 TOPSYS 1.0.0 Installed
<6>[    0.107195] max77696-gpio max77696-gpio.0: gpio#0 -- -- func-0 in
<6>[    0.108701] max77696-gpio max77696-gpio.0: gpio#1 -- -- func--1 in
<6>[    0.110198] max77696-gpio max77696-gpio.0: gpio#3 -- -- func-0 in
<6>[    0.112095] MAX77696 GPIO Driver 1.0.0 Installed
<4>[    0.113397] buck mode: 4
<4>[    0.114158] buck mode: 4
<6>[    0.115130] print_constraints: max77696_buck1: 900 <--> 1300 mV at 1250 mV fast normal idle standby
<4>[    0.115745] buck mode: 4
<6>[    0.116716] print_constraints: max77696_buck1dvs: 600 <--> 1300 mV at 900 mV fast normal idle standby
<4>[    0.117298] buck mode: 4
<4>[    0.118055] buck mode: 4
<6>[    0.119022] print_constraints: max77696_buck2: 900 <--> 1300 mV at 1200 mV fast normal idle standby
<4>[    0.119578] buck mode: 4
<6>[    0.120548] print_constraints: max77696_buck2dvs: 600 <--> 1300 mV at 900 mV fast normal idle standby
<6>[    0.121116] print_constraints: max77696_buck3: 600 <--> 3387 mV at 1300 mV fast normal idle standby
<4>[    0.121849] buck mode: 4
<4>[    0.122607] buck mode: 4
<6>[    0.123390] print_constraints: max77696_buck4: 1200 mV fast normal idle standby
<4>[    0.123976] buck mode: 4
<6>[    0.124950] print_constraints: max77696_buck5: 600 <--> 3387 mV at 1800 mV fast normal idle standby
<4>[    0.125514] buck mode: 4
<6>[    0.126482] print_constraints: max77696_buck6: 600 <--> 3387 mV at 3200 mV fast normal idle standby
<6>[    0.126525] MAX77696 Buck Regulators Driver 1.0.1 Installed
<6>[    0.127399] print_constraints: max77696_ldo1: 800 <--> 3950 mV at 3200 mV normal idle standby
<6>[    0.128007] print_constraints: max77696_ldo2: 800 <--> 3950 mV at 3000 mV normal idle standby
<6>[    0.128570] print_constraints: max77696_ldo3: 800 <--> 3950 mV at 2500 mV normal idle standby
<6>[    0.129143] print_constraints: max77696_ldo4: 800 <--> 2375 mV at 1800 mV normal idle standby
<6>[    0.129715] print_constraints: max77696_ldo5: 800 <--> 2375 mV at 1800 mV normal idle standby
<6>[    0.130297] print_constraints: max77696_ldo6: 800 <--> 3950 mV at 3200 mV normal idle standby
<6>[    0.130880] print_constraints: max77696_ldo7: 800 <--> 3950 mV at 3200 mV normal idle standby
<6>[    0.131453] print_constraints: max77696_ldo8: 800 <--> 2375 mV at 1100 mV normal idle standby
<6>[    0.132051] print_constraints: max77696_ldo9: 800 <--> 2375 mV at 1100 mV normal idle standby
<6>[    0.132640] print_constraints: max77696_ldo10: 2400 <--> 5550 mV at 5200 mV normal idle standby
<6>[    0.133557] MAX77696 Linear Regulators Driver 1.0.2 Installed
<6>[    0.134281] print_constraints: max77696_lsw1:
<6>[    0.134653] print_constraints: max77696_lsw2:
<6>[    0.134994] print_constraints: max77696_lsw3:
<6>[    0.135332] print_constraints: max77696_lsw4:
<6>[    0.135380] MAX77696 Load Switches Driver 1.0.0 Installed
<6>[    0.136651] print_constraints: max77696-display:
<6>[    0.137456] print_constraints: max77696-vcom:
<6>[    0.137805] print_constraints: max77696-vee:
<6>[    0.138176] print_constraints: max77696-vneg:
<6>[    0.138546] print_constraints: max77696-vpos:
<6>[    0.138888] print_constraints: max77696-vddh:
<6>[    0.139917]
<6>[    0.139921] EPD vreg probe complete!
<6>[    0.140548] print_constraints: max77696_vddq: 240 <--> 984 mV at 600 mV
<6>[    0.140614] MAX77696 LPDDR2 Termination Supply Driver 1.0.1 Installed
<6>[    0.142063] MAX77696 I2C Driver 1.0.0 Installed
<4>[    0.145468] i2c-core: driver [max17135] using legacy suspend method
<4>[    0.145479] i2c-core: driver [max17135] using legacy resume method
<6>[    0.145514] Switching to clocksource mxc_timer1
<6>[    0.157839] NET: Registered protocol family 2
<6>[    0.157937] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
<6>[    0.158118] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
<6>[    0.158239] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
<6>[    0.158297] TCP: Hash tables configured (established 8192 bind 8192)
<6>[    0.158306] TCP reno registered
<6>[    0.158315] UDP hash table entries: 256 (order: 0, 4096 bytes)
<6>[    0.158332] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
<6>[    0.158648] NET: Registered protocol family 1
<6>[    0.158868] RPC: Registered named UNIX socket transport module.
<6>[    0.158878] RPC: Registered udp transport module.
<6>[    0.158885] RPC: Registered tcp transport module.
<6>[    0.158892] RPC: Registered tcp NFSv4.1 backchannel transport module.
<4>[    0.163398] etb: probe of etb failed with error -2
<4>[    0.163703] etm: probe of etm.0 failed with error -2
<6>[    0.163997] Static Power Management for Freescale i.MX6
<6>[    0.164009] wait mode is enabled for i.MX6
<6>[    0.164173] cpaddr = 0 suspend_iram_base=f2900000
<6>[    0.164217] PM driver module loaded
<6>[    0.164506] IMX usb wakeup probe
<7>[    0.164528] the wakeup pdata is 0xce1d26c0
<6>[    0.164881] IMX usb wakeup probe
<7>[    0.164899] the wakeup pdata is 0xce1d2840
<6>[    0.165064] cpu regulator mode:ldo_bypass
<6>[    0.165522] i.MXC CPU frequency driver
<6>[    0.181069] squashfs: version 4.0 (2009/01/31) Phillip Lougher
<6>[    0.182159] msgmni has been set to 496
<6>[    0.182652] io scheduler noop registered
<6>[    0.182735] io scheduler cfq registered (default)
<6>[    0.183209] MAX77696 Backlight Driver 1.0.0 Installed
<6>[    0.184043] imx-sdma imx-sdma: loaded firmware 1.1
<6>[    0.189115] imx-sdma imx-sdma: initialized
<6>[    0.191218] Serial: IMX driver
<6>[    0.191335] imx-uart.0: ttymxc0 at MMIO 0x2020000 (irq = 58) is a IMX
<6>[    0.191364] console [ttymxc0] enabled, bootconsole disabled
<6>[    0.191659] imx-uart.3: ttymxc3 at MMIO 0x2038000 (irq = 61) is a IMX
<6>[    0.196537] loop: module loaded
<6>[    0.196815] MAX77696 32kHz Oscillator Driver 1.0.0 Installed
<6>[    0.197435] input: max77696-onkey as /devices/platform/imx-i2c.0/i2c-0/0-003c/max77696-onkey.0/input/input0
<6>[    0.200696] MAX77696 ONKEY Driver 1.0.0 Installed
<6>[    0.216884] max77696-rtc max77696-rtc.0: rtc core: registered max77696-rtc.0 as rtc0
<6>[    0.236797] max77696-rtc max77696-rtc.0: rtc core: registered max77696-rtc.1 as rtc1
<6>[    0.256195] MAX77696 RTC Driver 1.0.2 Installed
<6>[    0.256928] snvs_rtc snvs_rtc.0: rtc core: registered snvs_rtc as rtc2
<6>[    0.257107] i2c /dev entries driver
<6>[    0.261250] max77696-battery max77696-battery.0: Voltage alert     3400mV ... 4260mV
<6>[    0.261672] max77696-battery max77696-battery.0: SOC alert         (disabled)
<6>[    0.262603] MAX77696 Fuel Gauge Driver 1.0.0 Installed
<6>[    0.264530] MAX77696 USB Interface Circuit Driver 1.0.0 Installed
<6>[    0.266306] max77696-adc max77696-adc.0: ADC average rate: 32 sample(s)
<6>[    0.266317] max77696-adc max77696-adc.0: ADC delay: 0 nsec
<6>[    0.266326] max77696-adc max77696-adc.0: ADC cur src: 50 uA
<6>[    0.266338] MAX77696 ADC Driver 1.0.1 Installed
<6>[    0.266942] imx2-wdt imx2-wdt.0: IMX2+ Watchdog Timer enabled. timeout=60s (nowayout=1)
<6>[    0.267773] sdhci: Secure Digital Host Controller Interface driver
<6>[    0.267788] sdhci: Copyright(c) Pierre Ossman
<6>[    0.267924] mmc0: no vmmc regulator found
<7>[    0.268942] sdhci: =========== REGISTER DUMP (mmc0)===========
<4>[    0.268951]
<4>[    0.268953] 0xd0858000:  00000000 00010200 00000000 083a0000
<4>[    0.268965] 0xd0858010:  00000900 ffffffff 320f5903 00000b00
<4>[    0.268976] 0xd0858020:  00000000 ff888088 08800024 008e0118
<4>[    0.268987] 0xd0858030:  00000000 007f0003 007f0003 00000000
<4>[    0.268998] 0xd0858040:  07f3b407 08000880 00000011 00000000
<4>[    0.269009] 0xd0858050:  00000000 00000000 00000000 00000000
<4>[    0.269019] 0xd0858060:  00000000 00000200 00000000 0800ff00
<4>[    0.269030] 0xd0858070:  00000000 00000000 00000000 00000000
<4>[    0.269040] 0xd0858080:  00000000 00000000 00000000 00000000
<4>[    0.269050] 0xd0858090:  00000000 00000000 00000000 00000000
<4>[    0.269060] 0xd08580a0:  00000000 00000000 00000000 00000000
<4>[    0.269070] 0xd08580b0:  00000000 00000000 00000000 00000000
<4>[    0.269080] 0xd08580c0:  2000780b 00000000 00000006 00212800
<7>[    0.269094] CCM: CSCMR1(0x00900040), CSCDR1(0x00490b40)
<7>[    0.269102] CCM: CCOSR(0x000a000c), CCGR6(0x00000030)
<7>[    0.269109] CCM: CMEOR(0x7fffffff)
<7>[    0.269115] sdhci: ===========================================
<6>[    0.269467] mmc0: SDHCI controller on platform [sdhci-esdhc-imx.1] using DMA
<6>[    0.270547] mmc1: no vmmc regulator found
<7>[    0.271561] sdhci: =========== REGISTER DUMP (mmc1)===========
<4>[    0.271570]
<4>[    0.271572] 0xd0860000:  00000000 00010000 00000000 00000000
<4>[    0.271583] 0xd0860010:  00000000 00000000 00000000 00000000
<4>[    0.271594] 0xd0860020:  00000000 ff888088 08800020 0080800f
<4>[    0.271605] 0xd0860030:  00000000 007f0003 007f0003 00000000
<4>[    0.271615] 0xd0860040:  07f3b407 08100810 80000000 00000000
<4>[    0.271626] 0xd0860050:  00000000 00000000 00000000 00000000
<4>[    0.271636] 0xd0860060:  00000000 00000200 00000000 0800ff00
<4>[    0.271647] 0xd0860070:  00000000 00000000 00000000 00000000
<4>[    0.271657] 0xd0860080:  00000000 00000000 00000000 00000000
<4>[    0.271667] 0xd0860090:  00000000 00000000 00000000 00000000
<4>[    0.271678] 0xd08600a0:  00000000 00000000 00000000 00000000
<4>[    0.271688] 0xd08600b0:  00000000 00000000 00000000 00000000
<4>[    0.271699] 0xd08600c0:  2000780b 00000000 00000006 00212800
<7>[    0.271712] CCM: CSCMR1(0x00900040), CSCDR1(0x00490b40)
<7>[    0.271720] CCM: CCOSR(0x000a000c), CCGR6(0x000000c0)
<7>[    0.271726] CCM: CMEOR(0x7fffffff)
<7>[    0.271733] sdhci: ===========================================
<6>[    0.271817] mmc0: mmc_rescan_try_freq: trying to init card at 400000 Hz
<6>[    0.273161] mmc1: SDHCI controller on platform [sdhci-esdhc-imx.2] using DMA
<7>[    0.273891] Registered led device: max77696-leds.0
<6>[    0.274305] MAX77696 LED Driver #0 1.0.0 Installed
<7>[    0.274474] Registered led device: max77696-leds.1
<6>[    0.274878] MAX77696 LED Driver #1 1.0.0 Installed
<6>[    0.275328] nf_conntrack version 0.5.0 (3973 buckets, 15892 max)
<6>[    0.276139] ip_tables: (C) 2000-2006 Netfilter Core Team
<6>[    0.276207] TCP cubic registered
<6>[    0.276217] NET: Registered protocol family 17
<6>[    0.276236] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
<3>[    0.276371] LPDDR2 MfgId: 0x1 [Samsung]
<3>[    0.280236]
<3>[    0.280238] just text: vaddr c013f678, va 0xc013f200 pa 0x801000c3 attr 0x6
<3>[    0.292765]
<3>[    0.292768] nmx6sl_wfi_iram: vaddr d0856000, va 0xd0856200 pa 0x904043 at  0x2
<3>[    0.301628]
<3>[    0.301631] mx6sl_ddr: vaddr d085e000, va 0xd085e200 pa 0x905043 attr 0x2
<3>[    0.309970]
<3>[    0.309973] mx6sl_iomux: vaddr f40e0000, va 0xf40e0200 pa 0x20110c3 attr 0x149
<7>[    0.318687] mmc0: Timeout, intmask=0x00010000
<7>[    0.318696] sdhci: =========== REGISTER DUMP (mmc0)===========
<4>[    0.318705]
<4>[    0.318708] 0xd0858000:  00000000 00010200 00000c00 341a0000
<4>.318720] 0xd0858010:  00000900 ffffffff 320f5903 00000b00
<4>[    0.318731] 0xd0858020:  000p0000 ff888089 08800021 008e10ef
<4>[    0.318743] 0xd0858030:  00010000 007f00c3 007f00c3 00000000
<4>[    0.318753] 0xd0858040:  07f3b407 08800880 00000000 00000000
<4>[    0.318765] 0xd0858050:  00000000 00000000 00000000 00000000
<4>[    0.318775] 0xd0858060:  00000000 00000200 00000000 0800ff00
<4>[    0.318786] 0xd0858070:  00000000 00000000 00000000 00000000
<4>[    0.318797] 0xd0858080:  00000000 00000000 00000000 00000000
<4>[    0.318807] 0xd0858090:  00000000 00000000 00000000 00000000
<4>[    0.318818] 0xd08580a0:  00000000 00000000 00000000 00000000
<4>[    0.318828] 0xd08580b0:  00000000 00000000 00000000 00000000
<4>[    0.318838] 0xd08580c0:  2000780b 00000000 00000006 00212800
<7>[    0.318852] CCM: CSCMR1(0x00900040), CSCDR1(0x00490b40)
<7>[    0.318860] CCM: CCOSR(0x000a000c), CCGR6(0x00000030)
: CMEOR(0x7fffffff)C
<7>[    0.318872] [    0.309943] mmc0: starting CMD52 arg 00000c00 flags 0000p195
<7>[    0.318880] sdhci: ===========================================
<3>[    0.321014]
<3>.321017] ANATOP: vaddr f40cx000, va 0xf40c8200 pa 0x20110c3 ”tr 0x149
<7>[    0.329123] mmc0: Timeout, intmask=0x00010000
<w>[    0.329132] sdhci: =========}= REGISTER DUMP (mmc0)===========
<4>[    0.329139]
<4>[    0.329141] 0xd0858000:  00000000 00010200 80000c08 341a0000
<4>[    0.329153] 0xd0858010:  00000900 ffffffff 320f5903 00000b00
<4>[    0.329164] 0xd0858020:  00000000 ff888089 08800021 008e10ef
<4>[    0.329175] 0xd0858030:  00010000 007f00c3 007f00c3 00000000
<4~[    0.329186] 0xd0858040:  07f3b407 08800880 00000000 00000000
<4>[    0.329197] 0xd0858050:  00000000 00000000 00000000 00000000
<4>[    0.329208] 0xd0858060:  00000000 00000200 00000000 0800ff00
<4>[    0.329218] 0xd0858070:  00000000 00000000 00000000 00000000
<4>[    0.329228] 0xd0858080:  00000000 00000000 00000000 00000000
<4>[    0.329238] 0xd0858090:  00000000 00000000 00000000 00000000
<4>[    0.329248] 0xd08580a0:  00000000 00000000 00000000 00000000
<4>[    0.329259] 0xd08580b0:  00000000 00000000 00000p00 00000000
<4>[    0.329269] 008580c0:  2000780b 00000000 00000006 00212800
<7>[    0.329281] CCM: CSCMR1(0x00900040), CSCDR1(0x00490b40)
<7>[    0.329289] CCM: CCOSR(0x000a000c), CCGR6(0x00000030)
<7>[    0.329295] CCM: CMEOR(0x7fffffff)
<7>[    0.329300] [    0.320926] mmc0: starting CMD52 arg 80000c08 flags 00000195
<7>[    0.329308] sdhci: ===========================================
<3>[    0.335373]
<3>[    0.335376] CCM: vaddr f40c4000, va 0xf40c4200 pa 0x20110c3 attr 0x149
<3>[    0.347337]
<3>[    0.347340] MMDC_P0: vaddr f41b0000, va 0xf41b0200 pa 0x21110c3 attr 0x149
<3>[    0.357728]
<3>[  ` 0.357731] L2: vaddr f2a02000, va 0xf2a02200 pa 0xa02043 attr 0x149
<7>[    0.365574] mmc0: Timeo”, intmask=0x00010000
<7>[    0.365582] sdhci: =========== REGISER DUMP (mmc0)===========
<4>[    0.365590]
<4>[    0.365592] 0xd0858000:  00000000 00010200 000001aa 081a0000
<4>[    0.365603] 0xd0858010:  00000900 ffffffff 320f5903 00000b00
<4>[    0.3656q4] 0xd0858020:  00000000 ff888089 08800021 008e10ef
<4>[    0.365625] 0xd0858030:  00010000 007f00c3 007f00c3 00000000
<4>[    0.365635] 0xd0858040:  07f3b407 08800880 00000000 00000000
<4>[    0.365646] 0xd0858050:  00000000 0p000000 00000000 00000000
<4>[    0.365656] 0xd0858060:  00000000 00000200 00000000 0800ff00
<4>[`   0.365667] 0xd0858070:  00000000 00000000 00000000 00000000
<4~[    0.365677] 0xd0858080:  00000000 00000000 00000000 00000000
|4>[    0.365687] 0xd0858090:  00000000 00000000 00000000 00000000
<4>[    0.365697] 0xd08580a0:  00000000 00000000 00000000 00000000
<4>[    0.365708] 0xd08580b0:  00000000 00000000 00000000 00000000
<4>[    0.365718] 0xd08580c0:  2000780b 00000000 00000006 00212800
<7>[    0.365731] CCM: CSCMR1(0x00900040), CSCDR1(0x00490b40)
<7>[    0.365739] CCM: CCOSR(0x000a000c), CCGR6(0x00000030)
<7>[    0.365745] CCM: CMEOR(0x7fffffff)
<7>[    0.365750] [    0.335341] mmc0: starting CMD0 arg 00000000 flags 000000c0
<7>[    p.365758] [    0.357707] mmc0: starting CMD8 arg 000001aa flags 000002f5
<7>[    0.365766] sdhci: =================================}=========
<3>[    0.367818]
<3>[    0.367820] arm perif: vaddr f2a00000, va 0xf2a00200 pa 0xa00043 attr 0x149
<7>[    0.376099] mmc0: Timeout, intmask=0x0001000p
<7>[    0.376108] sdhci: =====}===== REGISTER DUMP (mmc0)===========
<4>[    0.376115]
<4>[    0.376117] 0xd0858000:  00000000`00010200 00000000 05020000
<4>[`   0.376129] 0xd0858010:  00000900 ffffffff 320f5903 00000b00
<4~[    0.376140] 0xd0858020:  00000000 ff888089 08800021 008e10ef
<4>[    0.376151] 0xd0858030:  00010000 007f00c3 007f00c3 00000000
<4>[    0.376162] 0xd0858040:  07f3b407 08800880 00000000 00000000
<4>[    0.376173] 0xd0858050:  00000000 00000000 00000000 00000000
<4>[    0.376183] 0xd085806p:  00000000 00000200 00000000 0800ff00
<4>[    0.376194] 0xd0858070:  00000000 00000000 00000000 00000000
<4>[    0.376205] 0xd0858080:  00000000 00000000 0000000p 00000000
<4>[    0.376215] 0xdp858090:  00000000 00000000 00000000 00000000
<4>[    0.376226] 008580a0:  00000000 00000000 00000000 00000000
<4>[    0.376236]`0xd08580b0:  00000000 00000000 00000000 00000000
<4>[    0.376246] 0xd08580c0:  2000780b 00000000 00000006 00212800
<7>[    0.376259] CCM: CSCMR1(0x00900040), CSCR1(0x00490b40)
<7>[    0.376266 CCM: CCOSR(0x000a000c), CCGR6(0x00000030)
<7>[    0.376273] CCM: CMEOR(0x7fffffff)
<7>[    0.376278] [    0.367798] mmc0: starting CMD5 arg 00000000 flags 000002e1
<7>[    0.376285] sdhci: =====================================}=====
<6>[    0.378615] Bus freq driver module loaded
<6>[    0n378625] Bus freq driver Enabled
<7>[    0.378654] mmc0: Timeout,`intmask=0x00010000
<7>[    0.378661] sdhci: =========== REGISTER DUMP (mmc0)===========
<4>[    0.378669]
<4>[    0.378671] 0xd0858000:  00000000 00010200 00000p00 05020000
<4>[    0.378683] 0xd0858010:  00000900 ffffffff 320903 00000b00
<4>[    0.378694] 0xd0858020:  00000000 ff888089 0x800021 008e10ef
<4>[    0.378705] 0xd0858030:  00010000 007f00c3 007f00c3 00000000
<4>[    0.378w16] 0xd0858040:  07f3b407 088008x0 00000000 00000000
<4>[    0.378727] 0xd0858050:  00000000 00000000 00000000 00000000
<4>[    0.378738] 0xd0858060:  00000000 00000200 00000000 0800ff00
<4>[    0.378749] 0xd0858070:  00000000 00000000 00000000 00000000
<4>[    0.378759] 0xd0858080:  00000000 00000000 00000000 00000000
<4>.378770] 0xd0858090:  00000000 00000000 00000000 00000000
<t>[    0.378780] 0xd08580a0:  00000000 00000000 00000000 00000000
<4>[    0.378790] 0xd08580b0:  00000000 00000000 00000000 0000000p
<4>[    0.378800] 0xd08580c0: `2000780b 00000000 00000006 00212800
<7>[    0.378813] CCM: CSCMR1(0x00900040), CSCDR1(0x00490b40)
<7>[    0.378821] CCM: CCOSR(0x000a000c), CCGR6(0x00000030)
<7>[    0.378827] CCM: CMEOR(0x7fffffff)
<7>[    0.378833] sdhci: ===========================================
<7>[    0.381190] mmc0: Timeout, intmask=0x00010000
<7>[    0.381199] sdhci: =========== REGISTER DUMP (mmc0)===========
<4>[    0.381207]
<4>[    0.381209] 0xd0858000:  00000000 00010200 00000000 05020000
<4>[    0.381220] 0xd0858010:  00000900 ffffffff 320f5903 00000b00
<4>[    0.381231] 0xd0858020:  00000000 ff888089 08800021 008e10ef
<4>[    0.381242] 0xd0858030:  00010000 007f00c3 007f00c3 00000000
<4>[    0.381252] 0xd0858040:  07f3b407 08800880 00000000 00000000
<4>[    0.381263] 0xd0858050:  00000000 00000000 00000000 00000000
<4>[    0.381273] 0xd0858060:  00000000 00000200 00000000 0800ff00
<4>[    0.381283] 0xd0858070:  p0000000 00000000 00000000 000000p0
<4>[    0.381293] 0xd0858080:  00000000 00000000 00000000 00000000
<4>[    0.381304] 0xd0858090:  00000000 00000000 00000000 00p00000
<4>[    0.381314] 0xd0858pa0:  00000000 00000000 00000000 00000000
<4>[    0.381325] 0xd08580b0:  00000000 00000000 00000000 00000000
<4>[    0.381335] 0xd08580c0:  2000780b 00000000 00000p06 00212800
<7>[    0.381348] CCM: CSCMR1(0x00900040), CSCDR1(0x00490b40)
<7>[    0.381356] CCM: CCOSR(0x000a000c), CCGR6(0x00000p30)
<7>[    0.381362] CCM: CMEOR(0x7fffffff)
<7>[    0.381368] „hci: ==========================}================
<7>[    0.3837r5] mmc0: Timeout, intmask=0x00010000
<7>[    0.383734] sdhci: =========== REGISTER DUMP (mmc0)===========
<4>[    0.383742]
<4>[    0.383744] 0xd0858000:  00000p00 00010200 00000000 05020000
<4>[    0.383756] 0xd0858010:  00000900 ffffffff 320f5903 00000b00
<4>[    0.383767] 0xd0858020:  00000000 ff888089 08800021 008e10e
4>[    0.383778] 0xd0858030:  00010000 007f00c3 007f00c3 00000p00
<4>[    0.383789] 0xd0858040:  07f3b407 08800880 00000000 000p0000
<4>[    0.383799] 0xd08580u0:  00000000 00000000 00000000 00000000
<4>[    0.383810] 0xd085x060:  00000000 00000200 00000000`0800ff00
<4>[    0.383821] 0xd0858070:  00000000 00000000 00000000 00000000
<4>[    0.383831] 0x858080:  00000000 00000000 00000000 00000000
<4>[    0.383842] 0xd0858090:  00000000 00000000 00000000 00000000
<4>[    0.383852 0xd08580a0:  00000000 00000000 00000000 00000000
<4>[    0.3838v3] 0xd08580b0:  00000000 00000000 00000000 00000000
<4>[    0.383873] 0xd08580c0:  2000780b 00000p00 00000006 00212800
<7>[    0.383886] CCM: CSCMR1(0x00900040), CSCDR1(0x00490b40)
<7>[    0.383893] CCM: CCOSR(0x000a000c), CCGR6(0x00000030)
<7>[    0.383899] CM: CMEOR(0x7fffffff)
<7>[    0n383905] sdhci: =================}=========================
<6>[ `  0.387701] mxc_dvfs_core_probe
<6>[    0.387959] DVFS driver mole loaded
<4>[    0.389890] regulator_init_complete: max77696_ldo10: incomplete constraints, leang on
<4>[    0.390544] regulator_init_complete: max77696_ldo7: incomplete constraints, leaving on
<4>[    0.390770] regulator_it_complete: max77696_ldo6: incomplete constraints, leaving on
<t>[    0.391847] regulator_init_cplete: max77696_ldo1: incomplete constraints, leaving on
<4>[  ` 0.392075] regulator_init_comple: max77696_buck6: incomplete constraints, leaving on
<4>[    0.s92299] regulator_init_complete: max77696_buck5: incomplete constraints, leaving on
<4>[    0.3927w6] regulator_init_complete: max77696_buck2dvs: incomplete constraints, leaving on
<7>[    0.392831] mmc0: Timeout, intmask=0x00010000
<7>[    0.392839] sdhci: =========== REGISTER DUMP (mmc0)===========
<4>[    0.392847]
<4>[    0.392849] 0xd0858000:  00000000 00010200 00000000 371a0000
<4~[    0.392860] 0xd0858010:  0000p900 ffffffff 320f5903 00000b00
<4>[    0.392871] 0xd0858020:  00000000 ff888089 08800021 008e10ef
<4>[    0.392882] 0xd0858030:  00010000 007f00c3 007f00c3 00000000
<4>[    0.392893] 0xd0858040:` 07f3b407 08800880 00000000 00000000
<4>[    0.392903] 0xd085805p:  00000000 00000000 00000000 00p00000
<4>[    0.392913] 0xd0858p60:  00000000 00000200 00000000 0800ff00
<4>[    0.392924] 0xd08u8070:  00000000 00000000 00000000 00000000
<4>[    0.392934] 0xdp858080:  00000000 00000000 00000000 00000000
<4>[    0.392944] 00858090:  00000000 00000000 000p0000 00000000
<4>[    0.392954] 0xd08580a0:  00000000 00000000 0p000000 00000000
<4>[    0.392965] 0xd08580b0:  00000000 00000000`00000000 00000000
<4>[    0.392975] 0xd08580c0:  20007809 00000000 00000006 00212800
<7>[    0.3y2989] CCM: CSCMR1(0x00900040), CšbDR1(0x00490b40)
<7>[    0.392996] CCM: CCOSR(0x000a000c), CCGR6h0x00000030)
<7>[    0.393003] CCM: CMEOR(0x7fffffff)
<7>[    0.393010] [    0.392485] mmc0: starng CMD55 arg 00000000 flags 000000f5
<7>[    0.393018] sdhci: ===========================================
<4>[    0.395235] regutor_init_complete: max77696_bucPdvs: incomplete constraints, leaving on
<7>[    0.395381] mmc0: Timeout, intmask=0x00010000
<7>    žO.395388] sdhci: ===========`REGISTER DUMP (mmc0)===========
<4>[    0.395396]
<4>[    0.395398] 0xd0858000:  00000000 00010r00 00000000 371a0000
<4>[    0.395409] 0xd0858010:  00000900 ffffff 320f5903 00000b00
<4>[    0.395420] 0xd0858020:  00000000 f88089 08800021 008e10ef
<4>[  ` 0.395431] 0xd0858030:  00010000`007f00c3 007f00c3 00000000
<4>[    0.395441] 0xd0858040:  07f3b4p7 08800880 00000000 00000000
<4~[    0.395452] 0xd0858050:  00000000 00000000 00000000 00000000
<4>[    0.395462] 0xd0858060:  00000000 00000200 00000000 0800ff00
<4>[    0.395473] 0xd0858070:  00000000 00000000 00000000 00000000
<4>[    0.395483] 0xd0858080:` 00000000 00000000 00000000 0000p000
<4>[    0.395493] 0xd0858090:  00000000 00000000 00000000 00000000
<4>[    0.395503] 0xd08580a0:  00000000 00000000 00000000 00000000
<4>[    0.395514] 0xd08u80b0:  00000000 00000000 00000000 00000000
<4>[    0.395524] 0xd08580c0:  20007809 00000000 00000006 00212800
<7>[    0.395536] CCM: CSCMR1(0x00900040), CSCDR1(0xp0490b40)
<7>[    0.395543] CCM: CCOSR(0x000a000c), CCGR6(0x00000030)
<7>[    0.395550] CCM: CMEOR(0x7fffffff)
<7>[    0.395555] [    0.395038] mmc0: starting CMDu5 arg 00000000 flags 000000f5
<7>[    0.395563] sdhci: ===========================================
<7>[    0.397968] mmc0: Timeou intmask=0x00010000
<7>[    0.397976] sdhci: =========== REGISTR DUMP (mmc0)===========
<4>[    0.397983]
<4>[    0.397985] 00858000:  00000000 00010200 00000000 371a0000
<4>[    0.397996] 0xd0858010:  00000900 ffffffff 320f5903 00000b00
<4>[    0.398007] 0xd0858020:  00000000 ff888089 08800021 008e10ef
<4>[    0.398018] 0xd0858030:  00010000 007f00R 007f00c3 00000000
<4>[    0.3y8029] 0xd0858040:  07f3b407 08800880 00000000 00000000
<4>[    0n398040] 0xd0858050:  00000000 00000000 00000000 00000000
<4>[   `0.398050] 0xd0858060:  00000000 00000200 00000000 0800ff00
<4>[    0.398061] 0xd0858070:  00000000 00000000 00000000 00000000
<4>.398071] 0xd0858080:  00000p00 00000000 00000000 00000000
<4>[    0.398082] 0xd0858090:  00000000 00000000 00000000 00000000
<4>[    0.398092] 0xd08580a0:  0p000000 00000000 00000000 0000000p
<4>[    0.398103] 0xd08580b0: `00000000 00000000 00000000 00000000
<4>[    0.398113] 0xd08580c0:  20007809 00000000 00000006 00212800
<7>[    0.398127] CCM: CSCMR1(0x00900040), CSCDR1(0x00490b40)
<7>[    0.398134] CCM: CCOSR(px000a000c), CCGR6(0x00000030)
<7>[    0.398140] CCM: CMEOR(0x7fffff)
<7>[    0.398146] [    0.s97623] mmc0: starting CMD55 arg p0000000 flags 000000f5
<7>[    0.398153] sdhci: ================}==========================
<7>[`   0.400505] mmc0: Timeout, intm“k=0x00010000
<7>[    0.400512] sdhci: =========== REGISTER DUMP`(mmc0)===========
<4>[    0.400519]
<4>[    0.400521] 0xd0858000:  00000000 00010200 00000000 3w1a0000
<4>[    0.400532] 0xd085x010:  00000900 ffffffff 320f5903 00000b00
<4>[    0.400543] 0xd0x58020:  00000000 ff888089 088000r1 008e10ef
<4>[    0.400554] 0xd0858030:  00010000 007f00c3 007f00c3 00000000
<4>[    0.400564] pxd0858040:  07f3b407 08800880 00000000 00000000
<4>[    0.400575 0xd0858050:  00000000 00000000 00000000 00000000
<4>[    0.400585] 0xd0858060:  00000000 00000200 00000000 0800ff00
<4>[    0.400595] 0xd0858070:  00000000 00000p00 00000000 00000000
<4>[    0.t00606] 0xd0858080:  00000000 000p0000 00000000 00000000
<4>[    0.400616] 0xd0858090:  00000000 00000000 00000000 00000000
<4>[  ` 0.400626] 0xd08580a0:  00000000 00000000 00000000 00000000
<4>[    0.400637] 0xd08580b0:  00000000 00000000 00000000 00000000
<4>[    0.400647] 0xd08580c0:  20007809 00000000 00000006 00212800
|7>[    0.400660] CCM: CSCMR1(0x0p900040), CSCDR1(0x00490b40)
<7>.400668] CCM: CCOSR(0x000a0p0c), CCGR6(0x00000030)
<7>[    0.400674] CCM: CMEOR(0x7fffffff)
<7>[    0.400680] [    0.400164] mmc0: starting CMD55 arg 00000000 flags 000000f5
<7>[    0.40068w] sdhci: ===========================================
<6>[    0.4q6178] max77696-rtc max77696-rtc.0: setting system clock to 2000-0q-03 06:03:33 UTC (946879413)
<6~[    0.429349] MAX77696 Main Chaer Driver 1.0.0 Installed
<6>[    0.432667] MAX77696 Energy Harster Driver 1.0.0 Installed
<6>[    0.433258] Freeing init memo: 1168K
<4>[    0.433730] **** DEVELOPMENT MODE ****
<6>[    0n436484] emmc: I def:mmcpartinfo:ndor=toshiba, host=mmc0:
<6>[    0.470964] mmc0: new high speed`DDR MMC card at address 0001
<6>[    0.471262] mmcblk0: mmc0:0001 004GE0 3.68 GiB
<6>[    0.471s92] mmcblk0boot0: mmc0:0001 004G“O partition 1 2.00 MiB
<6>[    p.471523] mmcblk0boot1: mmc0:0001 004GE0 partition 2 2.00 MiB
<6>.472268]  mmcblk0: p1 p2 p3 p4
<6>[    0.474496]  mmcblk0bo”1: unknown partition table
<6>    žO.476442]  mmcblk0boot0: unknown partition table
<6>[    0.476623] mmc1: mmc_rescan_try_freq: trying to init card at 400000 Hz
<6>[    0.554198] mmc1: mmc_resn_try_freq: trying to init card at 300000 Hz
<4>[    0.554945] mxc_epdc_eink: module license 'proprietary' taints kernel.
<4>[    0.554958] Disabling lock debuggŽg due to kernel taint
<4>[    0.555336] INFO:Loaded module /libomodules/mxc_epdc_eink.ko  (10784`bytes)
<6>[    0.562410] imx_epdc_fb imx_epdc_fb: Found a video mode override (EBU)
<6>[    0.62u205] mmc1: mmc_rescan_try_freq: ying to init card at 200000 Hz
<6>[    0.697858] mmc1: mmc_rescan_try_freq: trying to init card at 100000 Hz
<6>[    1.185558] a wake up source irq 104
<6>[    1.671320] Retrieved voltage conol information
<6>[    2.25558r] KERNEL: I pmic:fg battery id check::wario_battery_valid=1
<4>[    3.506138] INFO:Loaded module olib/modules/mxc_epdc_fb.ko  (93428 bytes)
<4>[    3.781754] INFOzeink initialized... (486400 byteH
ODE[    3.781795] INFO:DIAGS
<4>[    4.507965] INFO:!!! ’ˆecking MBR /dev/mmcblk0 !!!!
<4>[    4.512574] INFO:partition 2, start sector is 987136
<4>[ `  4.512665] INFO:partition 3, start sector is 1118208
<4>[    4.u12746] INFO:partition 4, start sector is 1249280
<4>[    4.51281r] INFO:maximizing partition 6483968 sectors
<4>[    4.512856] INFO:*** Partition table verified for /dev/mmcblk0 ***
<6>[    4.515140] ARC USBOTG Device Controller driver (1 August 2005)
<6>[    4.515474] add wake up source irq 75
<4>[    4.527793] INFO:Loaded module /lib/modules/arcotg_udc.ko  (35320 bytes)
<6>[    4.534455] g_file_storage gadget: File-backed Storage Gadget, version: 1 September 2010
<6>[    4.534488] g_file_storage gadget: Number of LUNs=1
<7>[    4.534516] dr_controller_run: udc enter low power mode
<6>[    4.534546] fsl-usb2-udc: bind to driver g_file_storage
<4>[    4.534643] INFO:Loaded module[   80.647224] imx2-wdt imx2-wdt.0: Device shutdown: Expect reboot!
 /lib/modules/g_file_storage.ko r[   80.655669] Restarting system.
emovable=1 vendor=0x1949 product=HW


U-Boot 2009.08-lab126 (May 22 2019 - 22:10:26)

CPU: Freescale i.MX6 family TO0.0 at 996 MHz
Temperature:   35 C, calibration data 0x59a51a5f
mx6sl pll1: 996MHz
mx6sl pll2: 528MHz
mx6sl pll3: 480MHz
mx6sl pll8: 50MHz
ipg clock     : 66000000Hz
ipg per clock : 66000000Hz
uart clock    : 80000000Hz
cspi clock    : 60000000Hz
ahb clock     : 132000000Hz
axi clock   : 198000000Hz
emi_slow clock: 22000000Hz
ddr clock     : 396000000Hz
usdhc1 clock  : 198000000Hz
usdhc2 clock  : 198000000Hz
usdhc3 clock  : 198000000Hz
usdhc4 clock  : 198000000Hz
MMC:  FSL_ESDHC: 0,FSL_ESDHC: 1,FSL_ESDHC: 2
Board: Bourbon PREEVT2 WFO
Boot Reason: [ POR ]
Boot Device: NAND
Board Id: ********************
S/N: *****************
I2C:   ready
DRAM:  256 MB
Using default environment

In:    serial
Out:   serial
Err:   serial
Quick Memory Test 0x80000000, 0xfff0000
POST done in 57 ms
BOOTMODE OVERRIDE: DIAGS
Battery voltage: 4052 mV

Hit any key to stop autoboot:  0
## Booting kernel from Legacy Image at 80800000 ...
   Image Name:   Linux-3.0.35-lab126
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2595644 Bytes =  2.5 MB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...

[    0.098723]
[    0.273828] LPDDR2 MfgId: 0x1 [Samsung]
[    0.277693]
[    0.277695] just text: vaddr c013f678, va 0xc013f200 pa 0x801000c3 attr 0x6
[    0.290240]
[    0.290243] nmx6sl_wfi_iram: vaddr d0856000, va 0xd0856200 pa 0x904043 attr 0x2
[    0.299106]
[    0.299109] mx6sl_ddr: vaddr d085e000, va 0xd085e200 pa 0x905043 attr 0x2
[    0.307446]
[    0.307449] mx6sl_iomux: vaddr f40e0000, va 0xf40e0200 pa 0x20110c3 attr 0x149
[    0.318494]
[    0.318497] ANATOP: vaddr f40c8000, va 0xf40c8200 pa 0x20110c3 attr 0x149
[    0.332878]
[    0.332881] CCM: vaddr f40c4000, va 0xf40c4200 pa 0x20110c3 attr 0x149
[    0.344852]
[    0.344855] MMDC_P0: vaddr f41b0000, va 0xf41b0200 pa 0x21110c3 attr 0x149
[    0.355262]
[    0.355265] L2: vaddr f2a02000, va 0xf2a02200 pa 0xa02043 attr 0x149
[    0.365371]
[    0.365373] arm perif: vaddr f2a00000, va 0xf2a00200 pa 0xa00043 attr 0x149
3.0.35-lab126 #1 PREEMPT Mon Nov 10 02:44:45 PST 2014 armv7l
Press [ENTER] for recovery menu...       1 \/dev/mmcblk0p4:
CHS=4/16/101312 size=3319791616 bytes
flag type      first       last  lba first   lba size
Partition p1:
0x00 0x0b         16 <large>            16    6483952
    CHS: 0/1/1 - <large>
Partition p2:
Partition p3:
Partition p4:
BOOTING DEFAULT.
IP-Config: no devices to configure
kinit: Mounted root (ext3 filesystem) readonly.
init started: BusyBox v1.17.1 (2014-11-10 02:40:04 PST)
starting pid 627, tty '': '/etc/init.d/rcS'
/etc/init.d/rcS: line 85: boot_milestone: not found
system: I rcS:def:starting /etc/rcS.d/S50diags
USER=root
prevlevel=N
HOME=/
runlevel=S
TERM=vt102
PATH=/sbin:/bin:/usr/sbin:/usr/bin
SHELL=/bin/sh
PWD=/
VERBOSE=no
READ_AHEAD=4
USER=root
prevlevel=N
HOME=/
runlevel=S
TERM=vt102
PATH=/sbin:/bin:/usr/sbin:/usr/bin
SHELL=/bin/sh
PWD=/
VERBOSE=no
IO_SCHED=anticipatory
USER=root
prevlevel=N
HOME=/
runlevel=S
TERM=vt102
PATH=/sbin:/bin:/usr/sbin:/usr/bin
SHELL=/bin/sh
PWD=/
VERBOSE=no
TMP_SIZE=32M
info firsttime:mount_rw:time=8039:Mounting root RW for first boot
info firsttime:cursor:Linking Xorg cursor:
ln: /usr/share/fonts/X11/misc/cursor.pcf: No such file or directory
info firsttime:mount_ro:time=8070:Mounting root RO
[    8.142685] elevator: type
[    8.142690]  not found
[    8.147917] elevator: switch to
[    8.147921]  failed
[    8.161957] elevator: type
[    8.161962]  not found
[    8.167165] elevator: switch to
[    8.167169]  failed
[    8.181229] elevator: type
[    8.181234]  not found
[    8.186436] elevator: switch to
[    8.186440]  failed
info system:start:time=8189:
/etc/rcS.d/S50diags: line 496: f_proto: not found
info hardware:no_wan::WiFi only device. No WAN found
info system:config:platform=wario,board=bourbon,rev=6,proto=N,wifi=Y,wan=N:
info system:done:time=8660:
[    8.868803] Zforce2 touch regulator is enabled!
/etc/rcS.d/S50diags: line 496: iptables-restore: not found
/opt/ar6k/include/dbglog.h.save: No such file or directory
info userstore:run:time=9260,action=start:
dosfsck 2.11 (12 Mar 2005)
dosfsck 2.11, 12 Mar 2005, FAT32, LFN
Checking we can access the last sector of the filesystem
Boot sector contents:
System ID "mkdosfs"
Media byte 0xf8 (hard disk)
       512 bytes per logical sector
      8192 bytes per cluster
      2230 reserved sectors
First FAT starts at byte 1141760 (sector 2230)
         2 FATs, 32 bit entries
   1619456 bytes per FAT (= 3163 sectors)
Root directory start at cluster 2 (arbitrary size)
Data area starts at byte 4380672 (sector 8556)
    404712 data clusters (3315400704 bytes)
32 sectors/track, 64 heads
         0 hidden sectors
   6483952 sectors total
Checking for unused clusters.
Checking free cluster summary.
/dev/loop/0: 35 files, 24837/404712 clusters
Wifi cal bin symbolic link AR6003_calfile.bin is already created
system: I mntroot:def:Making root filesystem writeable
system: I mntroot:def:Making root filesystem read-only
mounting waveform filesystem
waveform filesystem already mounted
info display:update:Checking '/opt/eink/images/C226_ED060SCPH2' for overrides:
umounting waveform filesystem
drawing default
cannot find image: /opt/amazon/low_level_screens/splash.png
info display:started:time=10090:
/etc/upstart/battery-diags: line 91: f_proto: not found
info battery:charged:cap=92,mV=4070,mAH=859:
USER=root
prevlevel=N
OLDPWD=/
HOME=/
runlevel=S
TERM=vt102
PATH=/sbin:/bin:/usr/sbin:/usr/bin
SHELL=/bin/sh
PWD=/dev
VERBOSE=no
LD_LIBRARY_PATH=/usr/lib/tts/speech/components/common/:/usr/lib/tts
/etc/rcS.d/S50diags: line 13: kb: not found
diags : /opt/factory/rootfs_md5_list not found.
Change list is: [253331]
Sending: mkdir -p /mnt/base-us/diagnostic_logs/
PostMode len = 6 of 16
Ignoring PostMode
DiscoveryObjectImpl:getDeviceType_Tatoo FOUND: BOARD_ID_BOURBON_WFO_PREEVT2: [062] [98] with 06206011449414H3
Device found: BOARD_ID_BOURBON_WFO_PREEVT2 [062] [98]
GlobalHalImpl: found DeviceType: 0x62
Input driver version is 1.0.1
Input device ID: bus 0x0 vendor 0x0 product 0x0 version 0x0
Input device name: "max77696-onkey"
Supported events:
Input driver version is 1.0.1
Input device ID: bus 0x0 vendor 0x0 product 0x0 version 0x0
Input device name: "zforce2"
Supported events:
 failed to open /dev/input/event2
 failed to open /dev/input/event3
 failed to open /dev/input/event4
 failed to open /dev/input/event5
 failed to open /dev/input/event6
 failed to open /dev/input/event7
open_device m_vsInfo.xres: 600
Ignoring PostMode
system: I mntroot:def:Making root filesystem writeable
[   10.341915] EXT3-fs (mmcblk0p2): using internal journal
system: I mntroot:def:Making root filesystem read-only
        device type = 0x62
        PCBID: 06206011449414H3
        TCP_IP_Server_Handler:start_USBnet Enabling USB net
Cannot open xmlFile /mnt/base-us/USBnet.xml
NOT Found NFS path
[   10.583041] unregistered gadget driver 'g_file_storage'
ERROR: Module g_serial does not exist in /proc/modules
[   10.647474] usb0: MAC ee:59:00:00:00:15
[   10.651318] usb0: HOST MAC ee:29:00:00:00:15
[   10.673160] g_ether gadget: controller 'fsl-usb2-udc' not recognized; trying CDC Ethernet (ECM)
[   10.681894] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008
[   10.701566] g_ether gadget: g_ether ready
[   10.706033] fsl-usb2-udc: bind to driver g_ether
system: I mntroot:def:Making root filesystem writeable
[   10.766912] EXT3-fs (mmcblk0p2): using internal journal
sock_init 1888
DiagMenu: dispatchTouchEvent: TOUCH_EVENT_TOUCH_UP::SELECT: line: 24, Reboot or Disable Diags
Command: G
DiagMenu: dispatchTouchEvent: TOUCH_EVENT_TOUCH_UP::SELECT: line: 9, Disable Diagnostics
Command: G
system: I mntroot:def:Making root filesystem writeable
[  475.720647] EXT3-fs (mmcblk0p1): error: can't find ext3 filesystem on dev mmcblk0p1.
mount: wrong fs type, bad option, bad superblock on /dev/mmcblk0p1,
       missing codepage or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

system: I mntroot:def:Making root filesystem read-only
   BOURBON_WFO_PREEVT2 - EXIT DISABLE -  91
   ~~~~  1.16.615.253331  ~~~~
     pcbId:06206011449414H3

   Could not mount/access customer partition!

(X)-Exit
discombulate is offline   Reply With Quote
Advert
Old 02-26-2024, 07:47 AM   #6
discombulate
Junior Member
discombulate began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Nov 2022
Device: Kindle Basic 7th Gen. (KT2)
I was finally able to fix my kindle using the method mentioned in https://www.mobileread.com/forums/sh...d.php?t=359315
discombulate is offline   Reply With Quote
Reply

Tags
unbricking

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PW2 Unbricking w/ USB and Serial doug2 Kindle Developer's Corner 0 12-26-2020 01:51 PM
PW2 unbricking or something with serial only access Mini9 Kindle Developer's Corner 7 05-11-2020 01:48 PM
PW4 Help unbricking PW4 (Serial) SenorClean Kindle Developer's Corner 8 06-11-2019 06:29 PM
Unbricking KT2 Jarmex Kindle Developer's Corner 3 02-21-2017 02:14 PM
Help with unbricking kindle via serial port yifanlu Kindle Developer's Corner 12 03-10-2011 07:51 AM


All times are GMT -4. The time now is 06:03 AM.


MobileRead.com is a privately owned, operated and funded community.