02-01-2020, 08:40 AM | #1 |
Junior Member
Posts: 5
Karma: 2000
Join Date: Jan 2020
Device: Kindle3,kindle 499,kindle 588
|
kindle 588 (KT3)'s TTL(serial port) and USB boot(magic key)
You can enter usb hid(usb download) mode by connect +3v and usb boot test point (Attach Files 1.jpg&2.jpg&3.jpg).Then you can use MFGtool2 to debrick with a computer(if your uboot is damaged).As far as I know,it's known as magick key in k5 and formers.
You can use ttl(serial) to debrick your kindle if uboot is fine(Attach Files 4.jpg).If you damaged your ttl pad,you can use the ones near by(Attach Files 5.jpg),they were connected. Apologize for my English... |
02-01-2020, 09:59 AM | #2 | ||
Going Viral
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
Quote:
Can the same be done even if uboot is undamaged? Quote:
Did you test this second part after you re-installed a non-locked uboot? That (or something else) might be the cause of why the uboot in yours was not locked. Nice report, thanks a lot for that information. That information gets us 99% of the way towards dealing with the "Androidized" model Kindles. Last edited by knc1; 02-01-2020 at 10:05 AM. |
||
Advert | |
|
02-01-2020, 11:01 AM | #3 |
Junior Member
Posts: 5
Karma: 2000
Join Date: Jan 2020
Device: Kindle3,kindle 499,kindle 588
|
Well,on my KT3,I can enter uboot -> bist -> fastboot,and I can flash something via usb.But I don't know anything about the locked uboot...
|
02-01-2020, 12:19 PM | #4 | |
Going Viral
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
Quote:
(It would seem that you did, at least in order to test your first post) |
|
02-01-2020, 01:08 PM | #5 |
Junior Member
Posts: 5
Karma: 2000
Join Date: Jan 2020
Device: Kindle3,kindle 499,kindle 588
|
I got this KT3 from my cousin and it's bricked,and I don't think he will do something like that.So I DON'T think this uboot has been changed.
BTW,I think every time kindle updates with uboot,cuz I can found uboot in update files converted by kindletool. |
Advert | |
|
02-04-2020, 05:22 PM | #6 |
Nil adsuetudine maius
Posts: 278
Karma: 500000
Join Date: Nov 2019
Location: US
Device: PW4
|
Interesting. I had specifically looked in NXP's documentation for a method to enable USB downloading as this is a key step in programming the full android (phone) address space and presumably android Kindle as well.
NXP's manufacturing tool manual states that the eMMC may be programmed to recover (debrick) an end-user device. Which suggests that there may not be a hardware mechanism (fuse) to permanently disable post-manufacture access or at least that such is not universally employed. But the initialization requirements to write the address space are notably absent. That information may be detailed in the elusive Security Reference Manual that NXP keeps close to their chest. Manufacturing tool Alternately, JTAG is pretty much the standard method to read/write the entire firmware address space. NXP's documentation says that "secure-JTAG" can be protected with a key to prevent access to an operating processor. But does not seem to say that standard JTAG access i.e. to a halted processor can be disabled. And in some support of this, I have yet to see a consumer product e.g. satellite receiver, tivo, TV, laptop, ham radio where the eeprom, flash or eMMC couldn't be written after you either removed board power from the device and powered the flash directly or halted the processor. The following is somewhat i.MX6-centric but likely applies to their other processors as well. NXP has stated that that their JTAG design is "standard" and the majority of JTAG interfaces should be suitable for i.MX6 processors. NXP customers have reported that they can establish a JTAG connection though USB, at least for the i.MX6 development boards with a low cost ($60) Seger J-Link EDU JTAG which communicate with the i.MX6 and properly identifies the architecture. Note that JTAG_MOD=0 must be set (pin grounded) to allow JTAG to halt the processor. Presumably JTAG access would also be available through the SWD protocol. One possible approach to writing the full address space with JTAG would be to halt the processor, initialize ram and write u-boot to RAM to bypass the locked bootloader. Then use the flash programming features of our u-boot to write the full address space. Here is a working i.MX6 initialization script that does approximately that. This particular script was written for the BDI3000 JTAG, Sabre development board and initializes the DDR ram on the development board rather than the target ram. Misc. resources: AN4553: Using Open Source Debugging Tools for Linux on i.MX Processors S32-DP: S32 Debug Probe ($500) has full processor and memory space access and control on development boards. Debug access is likely disabled on end-user devices though. JTAG probes for i.MX6 (RealView ICE and DSTREAM) An overview of 3rd party development tools for ARM The uLInk Pro debugger ($1,250) is one debugger said to support the A9. |
02-06-2020, 12:21 AM | #7 |
Going Viral
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
Great bit of research.
Hope you like Lab126's version of "Whack a Firmware" rather than "Whack a Mole". |
02-06-2020, 03:43 AM | #8 |
Nil adsuetudine maius
Posts: 278
Karma: 500000
Join Date: Nov 2019
Location: US
Device: PW4
|
Only a jumping off point to be sure. But progress of a sort.
|
02-09-2020, 04:21 AM | #9 |
Member
Posts: 14
Karma: 10
Join Date: Jan 2020
Device: Kindle 8th Gen (KT3)
|
Btw, is the touch not supposed to work when it's out? On KT3, tore it down until I could get to the ttl port. I can see that it's working, with some slight glitches on the side and bottom perhaps. But the touch want working. Hopefully I won't be needing to use the touch for now.
|
02-09-2020, 06:35 AM | #10 | |
Member
Posts: 14
Karma: 10
Join Date: Jan 2020
Device: Kindle 8th Gen (KT3)
|
Quote:
I followed bergfux's instructions from here. Unfortunately, the recovery mode pause is so short, it's barely even a second. Is there something I could do? Also, I got into it somehow for once, but then the U prompt did not work. I kept pressing U over and over again but the timer kept running, pressing enter after U only reset it up. I'll post the logs in a couple of bit. |
|
02-09-2020, 07:02 AM | #11 |
Member
Posts: 14
Karma: 10
Join Date: Jan 2020
Device: Kindle 8th Gen (KT3)
|
Code:
[ 103.840180] Power button pressed, INT_STAT_03 = 0x20 [ 107.637039] Power button pressed, INT_STAT_03 = 0x8 ▒ 1, FSL_SDHC: 2 Board: Heisenberg Board Id: S/N: I2C: ready DRAM: MR5=0x1,MR6=0x4 512 MiB WARNING: Caches not enabled ▒▒▒ 0 uboot > run diags_boot BOOTing diags from mmc ... mmc1(part 0) is current device MMC read: dev # 1, block # 29392, count 28672 ... `▒▒-$▒Ȋ�=unt 256 ... ▒V800.rCJ▒▒▒▒▒Name: Linux-3.10.53-lab126 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 4788336 Bytes = 4.6 MiB Load Address: 80008000 Entry Point: 80008000 Verifying Checksum ... X▒ ▒0000 ▒▒ѥ▒▒▒using the fdt blob at 0x83000000 Loading Kernel Image ... o▒▒00*▒▒։▒5ef ... `▒ ▒@▒\ ▒닥▒▒▒Linux on physical CPU 0x0 [ 0.000000] Linux version 3.10.53-lab126 (jenkins-official@sjc10-jbuild07) (collect2: error: ld returned 1 exit status) #1 PREEMPT Fri Jul 22 00:45:40 PDT 2016 [ 0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine: Freescale i.MX6 SoloLite (Device Tree), model: Heisenberg P0 [ 0.000000] printk_reserve_buf:863 log_goal_location:0x8fff0000 log_worst_location:0x8fef0000 new_log_buf_len:32768 [ 0.000000] printk_reserve_buf:883 printk log placed at 8fff0000 [ 0.000000] cma: CMA: reserved 32 MiB at 9c000000 [ 0.000000] Memory policy: ECC disabled, Data cache writeback [ 0.000000] CPU: All CPU(s) started in SVC mode. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048 [ 0.000000] Kernel command line: console=ttymxc0,115200 root=/dev/mmcblk0p2 rootwait rw [ 0.000000] Prink buffer will be relocated to physical address: 8fff0000 va: 00000000 new_log_buf_len:32768 [ 0.000000] Prink buffer will be relocated to physical address: 8fff0000 va: 8fff0000 new_log_buf_len:32768 [ 0.000000] log_buf_len: 32768 [ 0.000000] early log buf free: 30776(93%) [ 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: 512MB = 512MB total [ 0.000000] Memory: 477600k/477600k available, 46688k reserved, 0K highmem [ 0.000000] Virtual kernel memory layout: vector : 0xffff0000 - 0xffff1000 ( 4 kB) fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) vmalloc : 0xa0800000 - 0xff000000 (1512 MB) lowmem : 0x80000000 - 0xa0000000 ( 512 MB) pkmap : 0x7fe00000 - 0x80000000 ( 2 MB) modules : 0x7f000000 - 0x7fe00000 ( 14 MB) .text : 0x80008000 - 0x807187c4 (7234 kB) .init : 0x80719000 - 0x80882b7c (1447 kB) .data : 0x80884000 - 0x808c9e80 ( 280 kB) .bss : 0x808c9e80 - 0x808f29c8 ( 163 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] L310 cache controller enabled [ 0.000000] l2x0: 16 ways, CACHE_ID 0x410000c8, AUX_CTRL 0x32030000, Cache size: 262144 B [ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms [ 0.000000] Console: colour dummy device 80x30 [ 0.000461] Calibrating delay loop... 789.70 BogoMIPS (lpj=3948544) [ 0.040131] pid_max: default: 32768 minimum: 301 [ 0.040272] Mount-cache hash table entries: 512 [ 0.044670] CPU: Testing write buffer coherency: ok [ 0.044893] Setting up static identity map for 0x80524338 - 0x80524390 [ 0.045673] devtmpfs: initialized [ 0.047405] pinctrl core: initialized pinctrl subsystem [ 0.047659] regulator-dummy: no parameters [ 0.049791] NET: Registered protocol family 16 [ 0.057148] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.057731] LAB126 Board id - P00118076335000E [ 0.057813] Use WDOG1 as reset source [ 0.063219] syscon 20c8000.anatop: regmap [mem 0x020c8000-0x020c8fff] registered [ 0.063470] vdd1p1: 800 <--> 1375 mV at 1100 mV [ 0.063756] vdd3p0: 2625 <--> 3400 mV at 3000 mV [ 0.064057] vdd2p5: 2100 <--> 2850 mV at 2500 mV [ 0.064413] cpu: 725 <--> 1450 mV at 1100 mV [ 0.064692] vddpu: 725 <--> 1450 mV [ 0.065052] vddsoc: 725 <--> 1450 mV at 1175 mV [ 0.066914] syscon 20e0000.iomuxc-gpr: regmap [mem 0x020e0000-0x020e0037] registered [ 0.068956] syscon 21bc000.ocotp-ctrl: regmap [mem 0x021bc000-0x021bffff] registered [ 0.070814] amp_boost_enable:iMX:MAX98090:BOARD [ 0.070846] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers. [ 0.070856] hw-breakpoint: maximum watchpoint size is 4 bytes. [ 0.074134] imx6sl-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver [ 0.079133] bio: create slab <bio-0> at 0 [ 0.080315] SCSI subsystem initialized [ 0.080534] usbcore: registered new interface driver usbfs [ 0.080605] usbcore: registered new interface driver hub [ 0.080721] usbcore: registered new device driver usb [ 0.082059] bd7181x 0-004b: IRQ 276 GPIO 116 [ 0.087781] buck1: 800 <--> 2000 mV at 1300 mV [ 0.088976] buck2: 800 <--> 2000 mV at 1300 mV [ 0.089805] buck3: 1200 <--> 2700 mV at 1800 mV [ 0.090639] buck4: 1100 <--> 1850 mV at 1200 mV [ 0.091441] buck5: 1800 <--> 3300 mV at 3200 mV [ 0.092259] ldo1: 800 <--> 3300 mV at 3200 mV [ 0.093052] ldo2: 800 <--> 3300 mV at 3200 mV [ 0.094282] ldo3: 3000 mV [ 0.094901] ldo4: 800 <--> 3300 mV at 3200 mV [ 0.095483] ldo5: 800 <--> 3300 mV at 1800 mV [ 0.096060] dvref: 3000 mV [ 0.096195] lpsr: 1800 mV [ 0.096782] wled: at 0 mV 0 <--> 25 mA at 0 mA [ 0.097664] i2c i2c-0: IMX I2C adapter registered [ 0.098279] i2c i2c-1: IMX I2C adapter registered [ 0.098558] i2c i2c-2: IMX I2C adapter registered [ 0.098669] pps_core: LinuxPPS API ver. 1 registered [ 0.098679] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.098704] PTP clock support registered [ 0.099045] MIPI CSI2 driver module loaded [ 0.099129] Advanced Linux Sound Architecture Driver Initialized. [ 0.099745] cfg80211: Calling CRDA to update world regulatory domain [ 0.099779] cfg80211: World regulatory domain updated: [ 0.099788] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 0.099799] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 0.099809] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 0.099819] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 0.099828] cfg80211: (5140000 KHz - 5360000 KHz @ 40000 KHz), (N/A, 3000 mBm) [ 0.099837] cfg80211: (5460000 KHz - 5860000 KHz @ 40000 KHz), (N/A, 3000 mBm) [ 0.101021] pureg-dummy: no parameters [ 0.101654] Switching to clocksource mxc_timer1 [ 0.109583] NET: Registered protocol family 2 [ 0.110342] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.110427] TCP bind hash table entries: 4096 (order: 2, 16384 bytes) [ 0.110479] TCP: Hash tables configured (established 4096 bind 4096) [ 0.110530] TCP: reno registered [ 0.110544] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.110564] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.110765] NET: Registered protocol family 1 [ 0.111027] RPC: Registered named UNIX socket transport module. [ 0.111039] RPC: Registered udp transport module. [ 0.111047] RPC: Registered tcp transport module. [ 0.111054] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.117558] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available [ 0.118185] ldo2p5-dummy: no parameters [ 0.118916] Bus freq driver module loaded [ 0.119365] futex hash table entries: 256 (order: -1, 3072 bytes) [ 0.124701] VFS: Disk quotas dquot_6.5.2 [ 0.124849] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 0.127150] NFS: Registering the id_resolver key type [ 0.127191] Key type id_resolver registered [ 0.127202] Key type id_legacy registered [ 0.127242] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc. [ 0.127753] msgmni has been set to 996 [ 0.130712] io scheduler noop registered [ 0.130727] io scheduler deadline registered [ 0.130769] io scheduler cfq registered (default) [ 0.137561] Serial: IMX driver [ 0.137881] 2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 58) is a IMX [ 0.841008] console [ttymxc0] enabled [ 0.845169] 2034000.serial: ttymxc2 at MMIO 0x2034000 (irq = 60) is a IMX [ 0.852384] imx6sl-pinctrl 20e0000.iomuxc: pin MX6SL_PAD_SD1_DAT4 already requested by 20e0000.iomuxc; cannot claim for 2038000.serial [ 0.864534] imx6sl-pinctrl 20e0000.iomuxc: pin-145 (2038000.serial) status -22 [ 0.871804] imx6sl-pinctrl 20e0000.iomuxc: could not request pin 145 on device 20e0000.iomuxc [ 0.880356] imx-uart 2038000.serial: Error applying setting, reverse things back [ 0.887857] 2038000.serial: ttymxc3 at MMIO 0x2038000 (irq = 61) is a IMX [ 0.895195] serial: Freescale lpuart driver [ 0.900286] Registering Heisenberg hall sensor platform device [ 0.907372] imx sema4 driver is registered. [ 0.916548] brd: module loaded [ 0.922378] loop: module loaded bt_pwrctrl_init called.. [ 0.927940] bt_reset pin obtained is 51 [ 0.932228] bt_dev_wake pin obtained is 138 [ 0.936614] bt_host_wake pin obtained is 93 [ 0.941006] IRQ# for BT HOST WAKE: 253 bt_pwrctrl_probe probe successful [ 0.949970] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.956849] usbcore: registered new interface driver usb-storage [ 0.963878] imx6sl-pinctrl 20e0000.iomuxc: pin MX6SL_PAD_EPDC_PWRCOM already requested by 20e0000.iomuxc; cannot claim for 2184000.usb [ 0.976037] imx6sl-pinctrl 20e0000.iomuxc: pin-56 (2184000.usb) status -22 [ 0.982962] imx6sl-pinctrl 20e0000.iomuxc: could not request pin 56 on device 20e0000.iomuxc [ 0.991427] imx_usb 2184000.usb: Error applying setting, reverse things back [ 1.002723] usb_gadget_state_work: gadget state: not attached [ 1.009072] mousedev: PS/2 mouse device common for all mice [ 1.020760] bd7181x-rtc bd7181x-rtc: rtc core: registered bd7181x-rtc as rtc0 [ 1.028489] snvs_rtc 20cc034.snvs-rtc-lp: rtc core: registered 20cc034.snvs-rtc-lp as rtc1 [ 1.036954] i2c /dev entries driver [ 1.041003] bd7181x-power bd7181x-power: battery_cycle = 0 [ 1.047215] Status Register 1 == 0x0 [ 1.051223] Status Register 2 == 0x0 [ 1.055251] Status Register 3 == 0x34 [ 1.059346] Status Register 4 == 0x0 [ 1.063368] Status Register 5 == 0x0 [ 1.067373] Status Register 6 == 0x0 [ 1.071376] Status Register 7 == 0x0 [ 1.075396] Status Register 8 == 0x2 [ 1.079398] Status Register 9 == 0x0 [ 1.083419] Status Register 10 == 0x0 [ 1.087507] Status Register 11 == 0x0 [ 1.091597] Status Register 12 == 0x0 [ 1.098125] errflags = 4 [ 1.100683] bit2 is set [RESET REASONS]: PWRON_LONGPRESS: Power Button Long Press Battery Cut [ 1.125528] imx2-wdt 20bc000.wdog: IMX2+ Watchdog Timer enabled. timeout=60s ▒J▒wayoup<0JJ▒▒ut ▒▒�▒0 ▒▒x x ▒govd.▒K▒menu [ 1.148591] sdhci: Secure Digital Host Controller Interface driver [ 1.154832] sdhci: Copyright(c) Pierre Ossman [ 1.159228] sdhcZK▒Й▒▒AHCHp+▒▒ ▒▒@ GBX0.169018] mmc1: no vqmmc regulator found [ 1.173271] mmc1: Not allowing HS200 [ 1.176896] mmc1: no v mc rV+t.2t▒[ 1.221709] mmc1: SDHCI controller on 2190000.usdhc [2190000.usdhc] using DMA [ 1.232354] mmc0: no vqmmc regulator found [ 1.236483] mmc0: Not allowing HS200 [ 1.240087] mmc0: no vmmc regulator found [ 1.281705] mmc0: SDHCI controller on 2194000.usdhc [2194000.usdhc] using DMA [ 1.290981] usbcore: registered new interface driver usbhid [ 1.296625] usbhid: USB HID core driver [ 1.301499] NET: Registered protocol family 26 [ 1.308231] TCP: cubic registered [ 1.311576] IPv6: Loaded, but administratively disabled, reboot required to enable [ 1.319218] sit: IPv6 over IPv4 tunneling driver [ 1.324361] NET: Registered protocol family 17 [ 1.330940] 8021q: 802.1Q VLAN Support v1.8 [ 1.339282] Key type dns_resolver registered VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4 [ 1.376124] ldo5: disabling [ 1.384896] ldo4: disabling [ 1.388119] regulator-dummy: disabling [ 1.392142] imx mcc test is registered. [ 1.396815] bd7181x-rtc bd7181x-rtc: setting system clock to 2001-01-01 12:52:41 UTC (978353561) [ 1.409212] ALSA device list: [ 1.414305] No soundcards found. [ 1.418962] Freeing unused kernel memory: 1444K (80719000 - 80882000) 3.10.53-lab126 #1 PREEMPT Fri Jul 22 00:45:40 PDT 2016 armv7l j▒▒▒: BKOPS_EN bit is not set PuT+▒r▒▒�▒▒▒imx_epdc_fb 20f4000.epdc: EPDC version = 2.1.0 ▒▒v_file->wdh.luts & 0xC =4 @00CJ9=▒Loaded module /lib/modules/mxc_epdc_fb.ko (79696 bytes) Nʢ▒▒INFO:eink initialized... (486400 bytes) Press [ENTER] for recovery menu... 0 /[ 5.022857] INFO:!!! Checking MBR /dev/mmcblk0 !!!! [ 7.034374] input: zforce2 as /devices/platform/zforce2.0/input/input0 2 3 4 5 2▒ android_usb: already disabled @P0@▒▒r▒▒▒▒▒▒▒read descriptors [ 14.476311] read strings diags : /opt/fat y▒▒ p elcome to Kindle! kindle login: root▒`y,▒S�▒}▒▒ѽcharging 0 roootLogin incorrect kindle login: root Password: mario marLogin incorrect kindle login: root Password: mario -sh: mario: not found [root@kindle root]# reboot Id7181x_bat/charging The system is gZ@▒ Requesting system rebootesses [ 83.258929] brcm_wlan_free_mem: static buffers freed [ 83.264721] imx2-wdt 20bc000.wdog: Device shutdown: Expect reboot! [ 83.270949] Restarting system. [ 83.274220] arch_reset_special_mode: cmd: (null) [ 83.278842] set_boot_mode: mode: d [ 83.282301] to write to register [ 83.285535] read out: 13 [ 83.787Ob▒▒▒▒▒▒ j▒ 1, FSL_SDHC: 2 Board: Heisenberg Board Id: S/N: I2C: ready DRAM: MR5=0x1,MR6=0x4 512 MiB WARNING: Caches not enabled ▒▒an ʂ▒9 @▒▒▒t ▒@%al autob▒▒ 0 uboot > uboot > uboot > uboot > PuTTY Unknown command 'PuTTY' - try 'help' uboot > Unknown command 'PuTTY' - try 'help' uboot > Unknown command 'PuTTY' - try 'help' uboot > run diags_boot BOOTing diags from mmc ... mmc1(part 0) is current device MMC read: dev # 1, block # 29392, count 28672 ... @▒ ▒▒9& ▒չс256 ... @^▒ с Image Name: Linux-3.10.53-lab126 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 4788336 Bytes = 4.6 MiB Load Address: 80008000 Entry Point: 80008000 Verifying Checksum ... X@▒X�▒▒▒▒▒▒▒▒ѥ▒▒▒using the fdt blob at 0x83000000 Loading Kernel Image ... ▒2Xbd▒▒8։▒5ef ... rY▒00▒Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 3.10.53-lab126 (jenkins-official@sjc10-jbuild07) (collect2: error: ld returned 1 exit status) #1 PREEMPT Fri Jul 22 00:45:40 PDT 2016 [ 0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine: Freescale i.MX6 SoloLite (Device Tree), model: Heisenberg P0 [ 0.000000] printk_reserve_buf:863 log_goal_location:0x8fff0000 log_worst_location:0x8fef0000 new_log_buf_len:32768 [ 0.000000] printk_reserve_buf:883 printk log placed at 8fff0000 [ 0.000000] cma: CMA: reserved 32 MiB at 9c000000 [ 0.000000] Memory policy: ECC disabled, Data cache writeback [ 0.000000] CPU: All CPU(s) started in SVC mode. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048 [ 0.000000] Kernel command line: console=ttymxc0,115200 root=/dev/mmcblk0p2 rootwait rw [ 0.000000] Prink buffer will be relocated to physical address: 8fff0000 va: 00000000 new_log_buf_len:32768 [ 0.000000] Prink buffer will be relocated to physical address: 8fff0000 va: 8fff0000 new_log_buf_len:32768 [ 0.000000] log_buf_len: 32768 [ 0.000000] early log buf free: 30776(93%) [ 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: 512MB = 512MB total [ 0.000000] Memory: 477600k/477600k available, 46688k reserved, 0K highmem [ 0.000000] Virtual kernel memory layout: vector : 0xffff0000 - 0xffff1000 ( 4 kB) fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) vmalloc : 0xa0800000 - 0xff000000 (1512 MB) lowmem : 0x80000000 - 0xa0000000 ( 512 MB) pkmap : 0x7fe00000 - 0x80000000 ( 2 MB) modules : 0x7f000000 - 0x7fe00000 ( 14 MB) .text : 0x80008000 - 0x807187c4 (7234 kB) .init : 0x80719000 - 0x80882b7c (1447 kB) .data : 0x80884000 - 0x808c9e80 ( 280 kB) .bss : 0x808c9e80 - 0x808f29c8 ( 163 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] L310 cache controller enabled [ 0.000000] l2x0: 16 ways, CACHE_ID 0x410000c8, AUX_CTRL 0x32030000, Cache size: 262144 B [ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms [ 0.000000] Console: colour dummy device 80x30 [ 0.000463] Calibrating delay loop... 789.70 BogoMIPS (lpj=3948544) [ 0.040128] pid_max: default: 32768 minimum: 301 [ 0.040270] Mount-cache hash table entries: 512 [ 0.044648] CPU: Testing write buffer coherency: ok [ 0.044871] Setting up static identity map for 0x80524338 - 0x80524390 [ 0.045648] devtmpfs: initialized [ 0.047392] pinctrl core: initialized pinctrl subsystem [ 0.047644] regulator-dummy: no parameters [ 0.049764] NET: Registered protocol family 16 [ 0.057089] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.057675] LAB126 Board id - P00118076335000E [ 0.057757] Use WDOG1 as reset source [ 0.063189] syscon 20c8000.anatop: regmap [mem 0x020c8000-0x020c8fff] registered [ 0.063442] vdd1p1: 800 <--> 1375 mV at 1100 mV [ 0.063728] vdd3p0: 2625 <--> 3400 mV at 3000 mV [ 0.064028] vdd2p5: 2100 <--> 2850 mV at 2500 mV [ 0.064385] cpu: 725 <--> 1450 mV at 1100 mV [ 0.064657] vddpu: 725 <--> 1450 mV [ 0.065016] vddsoc: 725 <--> 1450 mV at 1175 mV [ 0.066905] syscon 20e0000.iomuxc-gpr: regmap [mem 0x020e0000-0x020e0037] registered [ 0.068943] syscon 21bc000.ocotp-ctrl: regmap [mem 0x021bc000-0x021bffff] registered [ 0.070802] amp_boost_enable:iMX:MAX98090:BOARD [ 0.070833] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers. [ 0.070843] hw-breakpoint: maximum watchpoint size is 4 bytes. [ 0.074437] imx6sl-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver [ 0.079457] bio: create slab <bio-0> at 0 [ 0.080639] SCSI subsystem initialized [ 0.080854] usbcore: registered new interface driver usbfs [ 0.080918] usbcore: registered new interface driver hub [ 0.081034] usbcore: registered new device driver usb [ 0.082366] bd7181x 0-004b: IRQ 276 GPIO 116 [ 0.087919] buck1: 800 <--> 2000 mV at 1300 mV [ 0.089105] buck2: 800 <--> 2000 mV at 1300 mV [ 0.089934] buck3: 1200 <--> 2700 mV at 1800 mV [ 0.090774] buck4: 1100 <--> 1850 mV at 1200 mV [ 0.091568] buck5: 1800 <--> 3300 mV at 3200 mV [ 0.092389] ldo1: 800 <--> 3300 mV at 3200 mV [ 0.093187] ldo2: 800 <--> 3300 mV at 3200 mV [ 0.094418] ldo3: 3000 mV [ 0.095034] ldo4: 800 <--> 3300 mV at 3200 mV [ 0.095618] ldo5: 800 <--> 3300 mV at 1800 mV [ 0.096190] dvref: 3000 mV [ 0.096329] lpsr: 1800 mV [ 0.096918] wled: at 0 mV 0 <--> 25 mA at 0 mA [ 0.097794] i2c i2c-0: IMX I2C adapter registered [ 0.098413] i2c i2c-1: IMX I2C adapter registered [ 0.098693] i2c i2c-2: IMX I2C adapter registered [ 0.098807] pps_core: LinuxPPS API ver. 1 registered [ 0.098818] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.098842] PTP clock support registered [ 0.099188] MIPI CSI2 driver module loaded [ 0.099272] Advanced Linux Sound Architecture Driver Initialized. [ 0.099887] cfg80211: Calling CRDA to update world regulatory domain [ 0.099921] cfg80211: World regulatory domain updated: [ 0.099930] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 0.099941] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 0.099951] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 0.099961] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 0.099969] cfg80211: (5140000 KHz - 5360000 KHz @ 40000 KHz), (N/A, 3000 mBm) [ 0.099978] cfg80211: (5460000 KHz - 5860000 KHz @ 40000 KHz), (N/A, 3000 mBm) [ 0.101163] pureg-dummy: no parameters [ 0.101790] Switching to clocksource mxc_timer1 [ 0.109712] NET: Registered protocol family 2 [ 0.110467] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.110552] TCP bind hash table entries: 4096 (order: 2, 16384 bytes) [ 0.110604] TCP: Hash tables configured (established 4096 bind 4096) [ 0.110656] TCP: reno registered [ 0.110670] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.110689] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.110889] NET: Registered protocol family 1 [ 0.111147] RPC: Registered named UNIX socket transport module. [ 0.111159] RPC: Registered udp transport module. [ 0.111167] RPC: Registered tcp transport module. [ 0.111174] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.117668] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available [ 0.118292] ldo2p5-dummy: no parameters [ 0.119027] Bus freq driver module loaded [ 0.119474] futex hash table entries: 256 (order: -1, 3072 bytes) [ 0.124823] VFS: Disk quotas dquot_6.5.2 [ 0.124970] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 0.127269] NFS: Registering the id_resolver key type [ 0.127318] Key type id_resolver registered [ 0.127328] Key type id_legacy registered [ 0.127369] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc. [ 0.127880] msgmni has been set to 996 [ 0.130843] io scheduler noop registered [ 0.130858] io scheduler deadline registered [ 0.130902] io scheduler cfq registered (default) [ 0.137706] Serial: IMX driver [ 0.138022] 2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 58) is a IMX [ 0.841161] console [ttymxc0] enabled [ 0.845319] 2034000.serial: ttymxc2 at MMIO 0x2034000 (irq = 60) is a IMX [ 0.852543] imx6sl-pinctrl 20e0000.iomuxc: pin MX6SL_PAD_SD1_DAT4 already requested by 20e0000.iomuxc; cannot claim for 2038000.serial [ 0.864696] imx6sl-pinctrl 20e0000.iomuxc: pin-145 (2038000.serial) status -22 [ 0.871967] imx6sl-pinctrl 20e0000.iomuxc: could not request pin 145 on device 20e0000.iomuxc [ 0.880520] imx-uart 2038000.serial: Error applying setting, reverse things back [ 0.888023] 2038000.serial: ttymxc3 at MMIO 0x2038000 (irq = 61) is a IMX [ 0.895366] serial: Freescale lpuart driver [ 0.900450] Registering Heisenberg hall sensor platform device [ 0.907546] imx sema4 driver is registered. [ 0.916735] brd: module loaded [ 0.922549] loop: module loaded bt_pwrctrl_init called.. [ 0.928114] bt_reset pin obtained is 51 [ 0.932398] bt_dev_wake pin obtained is 138 [ 0.936785] bt_host_wake pin obtained is 93 [ 0.941178] IRQ# for BT HOST WAKE: 253 bt_pwrctrl_probe probe successful [ 0.950131] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.957008] usbcore: registered new interface driver usb-storage [ 0.964039] imx6sl-pinctrl 20e0000.iomuxc: pin MX6SL_PAD_EPDC_PWRCOM already requested by 20e0000.iomuxc; cannot claim for 2184000.usb [ 0.976199] imx6sl-pinctrl 20e0000.iomuxc: pin-56 (2184000.usb) status -22 [ 0.983123] imx6sl-pinctrl 20e0000.iomuxc: could not request pin 56 on device 20e0000.iomuxc [ 0.991589] imx_usb 2184000.usb: Error applying setting, reverse things back [ 1.002885] usb_gadget_state_work: gadget state: not attached [ 1.009238] mousedev: PS/2 mouse device common for all mice [ 1.020946] bd7181x-rtc bd7181x-rtc: rtc core: registered bd7181x-rtc as rtc0 [ 1.028690] snvs_rtc 20cc034.snvs-rtc-lp: rtc core: registered 20cc034.snvs-rtc-lp as rtc1 [ 1.037155] i2c /dev entries driver [ 1.041207] bd7181x-power bd7181x-power: battery_cycle = 0 [ 1.047413] Status Register 1 == 0x0 [ 1.051421] Status Register 2 == 0x0 [ 1.055445] Status Register 3 == 0x40 [ 1.059538] Status Register 4 == 0x0 [ 1.063558] Status Register 5 == 0x0 [ 1.067562] Status Register 6 == 0x0 [ 1.071564] Status Register 7 == 0x0 [ 1.075586] Status Register 8 == 0x2 [ 1.079588] Status Register 9 == 0x0 [ 1.083611] Status Register 10 == 0x0 [ 1.087701] Status Register 11 == 0x0 [ 1.091788] Status Register 12 == 0x0 [ 1.098312] errflags = 1 [ 1.100869] bit0 is set [RESET REASONS]: SOFTWARE_RESTART: Software Initiated System Restart [ 1.125554] imx2-wdt 20bc000.wdog: IMX2+ Watchdog Timer enabled. timeout=60s (nowayout=0)Z[▒_w▒▒0xʒ0▒▒▒,▒#: pX goW▒▒▒Ɂmenu [ 1.148630] sdhci: Secure Digital Host Controller Interface driver [ 1.154869] sdhci: Copyright(c) Pierre Ossman [ 1.159265] sdhci,p`tfm▒HCB▒▒ n r[ 1.221846] mmc1: SDHCI controller on 2190000.usdhc [2190000.usdhc] using DMA [ 1.232495] mmc0: no vqmmc regulator found [ 1.236623] mmc0: Not allowing HS200 [ 1.240226] mmc0: no vmmc regulator found [ 1.281839] mmc0: SDHCI controller on 2194000.usdhc [2194000.usdhc] using DMA [ 1.291113] usbcore: registered new interface driver usbhid [ 1.296759] usbhid: USB HID core driver [ 1.301638] NET: Registered protocol family 26 [ 1.308374] TCP: cubic registered [ 1.311721] IPv6: Loaded, but administratively disabled, reboot required to enable [ 1.319362] sit: IPv6 over IPv4 tunneling driver [ 1.324503] NET: Registered protocol family 17 [ 1.331089] 8021q: 802.1Q VLAN Support v1.8 [ 1.339428] Key type dns_resolver registered VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4 [ 1.376276] ldo5: disabling [ 1.385062] ldo4: disabling [ 1.388283] regulator-dummy: disabling [ 1.392306] imx mcc test is registered. [ 1.396982] bd7181x-rtc bd7181x-rtc: setting system clock to 2001-01-01 12:54:19 UTC (978353659) [ 1.409448] ALSA device list: [ 1.414542] No soundcards found. [ 1.419205] Freeing unused kernel memory: 1444K (80719000 - 80882000) 3.10.53-lab126 #1 PREEMPT Fri Jul 22 00:45:40 PDT 2016 armv7l @ mmc0: BKOPS_EN bit is not set [ 1.798306] imx_epdc_fb 20f4000.epdc: EPDC version = 2.1.0 6▒▒}▒▒▒->d`.luts & 0xC =4 PuTTY:0P▒▒▒INFO:Loaded module /lib/modules/mxc_epdc_fb.ko (79696 bytes) LLJ9=▒eink initialized... (486400 bytes) Press [ENTER] for recovery menu... 0 /[ 5.022980] INFO:!!! Checking MBR /dev/mmcblk0 !!!! [ 7.034055] input: zforce2 as /devices/platform/zforce2.0/input/input0 2 3 4 5 0▒ ▒android_usb: already disabled ▒(0 14.320217] read descriptors [ 14.324537] read strings diags : /opt/X,▒KI▒=t▒ Welcome to Kindle! kindle login: root mario -sh: mario: not found [root@kindle root]#reboot Requesting system rebootesses [ 40.499621] brcm_wlan_free_mem: static buffers freed [ 40.505419] imx2-wdt 20bc000.wdog: Device shutdown: Expect reboot! [ 40.511645] Restarting system. [ 40.514915] arch_reset_special_mode: cmd: (null) [ 40.519538] set_boot_mode: mode: d [ 40.522998] to write to register [ 40.526233] read out: 13 [ 41.027▒7Ob▒▒▒▒▒▒}j▒ 1, FSL_SDHC: 2 Board: Heisenberg Board Id: S/N: I2C: ready DRAM: MR5=0x1,MR6=0x4 512 MiB WARNING: Caches not enabled ▒t ف `▒▒▒▒) ▒@rperZK▒▒Y▒▒▒pX\▒K▒▒▒▒ 3 F$X▒▒ ▒ ( dav ▒b▒▒▒▒▒# 720, count 28672 ...0 ▒*2▒Թс256 ... ▒ [VX▒808000 ... Image Name: Linux-3.10.53-lab126 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 4705856 Bytes = 4.5 MiB Load Address: 80008000 Entry Point: 80008000 ▒▒ѥ▒▒▒using the fdt blob at 0x83000000 Loading Kernel Image ... ▒,Y0 ▒▒9fcb86arrr▒@▒0W▒닥▒▒▒Linux on physical CPU 0x0 [ 0.000000] Linux version 3.10.53-lab126 (jenkins-official@sjc10-jbuild09.sjc10.amazon.com) (gcc version 4.9.1 (GCC) ) #2 PREEMPT Tue May 15 10:59:46 PDT 2018 [ 0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine: Freescale i.MX6 SoloLite (Device Tree), model: Heisenberg P0 [ 0.000000] printk_reserve_buf:863 log_goal_location:0x8fff0000 log_worst_location:0x8fef0000 new_log_buf_len:32768 [ 0.000000] printk_reserve_buf:883 printk log placed at 8fff0000 [ 0.000000] cma: CMA: reserved 32 MiB at 9c000000 [ 0.000000] Memory policy: ECC disabled, Data cache writeback [ 0.000000] CPU: All CPU(s) started in SVC mode. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048 [ 0.000000] Kernel command line: console=ttymxc0,115200 root=/dev/mmcblk0p1 rootwait rw uart_at_4M [ 0.000000] Prink buffer will be relocated to physical address: 8fff0000 va: 00000000 new_log_buf_len:32768 [ 0.000000] Prink buffer will be relocated to physical address: 8fff0000 va: 8fff0000 new_log_buf_len:32768 [ 0.000000] log_buf_len: 32768 [ 0.000000] early log buf free: 30768(93%) [ 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: 512MB = 512MB total [ 0.000000] Memory: 478312k/478312k available, 45976k reserved, 0K highmem [ 0.000000] Virtual kernel memory layout: vector : 0xffff0000 - 0xffff1000 ( 4 kB) fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) vmalloc : 0xa0800000 - 0xff000000 (1512 MB) lowmem : 0x80000000 - 0xa0000000 ( 512 MB) pkmap : 0x7fe00000 - 0x80000000 ( 2 MB) modules : 0x7f000000 - 0x7fe00000 ( 14 MB) .text : 0x80008000 - 0x806b8044 (6849 kB) .init : 0x806b9000 - 0x807d5924 (1139 kB) .data : 0x807d6000 - 0x80819a00 ( 271 kB) .bss : 0x80819a00 - 0x80840b18 ( 157 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] L310 cache controller enabled [ 0.000000] l2x0: 16 ways, CACHE_ID 0x410000c8, AUX_CTRL 0x32030000, Cache size: 262144 B [ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms [ 0.000000] Console: colour dummy device 80x30 [ 0.000393] Calibrating delay loop... 789.70 BogoMIPS (lpj=3948544) [ 0.040122] pid_max: default: 32768 minimum: 301 [ 0.040242] Mount-cache hash table entries: 512 [ 0.044235] CPU: Testing write buffer coherency: ok [ 0.044438] Setting up static identity map for 0x805186c8 - 0x80518720 [ 0.045111] devtmpfs: initialized [ 0.046601] pinctrl core: initialized pinctrl subsystem [ 0.046821] regulator-dummy: no parameters [ 0.048678] NET: Registered protocol family 16 [ 0.055251] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.055763] LAB126 Board id - P00118076335000E [ 0.055837] Use WDOG1 as reset source [ 0.060308] syscon 20c8000.anatop: regmap [mem 0x020c8000-0x020c8fff] registered [ 0.060526] vdd1p1: 800 <--> 1375 mV at 1100 mV [ 0.060771] vdd3p0: 2625 <--> 3400 mV at 3000 mV [ 0.061022] vdd2p5: 2100 <--> 2850 mV at 2500 mV [ 0.061336] cpu: 725 <--> 1450 mV at 1100 mV [ 0.061565] vddpu: 725 <--> 1450 mV [ 0.061880] vddsoc: 725 <--> 1450 mV at 1175 mV [ 0.063496] syscon 20e0000.iomuxc-gpr: regmap [mem 0x020e0000-0x020e0037] registered [ 0.065264] syscon 21bc000.ocotp-ctrl: regmap [mem 0x021bc000-0x021bffff] registered [ 0.066804] amp_boost_enable:iMX:MAX98090:BOARD [ 0.066830] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers. [ 0.066838] hw-breakpoint: maximum watchpoint size is 4 bytes. [ 0.069620] imx6sl-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver [ 0.073881] bio: create slab <bio-0> at 0 [ 0.074872] SCSI subsystem initialized [ 0.075049] usbcore: registered new interface driver usbfs [ 0.075114] usbcore: registered new interface driver hub [ 0.075218] usbcore: registered new device driver usb [ 0.076388] bd7181x 0-004b: IRQ 276 GPIO 116 [ 0.081655] buck1: 800 <--> 2000 mV at 1300 mV [ 0.082798] buck2: 800 <--> 2000 mV at 1300 mV [ 0.083568] buck3: 1200 <--> 2700 mV at 1800 mV [ 0.084323] buck4: 1100 <--> 1850 mV at 1200 mV [ 0.085070] buck5: 1800 <--> 3300 mV at 3200 mV [ 0.085837] ldo1: 800 <--> 3300 mV at 3200 mV [ 0.086586] ldo2: 800 <--> 3300 mV at 3200 mV [ 0.087739] ldo3: 3000 mV [ 0.088307] ldo4: 800 <--> 3300 mV at 3200 mV [ 0.088859] ldo5: 800 <--> 3300 mV at 1800 mV [ 0.089401] dvref: 3000 mV [ 0.089517] lpsr: 1800 mV [ 0.090055] wled: at 0 mV 0 <--> 25 mA at 0 mA [ 0.090878] i2c i2c-0: IMX I2C adapter registered [ 0.091420] i2c i2c-1: IMX I2C adapter registered [ 0.091650] i2c i2c-2: IMX I2C adapter registered [ 0.091753] pps_core: LinuxPPS API ver. 1 registered [ 0.091762] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.091794] PTP clock support registered [ 0.092096] MIPI CSI2 driver module loaded [ 0.092174] Advanced Linux Sound Architecture Driver Initialized. [ 0.092739] cfg80211: Calling CRDA to update world regulatory domain [ 0.092771] cfg80211: World regulatory domain updated: [ 0.092778] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 0.092787] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 0.092796] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 0.092804] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 0.092811] cfg80211: (5140000 KHz - 5360000 KHz @ 40000 KHz), (N/A, 3000 mBm) [ 0.092818] cfg80211: (5460000 KHz - 5860000 KHz @ 40000 KHz), (N/A, 3000 mBm) [ 0.093810] pureg-dummy: no parameters [ 0.094360] Switching to clocksource mxc_timer1 [ 0.101232] NET: Registered protocol family 2 [ 0.101769] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.101846] TCP bind hash table entries: 4096 (order: 2, 16384 bytes) [ 0.101901] TCP: Hash tables configured (established 4096 bind 4096) [ 0.101946] TCP: reno registered [ 0.101959] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.101975] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.102137] NET: Registered protocol family 1 [ 0.102350] RPC: Registered named UNIX socket transport module. [ 0.102361] RPC: Registered udp transport module. [ 0.102368] RPC: Registered tcp transport module. [ 0.102374] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.109105] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available [ 0.109618] ldo2p5-dummy: no parameters [ 0.110272] Bus freq driver module loaded [ 0.110649] futex hash table entries: 256 (order: -1, 3072 bytes) [ 0.115391] VFS: Disk quotas dquot_6.5.2 [ 0.115529] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 0.116880] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.117637] NFS: Registering the id_resolver key type [ 0.117690] Key type id_resolver registered [ 0.117699] Key type id_legacy registered [ 0.117733] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc. [ 0.118178] msgmni has been set to 998 [ 0.120750] io scheduler noop registered [ 0.120763] io scheduler deadline registered [ 0.120802] io scheduler cfq registered (default) [ 0.126972] Serial: IMX driver [ 0.127245] 2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 58) is a IMX [ 0.834882] console [ttymxc0] enabled [ 0.838960] 2034000.serial: ttymxc2 at MMIO 0x2034000 (irq = 60) is a IMX [ 0.846112] imx6sl-pinctrl 20e0000.iomuxc: pin MX6SL_PAD_SD1_DAT4 already requested by 20e0000.iomuxc; cannot claim for 2038000.serial [ 0.858241] imx6sl-pinctrl 20e0000.iomuxc: pin-145 (2038000.serial) status -22 [ 0.865489] imx6sl-pinctrl 20e0000.iomuxc: could not request pin 145 on device 20e0000.iomuxc [ 0.874023] imx-uart 2038000.serial: Error applying setting, reverse things back [ 0.881496] 2038000.serial: ttymxc3 at MMIO 0x2038000 (irq = 61) is a IMX [ 0.888738] serial: Freescale lpuart driver [ 0.893704] Registering Heisenberg hall sensor platform device [ 0.900639] imx sema4 driver is registered. [ 0.909234] brd: module loaded [ 0.914681] loop: module loaded bt_pwrctrl_init called.. [ 0.920183] bt_reset pin obtained is 51 [ 0.924414] bt_dev_wake pin obtained is 138 [ 0.928781] bt_host_wake pin obtained is 93 [ 0.933154] IRQ# for BT HOST WAKE: 253 bt_pwrctrl_probe probe successful [ 0.941715] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.948538] usbcore: registered new interface driver usb-storage [ 0.955408] imx6sl-pinctrl 20e0000.iomuxc: pin MX6SL_PAD_EPDC_PWRCOM already requested by 20e0000.iomuxc; cannot claim for 2184000.usb [ 0.967543] imx6sl-pinctrl 20e0000.iomuxc: pin-56 (2184000.usb) status -22 [ 0.974446] imx6sl-pinctrl 20e0000.iomuxc: could not request pin 56 on device 20e0000.iomuxc [ 0.982892] imx_usb 2184000.usb: Error applying setting, reverse things back [ 0.994045] usb_gadget_state_work: gadget state: not attached [ 1.000340] mousedev: PS/2 mouse device common for all mice [ 1.011743] bd7181x-rtc bd7181x-rtc: rtc core: registered bd7181x-rtc as rtc0 [ 1.019398] snvs_rtc 20cc034.snvs-rtc-lp: rtc core: registered 20cc034.snvs-rtc-lp as rtc1 [ 1.027826] i2c /dev entries driver [ 1.031792] bd7181x-power bd7181x-power: battery_cycle = 0 [ 1.037940] Status Register 1 == 0x0 [ 1.041912] Status Register 2 == 0x0 [ 1.045899] Status Register 3 == 0x40 [ 1.049954] Status Register 4 == 0x0 [ 1.053919] Status Register 5 == 0x0 [ 1.057903] Status Register 6 == 0x0 [ 1.061867] Status Register 7 == 0x0 [ 1.065849] Status Register 8 == 0x2 [ 1.069813] Status Register 9 == 0x0 [ 1.073777] Status Register 10 == 0x0 [ 1.077846] Status Register 11 == 0x0 [ 1.081898] Status Register 12 == 0x0 [ 1.088263] errflags = 1 [ 1.090803] bit0 is set [RESET REASONS]: SOFTWARE_RESTART: Software Initiated System Restart [ 1.114634] imx2-wdt 20bc000.wdog: IMX2+ Watchdog Timer enabled. timeout=60s (nowayout=0) imx2_wdt.base=0xa0920000 base pa:0x20bc000 imx2_wdt.clk=0x9a00c100 [ 1.129330] cpuidle: using governor ladder [ 1.133453] cpuidle: using governor menu [ 1.137465] sdhci: Secure Digital Host Controller Interface driver [ 1.143732] sdhci: Copyright(c) Pierre Ossman [ 1.148123] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.157584] mmc1: no vqmmc regulator found [ 1.161784] mmc1: Not allowing HS200 [ 1.165410] mmc1: no vmmc regulator found [ 1.214409] mmc1: SDHCI controller on 2190000.usdhc [2190000.usdhc] using DMA [ 1.224797] mmc0: no vqmmc regulator found [ 1.228907] mmc0: Not allowing HS200 [ 1.232491] mmc0: no vmmc regulator found [ 1.274404] mmc0: SDHCI controller on 2194000.usdhc [2194000.usdhc] using DMA [ 1.283344] usbcore: registered new interface driver usbhid [ 1.288965] usbhid: USB HID core driver [ 1.293651] NET: Registered protocol family 26 [ 1.300314] TCP: cubic registered [ 1.303643] NET: Registered protocol family 17 [ 1.308190] 8021q: 802.1Q VLAN Support v1.8 [ 1.312424] Key type dns_resolver registered VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4 [ 1.347767] ldo5: disabling [ 1.355385] ldo4: disabling [ 1.367006] regulator-dummy: disabling [ 1.370964] imx mcc test is registered. [ 1.375639] bd7181x-rtc bd7181x-rtc: setting system clock to 2001-01-01 12:55:09 UTC (978353709) [ 1.387647] ALSA device list: [ 1.390632] No soundcards found. [ 1.397104] Freeing unused kernel memory: 1136K (806b9000 - 807d5000) DEBUG:recovery-util.c:1680:setup_[ 1.404531] ERROR:boardid.c:48:get_string_from_file():/proc/serial:error 2(2) die_signals():Installed signal handlers. 3.10.53-lab126 #2 PREEMPT Tue May 15 10:59:46 PDT 2018 armv7l ▒mmc0: BKOPS_EN bit is not set ▒0@P U▒eink.c:276:eink_init():Loading: /lib/modules/mxc_epdc_fb.ko [ 1.804647] DEBUG:eink.c:281:eink_init():Loading: /lib/modules/mxc_epdc_fb.ko [ 1.812344] DEBUG:module.c:139:insmod():/lib/modules/mxc_epdc_fb.ko:loaded 88680 bytes. (88680) Panel VCOM string: 2810 [ 1.824748] imx_epdc_fb 20f4000.epdc: vcom_steps 131 [ 1.829902] imx_epdc_fb 20f4000.epdc: Memory override detected TotalMem:512M X:800 Y:600 FBMem:6M [ 1.845720] imx_epdc_fb 20f4000.epdc: EPDC version = 2.1.0 @▒C▒▒}▒▒▒▒▒>wdh.luts & 0xC =4 6@PJ9=▒module.c:163:insmod():Loaded module /lib/modules/mxc_epdc_fb.ko (88680 bytes) 280G 9=▒eink.c:376:eink_init():eink initialized... (486400 bytes) Press [ENTER] for recovery menu..[ 4.050086] DEBUG:recovery-util.c:736:choose_boot_mode():curr_time=978353712 end_time=978353712 . 0 [ 4.064520] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece093c biggest_fd=0 s=0x7ece0990 /[ 4.094868] INFO:recovery-util.c:408:battery_check():Battery ID is valid [ 4.101719] INFO:recovery-util.c:416:battery_check():Battery percentage = 89 [ 4.108863] DEBUG:diskutil.c:404:device_size():device size: 921600 sectors [ 4.115831] DEBUG:diskutil.c:404:device_size():device size: 131072 sectors [ 4.122744] DEBUG:diskutil.c:404:device_size():device size: 6385664 sectors [ 4.129781] DEBUG:diskutil.c:404:device_size():device size: 7634944 sectors [ 4.136791] INFO:recovery-util.c:1118:check_mbr():!!! Checking MBR /dev/mmcblk0 !!!! 000S" U▒diskutil.c:587:append_partition():partition 2: requested length=131072 [ 4.210161] DEBUG:diskutil.c:210:roundup_lba():lba=1118208 cylsize=64 ret=1118208 [ 4.217672] DEBUG:diskutil.c:210:roundup_lba():lba=1118208 cylsize=64 ret=1118208 [ 4.225176] INFO:diskutil.c:573:append_partition():partition 3, start sector is 1118208 [ 4.233190] DEBUG:diskutil.c:587:append_partition():partition 3: requested length=131072 [ 4.241307] DEBUG:diskutil.c:210:roundup_lba():lba=1249280 cylsize=64 ret=1249280 [ 4.248816] DEBUG:diskutil.c:210:roundup_lba():lba=1249280 cylsize=64 ret=1249280 [ 4.256321] INFO:diskutil.c:573:append_partition():partition 4, start sector is 1249280 [ 4.264332] DEBUG:diskutil.c:587:append_partition():partition 4: requested length=0 [ 4.272011] INFO:diskutil.c:238:make_part_info():maximizing partition 6385664 sectors [ 4.279923] DEBUG:recovery-util.c:1180:check_mbr():Expected: 803D0FF 833D0FF 0100 10E00, 3D0FF83 3D0FF0 10F00 0200 [ 4.290432] DEBUG:recovery-util.c:1190:check_mbr():MBR : 803D0FF 833D0FF 0100 10E00, 3D0FF83 3D0FF0 10F00 0200 [ 4.300818] DEBUG:recovery-util.c:1192:check_mbr():!!! MBR checked /dev/mmcblk0 rootfs 0 varfs 0 !!!! [ 4.310246] INFO:recovery-util.c:1250:check_and_create_partitions():*** Partition table verified for /dev/mmcblk0 *** [ 4.321171] DEBUG:module.c:139:insmod():/lib/modules/libcomposite.ko:loaded 43272 bytes. (43272) [ 4.330777] INFO:module.c:163:insmod():Loaded module /lib/modules/libcomposite.ko (43272 bytes) [ 4.339927] DEBUG:module.c:139:insmod():/lib/modules/g_mass_storage.ko:loaded 42428 bytes. (42428) [ 4.349849] g_mass_storage gadget: Mass Storage Function, version: 2009/09/11 [ 4.357046] g_mass_storage gadget: Number of LUNs=1 [ 4.361931] lun0: LUN: removable file: (no medium) [ 4.366846] fsg_bind:3212 [ 4.369478] g_mass_storage gadget: Internal Storage, version: 2009/09/11 [ 4.376229] g_mass_storage gadget: userspace failed to provide iSerialNumber [ 4.383280] g_mass_storage gadget: g_mass_storage ready [ 4.391603] INFO:module.c:163:insmod():Loaded module /lib/modules/g_mass_storage.ko removable=1 idVendor=0x1949 idProduct=0x0004 recovery_mode=1 (42428 bytes) ▒r▒▒▒ʂ▒▒DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [#####################################################:::::] [ 5.237497] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 Menu ==== 3. Load MMC over US[ 5.250725] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 B storage 4. Erase MMC I. Initi[ 5.264179] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 alize Partition Table (fdisk) and[ 5.277639] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 format FAT O. Format and overwr[ 5.291107] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 ite FAT partition E. Export FAT [ 5.304623] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 partition U. Update using update[ 5.318033] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 *.bin file on FAT partition M. U[ 5.331508] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 pdate using update*.bin file on F[ 5.345001] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 AT partition of second MMC port D. dmesg / kernel printk ring buffer. Q. quit Choose: 10 / Charge: 89% [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 10 / Charge: 89% [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 10 / Charge: 89% [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 10 / Charge: 89% [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 10 / Charge: 89% [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 10 / Charge: 89% [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 10 / Charge: 89% [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 10 / Charge: 89% [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 10 / Charge: 89% [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 partiti[ 5.694429] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 on M. Update using update*.bin f[ 5.708238] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 ile on FAT partition of second MMC port D. dmesg / kernel print[ 5.724202] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 k ring buffer. Q. quit Choose: [ 5.737518] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 10 / Charge: 89% [#####################################################:::::] Menu == == 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 10 / Charge: 89% [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 10 / Charge: 89% [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 10 / Charge: 89% [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 10 [ 5.901014] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 / Charge: 89% [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: [ 6.915383] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [ 7.927487] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 7 |[ 8.940979] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [ 9.954363] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [ 10.970350] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [ 11.982449] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 4 \U [ 12.750943] DEBUG:diskutil.c:444:get_disk_info():real C:53760 H:4 S:16 [ 12.757851] DEBUG:diskutil.c:456:get_disk_info():calc C:99776 H:4 S:16 C4J9=▒drKEthl.c:630:dump_part():Partition p4: PuTTY[ 12.830800] INFO:mount.c:162:losetup_fat():Setup loop device /dev/loop0 for /dev/mmcblk0p4 + 8192 ▒L&▒ʲ▒▒▒▒DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: [ 14.709198] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [ 15.721297] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 8 \ Unknown option 'P' ▒▒r▒▒▒▒▒▒▒DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 1[ 17.727890] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 9 - [ 17.869566] DEBUG:diskutil.c:444:get_disk_info():real C:53760 H:4 S:16 [ 17.876494] DEBUG:diskutil.c:456:get_disk_info():calc C:99776 H:4 S:16 N ▒I▒=▒diskutil.c:630:dump_part():Partition p3: [ 17.944389] INFO:diskutil.c:630:dump_part():Partition p4: [ 17.949978] INFO:mount.c:162:losetup_fat():Setup loop device /dev/loop0 for /dev/mmcblk0p4 + 8192 ▒▒r�▒�▒▒DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 1[ 19.823481] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 9 - [ 19.980551] DEBUG:diskutil.c:444:get_disk_info():real C:53760 H:4 S:16 [ 19.987478] DEBUG:diskutil.c:456:get_disk_info():calc C:99776 H:4 S:16 0 GINFO:diskutil.c:630:dump_part():Partition p4: [ 20.060742] INFO:mount.c:162:losetup_fat():Setup loop device /dev/loop0 for /dev/mmcblk0p4 + 8192 ▒.921085] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 10 /u [ 21.535253] DEBUG:diskutil.c:444:get_disk_info():real C:53760 H:4 S:16 [ 21.542131] DEBUG:diskutil.c:456:get_disk_info():calc C:99776 H:4 S:16 0▒▒R▒=▒diskutil.c:630:dump_part():Partition p3: [ 21.610335] INFO:diskutil.c:630:dump_part():Partition p4: [ 21.615942] INFO:mount.c:162:losetup_fat():Setup loop device /dev/loop0 for /dev/mmcblk0p4 + 8192 ▒2.479193] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 10 /u [ 23.217045] DEBUG:diskutil.c:444:get_disk_info():real C:53760 H:4 S:16 [ 23.223921] DEBUG:diskutil.c:456:get_disk_info():calc C:99776 H:4 S:16 ▒0 ▒INFO:diskutil.c:630:dump_part():Partition p3: [ 23.292149] INFO:diskutil.c:630:dump_part():Partition p4: [ 23.297758] INFO:mount.c:162:losetup_fat():Setup loop device /dev/loop0 for /dev/mmcblk0p4 + 8192 #▒r▒▒▒ʂ▒▒DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 1[ 25.172547] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [ 26.184647] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [ 27.196746] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 7 |u [ 27.959304] DEBUG:diskutil.c:444:get_disk_info():real C:53760 H:4 S:16 [ 27.966432] DEBUG:diskutil.c:456:get_disk_info():calc C:99776 H:4 S:16 02▒▒INFO:diskutil.c:630:dump_part():Partition p4: [ 28.042880] INFO:mount.c:162:losetup_fat():Setup loop device /dev/loop0 for /dev/mmcblk0p4 + 8192 ▒▒rʂ▒ʪ▒▒DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 10 /u [ 29.510576] DEBUG:diskutil.c:444:get_disk_info():real C:53760 H:4 S:16 [ 29.517488] DEBUG:diskutil.c:456:get_disk_info():calc C:99776 H:4 S:16 ▒ ▒J9=▒dsKE`il.c:630:dump_part():Partition p4: PuTTY[ 29.590793] INFO:mount.c:162:losetup_fat():Setup loop device /dev/loop0 for /dev/mmcblk0p4 + 8192 ▒ r▒▒▒▒�▒DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 1[ 31.463982] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 9 -U Unknown option 'P' 0 I▒▒▒▒▒▒DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: [ 34.283233] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [ 35.295325] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 8[ 36.307427] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 7 | Charge: 89% [###################[ 36.361462] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 ##################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: [ 37.378843] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [ 38.390996] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 8 \ [ 38.671647] DEBUG:diskutil.c:444:get_disk_info():real C:53760 H:4 S:16 [ 38.678583] DEBUG:diskutil.c:456:get_disk_info():calc C:99776 H:4 S:16 68▒▒I▒=▒diskutil.c:630:dump_part():Partition p4: [ 38.751874] INFO:mount.c:162:losetup_fat():Setup loop device /dev/loop0 for /dev/mmcblk0p4 + 8192 ▒▒r611570] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 1[ 40.624223] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [ 41.639068] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 8 \U Charge: 89% [###################[ 42.297009] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 ##################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 1[ 43.311540] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 9 -U Charge: 89% [ 43.864190] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 1[ 44.881096] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 8 -U Charge: 89% [###################[ 45.183932] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 ##################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: [ 46.201320] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [ 47.213429] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 8 \ [ 47.454774] DEBUG:diskutil.c:444:get_disk_info():real C:53760 H:4 S:16 [ 47.461663] DEBUG:diskutil.c:456:get_disk_info():calc C:99776 H:4 S:16 C▒INFO:diskutil.c:630:dump_part():Partition p3: [ 47.529859] INFO:diskutil.c:630:dump_part():Partition p4: [ 47.535466] INFO:mount.c:162:losetup_fat():Setup loop device /dev/loop0 for /dev/mmcblk0p4 + 8192 ▒▒r93046] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 10[ 49.408524] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 9 -u [ 50.214424] DEBUG:diskutil.c:444:get_disk_info():real C:53760 H:4 S:16 [ 50.221260] DEBUG:diskutil.c:456:get_disk_info():calc C:99776 H:4 S:16 WR▒=▒diskutil.c:630:dump_part():Partition p4: [ 50.294585] INFO:mount.c:162:losetup_fat():Setup loop device /dev/loop0 for /dev/mmcblk0p4 + 8192 .152670] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [################################[ 51.164267] DEBUG:diskutil.c:444:get_disk_info():real C:53760 H:4 S:16 #####################:::::] Menu ==== 3. Load MMC over US[ 51.176379] DEBUG:diskutil.c:456:get_disk_info():calc C:99776 H:4 S:16 B storage 4. Erase MMC I. Initialize Partiti`` @ harnel printk ring [ 51.247088] INFO:diskutil.c:630:dump_part():Partition p2: buffer. Q. quit Choose: 10 / [ 51.255344] INFO:diskutil.c:630:dump_part():Partition p3: u[ 51.263559] INFO:diskutil.c:630:dump_part():Partition p4: [ 51.269410] INFO:mount.c:162:losetup_fat():Setup loop device /dev/loop0 for /dev/mmcblk0p4 + 8192 M&)▒▒▒▒▒▒DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [################################[ 52.142187] DEBUG:diskutil.c:444:get_disk_info():real C:53760 H:4 S:16 #####################:::::] [ 52.151494] DEBUG:diskutil.c:456:get_disk_info():calc C:99776 H:4 S:16 Menu ==== 3. Load MMC over USB storage 4. E▒z▒▒▒▒▒▒▒MMC port[ 52.222231] INFO:diskutil.c:630:dump_part():Partition p2: D. dmesg / kernel printk ring b[ 52.230465] INFO:diskutil.c:630:dump_part():Partition p3: uffer. Q. quit Choose: 10 / [ 52.238719] INFO:diskutil.c:630:dump_part():Partition p4: [ 52.247153] INFO:mount.c:162:losetup_fat():Setup loop device /dev/loop0 for /dev/mmcblk0p4 + 8192 +M▒▒ʺ▒▒▒DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [################################[ 53.121372] DEBUG:diskutil.c:444:get_disk_info():real C:53760 H:4 S:16 #####################:::::] Menu ==== 3. Load MMC over US[ 53.133483] DEBUG:diskutil.c:456:get_disk_info():calc C:99776 H:4 S:16 B storage 4. Erase MMC I. Initialize PartitiozZY.▒▒▒printk ring [ 53.204202] INFO:diskutil.c:630:dump_part():Partition p2: buffer. Q. quit Choose: 10 / [ 53.212433] INFO:diskutil.c:630:dump_part():Partition p3: u[ 53.220679] INFO:diskutil.c:630:dump_part():Partition p4: [ 53.226533] INFO:mount.c:162:losetup_fat():Setup loop device /dev/loop0 for /dev/mmcblk0p4 + 8192 r▒▒ʢ▒▒▒DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [################################[ 54.101073] DEBUG:diskutil.c:444:get_disk_info():real C:53760 H:4 S:16 #####################:::::] Menu ==== 3. Load MMC over US[ 54.113177] DEBUG:diskutil.c:456:get_disk_info():calc C:99776 H:4 S:16 B storage 4. Erase MMC I. Initialize Partit ▒▒▒@zZY.▒▒▒printk ring [ 54.183894] INFO:diskutil.c:630:dump_part():Partition p2: buffer. Q. quit Choose: 10 / [ 54.192127] INFO:diskutil.c:630:dump_part():Partition p3: u[ 54.200374] INFO:diskutil.c:630:dump_part():Partition p4: [ 54.206227] INFO:mount.c:162:losetup_fat():Setup loop device /dev/loop0 for /dev/mmcblk0p4 + 8192 ▒(.069357] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [################################[ 55.080956] DEBUG:diskutil.c:444:get_disk_info():real C:53760 H:4 S:16 #####################:::::] Menu ==== 3. Load MMC over US[ 55.093026] DEBUG:diskutil.c:456:get_disk_info():calc C:99776 H:4 S:16 B storage 4. Erase MMC I. Initialize Partiti▒@ Zernel printk ring [ 55.163774] INFO:diskutil.c:630:dump_part():Partition p2: buffer. Q. quit Choose: 10 / [ 55.172032] INFO:diskutil.c:630:dump_part():Partition p3: u[ 55.180257] INFO:diskutil.c:630:dump_part():Partition p4: [ 55.186109] INFO:mount.c:162:losetup_fat():Setup loop device /dev/loop0 for /dev/mmcblk0p4 + 8192 M▒ ▒ʒ�▒DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 10 /uuuu [ 56.925097] DEBUG:diskutil.c:444:get_disk_info():real C:53760 H:4 S:16 [ 56.931881] DEBUG:diskutil.c:456:get_disk_info():calc C:99776 H:4 S:16 8 NFO:diskutil.c:630:dump_part():Partition p3: [ 57.000105] INFO:diskutil.c:630:dump_part():Partition p4: [ 57.005717] INFO:mount.c:162:losetup_fat():Setup loop device /dev/loop0 for /dev/mmcblk0p4 + 8192 ▒▒▒r863166] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 1[ 58.878638] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 8 - [ 58.977085] DEBUG:diskutil.c:444:get_disk_info():real C:53760 H:4 S:16 [ 58.983971] DEBUG:diskutil.c:456:get_disk_info():calc C:99776 H:4 S:16 6Г▒ INFO:diskutil.c:630:dump_part():Partition p3: [ 59.052179] INFO:diskutil.c:630:dump_part():Partition p4: [ 59.057787] INFO:mount.c:162:losetup_fat():Setup loop device /dev/loop0 for /dev/mmcblk0p4 + 8192 *9)▒▒▒▒▒▒DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 10 /u [ 60.300461] DEBUG:diskutil.c:444:get_disk_info():real C:53760 H:4 S:16 [ 60.307386] DEBUG:diskutil.c:456:get_disk_info():calc C:99776 H:4 S:16 1]B▒=▒diskutil.c:630:dump_part():Partition p4: [ 60.380751] INFO:mount.c:162:losetup_fat():Setup loop device /dev/loop0 for /dev/mmcblk0p4 + 8192 ▒▒▒r▒▒▒▒▒▒▒DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: [ 62.253865] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [ 63.268778] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [ 64.280880] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [ 65.292985] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 5 -[ 66.306396] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [ 67.319753] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [ 68.332876] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [ 69.345871] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [ 70.358802] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 1 -[ 71.371496] DEBUG:readkey.c:121:read_key():Timeout Menu timeout [ 71.377436] fsg_unbind:3175 [ 71.380773] send_offline_uevent:407 fsg_ 0x0 unsafe 1 recovery_mode:1 [ 71.391690] usb_gadget_state_work: gadget state: not attached [ 71.397589] INFO:gadget.c:214:storage_shutdown():storage_shutdown: done with g_mass_storage [ 71.406104] INFO:gadget.c:214:storage_shutdown():storage_shutdown: done with libcomposite info system:sy00:: ▒▒▒00.13:sy50: r▒▒▒▒▒▒73160: info hardware:no_wan::WiFi only device. No WAN found @▒ ▒▒▒▒platform=heisenberg,board=eanab,rev=17,proto=Y,wifi=Y,wan=N: ▒▒▒m▒70]: E def:open::Failed to open LIPC lipc-send-event[370]: E def:fail:source=com.lab126.hal, event=usbPlugIn:Sending event failed lipc-send-event[375]: E lipc:con::Connection error(Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory) lipc-send-event[375]: C def:dbusi::Failed to init dbus lipc-send-event[375]: E def:open::Failed to open LIPC lipc-send-event[375]: E def:fail:source=com.lab126.hal, event=usbPlugIn:Sending event failed ▒▒04.44:sy99: ▒ ▒▒time=74470: ▒▒input: zforce2 as /devices/platform/zforce2.0/input/input0 A `_mass_storage gadget: userspace failed to provide iSerialNumber ▒▒g_mass_storage gadget: g_mass_storage ready |
02-09-2020, 08:55 AM | #12 | |
Going Viral
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
Quote:
Press and hold the button as soon as the Kindle starts. If you wait for a "please press" message, you have already missed your chance. Note: The entire series of KTx are all IR scanners, not built-in capacitive touch screens. So you might want to take note of what you are tearing apart. Last edited by knc1; 02-09-2020 at 09:10 AM. |
|
02-09-2020, 09:34 AM | #13 |
Member
Posts: 14
Karma: 10
Join Date: Jan 2020
Device: Kindle 8th Gen (KT3)
|
Putty Log
Code:
[ 103.840180] Power button pressed, INT_STAT_03 = 0x20 [ 107.637039] Power button pressed, INT_STAT_03 = 0x8 ▒ 1, FSL_SDHC: 2 Board: Heisenberg Board Id: S/N: I2C: ready DRAM: MR5=0x1,MR6=0x4 512 MiB WARNING: Caches not enabled ▒▒▒ 0 uboot > run diags_boot BOOTing diags from mmc ... mmc1(part 0) is current device MMC read: dev # 1, block # 29392, count 28672 ... `▒▒-$▒Ȋ�=unt 256 ... ▒V800.rCJ▒▒▒▒▒Name: Linux-3.10.53-lab126 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 4788336 Bytes = 4.6 MiB Load Address: 80008000 Entry Point: 80008000 Verifying Checksum ... X▒ ▒0000 ▒▒ѥ▒▒▒using the fdt blob at 0x83000000 Loading Kernel Image ... o▒▒00*▒▒։▒5ef ... `▒ ▒@▒\ ▒닥▒▒▒Linux on physical CPU 0x0 [ 0.000000] Linux version 3.10.53-lab126 (jenkins-official@sjc10-jbuild07) (collect2: error: ld returned 1 exit status) #1 PREEMPT Fri Jul 22 00:45:40 PDT 2016 [ 0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine: Freescale i.MX6 SoloLite (Device Tree), model: Heisenberg P0 [ 0.000000] printk_reserve_buf:863 log_goal_location:0x8fff0000 log_worst_location:0x8fef0000 new_log_buf_len:32768 [ 0.000000] printk_reserve_buf:883 printk log placed at 8fff0000 [ 0.000000] cma: CMA: reserved 32 MiB at 9c000000 [ 0.000000] Memory policy: ECC disabled, Data cache writeback [ 0.000000] CPU: All CPU(s) started in SVC mode. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048 [ 0.000000] Kernel command line: console=ttymxc0,115200 root=/dev/mmcblk0p2 rootwait rw [ 0.000000] Prink buffer will be relocated to physical address: 8fff0000 va: 00000000 new_log_buf_len:32768 [ 0.000000] Prink buffer will be relocated to physical address: 8fff0000 va: 8fff0000 new_log_buf_len:32768 [ 0.000000] log_buf_len: 32768 [ 0.000000] early log buf free: 30776(93%) [ 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: 512MB = 512MB total [ 0.000000] Memory: 477600k/477600k available, 46688k reserved, 0K highmem [ 0.000000] Virtual kernel memory layout: vector : 0xffff0000 - 0xffff1000 ( 4 kB) fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) vmalloc : 0xa0800000 - 0xff000000 (1512 MB) lowmem : 0x80000000 - 0xa0000000 ( 512 MB) pkmap : 0x7fe00000 - 0x80000000 ( 2 MB) modules : 0x7f000000 - 0x7fe00000 ( 14 MB) .text : 0x80008000 - 0x807187c4 (7234 kB) .init : 0x80719000 - 0x80882b7c (1447 kB) .data : 0x80884000 - 0x808c9e80 ( 280 kB) .bss : 0x808c9e80 - 0x808f29c8 ( 163 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] L310 cache controller enabled [ 0.000000] l2x0: 16 ways, CACHE_ID 0x410000c8, AUX_CTRL 0x32030000, Cache size: 262144 B [ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms [ 0.000000] Console: colour dummy device 80x30 [ 0.000461] Calibrating delay loop... 789.70 BogoMIPS (lpj=3948544) [ 0.040131] pid_max: default: 32768 minimum: 301 [ 0.040272] Mount-cache hash table entries: 512 [ 0.044670] CPU: Testing write buffer coherency: ok [ 0.044893] Setting up static identity map for 0x80524338 - 0x80524390 [ 0.045673] devtmpfs: initialized [ 0.047405] pinctrl core: initialized pinctrl subsystem [ 0.047659] regulator-dummy: no parameters [ 0.049791] NET: Registered protocol family 16 [ 0.057148] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.057731] LAB126 Board id - P00118076335000E [ 0.057813] Use WDOG1 as reset source [ 0.063219] syscon 20c8000.anatop: regmap [mem 0x020c8000-0x020c8fff] registered [ 0.063470] vdd1p1: 800 <--> 1375 mV at 1100 mV [ 0.063756] vdd3p0: 2625 <--> 3400 mV at 3000 mV [ 0.064057] vdd2p5: 2100 <--> 2850 mV at 2500 mV [ 0.064413] cpu: 725 <--> 1450 mV at 1100 mV [ 0.064692] vddpu: 725 <--> 1450 mV [ 0.065052] vddsoc: 725 <--> 1450 mV at 1175 mV [ 0.066914] syscon 20e0000.iomuxc-gpr: regmap [mem 0x020e0000-0x020e0037] registered [ 0.068956] syscon 21bc000.ocotp-ctrl: regmap [mem 0x021bc000-0x021bffff] registered [ 0.070814] amp_boost_enable:iMX:MAX98090:BOARD [ 0.070846] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers. [ 0.070856] hw-breakpoint: maximum watchpoint size is 4 bytes. [ 0.074134] imx6sl-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver [ 0.079133] bio: create slab <bio-0> at 0 [ 0.080315] SCSI subsystem initialized [ 0.080534] usbcore: registered new interface driver usbfs [ 0.080605] usbcore: registered new interface driver hub [ 0.080721] usbcore: registered new device driver usb [ 0.082059] bd7181x 0-004b: IRQ 276 GPIO 116 [ 0.087781] buck1: 800 <--> 2000 mV at 1300 mV [ 0.088976] buck2: 800 <--> 2000 mV at 1300 mV [ 0.089805] buck3: 1200 <--> 2700 mV at 1800 mV [ 0.090639] buck4: 1100 <--> 1850 mV at 1200 mV [ 0.091441] buck5: 1800 <--> 3300 mV at 3200 mV [ 0.092259] ldo1: 800 <--> 3300 mV at 3200 mV [ 0.093052] ldo2: 800 <--> 3300 mV at 3200 mV [ 0.094282] ldo3: 3000 mV [ 0.094901] ldo4: 800 <--> 3300 mV at 3200 mV [ 0.095483] ldo5: 800 <--> 3300 mV at 1800 mV [ 0.096060] dvref: 3000 mV [ 0.096195] lpsr: 1800 mV [ 0.096782] wled: at 0 mV 0 <--> 25 mA at 0 mA [ 0.097664] i2c i2c-0: IMX I2C adapter registered [ 0.098279] i2c i2c-1: IMX I2C adapter registered [ 0.098558] i2c i2c-2: IMX I2C adapter registered [ 0.098669] pps_core: LinuxPPS API ver. 1 registered [ 0.098679] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.098704] PTP clock support registered [ 0.099045] MIPI CSI2 driver module loaded [ 0.099129] Advanced Linux Sound Architecture Driver Initialized. [ 0.099745] cfg80211: Calling CRDA to update world regulatory domain [ 0.099779] cfg80211: World regulatory domain updated: [ 0.099788] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 0.099799] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 0.099809] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 0.099819] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 0.099828] cfg80211: (5140000 KHz - 5360000 KHz @ 40000 KHz), (N/A, 3000 mBm) [ 0.099837] cfg80211: (5460000 KHz - 5860000 KHz @ 40000 KHz), (N/A, 3000 mBm) [ 0.101021] pureg-dummy: no parameters [ 0.101654] Switching to clocksource mxc_timer1 [ 0.109583] NET: Registered protocol family 2 [ 0.110342] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.110427] TCP bind hash table entries: 4096 (order: 2, 16384 bytes) [ 0.110479] TCP: Hash tables configured (established 4096 bind 4096) [ 0.110530] TCP: reno registered [ 0.110544] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.110564] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.110765] NET: Registered protocol family 1 [ 0.111027] RPC: Registered named UNIX socket transport module. [ 0.111039] RPC: Registered udp transport module. [ 0.111047] RPC: Registered tcp transport module. [ 0.111054] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.117558] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available [ 0.118185] ldo2p5-dummy: no parameters [ 0.118916] Bus freq driver module loaded [ 0.119365] futex hash table entries: 256 (order: -1, 3072 bytes) [ 0.124701] VFS: Disk quotas dquot_6.5.2 [ 0.124849] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 0.127150] NFS: Registering the id_resolver key type [ 0.127191] Key type id_resolver registered [ 0.127202] Key type id_legacy registered [ 0.127242] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc. [ 0.127753] msgmni has been set to 996 [ 0.130712] io scheduler noop registered [ 0.130727] io scheduler deadline registered [ 0.130769] io scheduler cfq registered (default) [ 0.137561] Serial: IMX driver [ 0.137881] 2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 58) is a IMX [ 0.841008] console [ttymxc0] enabled [ 0.845169] 2034000.serial: ttymxc2 at MMIO 0x2034000 (irq = 60) is a IMX [ 0.852384] imx6sl-pinctrl 20e0000.iomuxc: pin MX6SL_PAD_SD1_DAT4 already requested by 20e0000.iomuxc; cannot claim for 2038000.serial [ 0.864534] imx6sl-pinctrl 20e0000.iomuxc: pin-145 (2038000.serial) status -22 [ 0.871804] imx6sl-pinctrl 20e0000.iomuxc: could not request pin 145 on device 20e0000.iomuxc [ 0.880356] imx-uart 2038000.serial: Error applying setting, reverse things back [ 0.887857] 2038000.serial: ttymxc3 at MMIO 0x2038000 (irq = 61) is a IMX [ 0.895195] serial: Freescale lpuart driver [ 0.900286] Registering Heisenberg hall sensor platform device [ 0.907372] imx sema4 driver is registered. [ 0.916548] brd: module loaded [ 0.922378] loop: module loaded bt_pwrctrl_init called.. [ 0.927940] bt_reset pin obtained is 51 [ 0.932228] bt_dev_wake pin obtained is 138 [ 0.936614] bt_host_wake pin obtained is 93 [ 0.941006] IRQ# for BT HOST WAKE: 253 bt_pwrctrl_probe probe successful [ 0.949970] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.956849] usbcore: registered new interface driver usb-storage [ 0.963878] imx6sl-pinctrl 20e0000.iomuxc: pin MX6SL_PAD_EPDC_PWRCOM already requested by 20e0000.iomuxc; cannot claim for 2184000.usb [ 0.976037] imx6sl-pinctrl 20e0000.iomuxc: pin-56 (2184000.usb) status -22 [ 0.982962] imx6sl-pinctrl 20e0000.iomuxc: could not request pin 56 on device 20e0000.iomuxc [ 0.991427] imx_usb 2184000.usb: Error applying setting, reverse things back [ 1.002723] usb_gadget_state_work: gadget state: not attached [ 1.009072] mousedev: PS/2 mouse device common for all mice [ 1.020760] bd7181x-rtc bd7181x-rtc: rtc core: registered bd7181x-rtc as rtc0 [ 1.028489] snvs_rtc 20cc034.snvs-rtc-lp: rtc core: registered 20cc034.snvs-rtc-lp as rtc1 [ 1.036954] i2c /dev entries driver [ 1.041003] bd7181x-power bd7181x-power: battery_cycle = 0 [ 1.047215] Status Register 1 == 0x0 [ 1.051223] Status Register 2 == 0x0 [ 1.055251] Status Register 3 == 0x34 [ 1.059346] Status Register 4 == 0x0 [ 1.063368] Status Register 5 == 0x0 [ 1.067373] Status Register 6 == 0x0 [ 1.071376] Status Register 7 == 0x0 [ 1.075396] Status Register 8 == 0x2 [ 1.079398] Status Register 9 == 0x0 [ 1.083419] Status Register 10 == 0x0 [ 1.087507] Status Register 11 == 0x0 [ 1.091597] Status Register 12 == 0x0 [ 1.098125] errflags = 4 [ 1.100683] bit2 is set [RESET REASONS]: PWRON_LONGPRESS: Power Button Long Press Battery Cut [ 1.125528] imx2-wdt 20bc000.wdog: IMX2+ Watchdog Timer enabled. timeout=60s ▒J▒wayoup<0JJ▒▒ut ▒▒�▒0 ▒▒x x ▒govd.▒K▒menu [ 1.148591] sdhci: Secure Digital Host Controller Interface driver [ 1.154832] sdhci: Copyright(c) Pierre Ossman [ 1.159228] sdhcZK▒Й▒▒AHCHp+▒▒ ▒▒@ GBX0.169018] mmc1: no vqmmc regulator found [ 1.173271] mmc1: Not allowing HS200 [ 1.176896] mmc1: no v mc rV+t.2t▒[ 1.221709] mmc1: SDHCI controller on 2190000.usdhc [2190000.usdhc] using DMA [ 1.232354] mmc0: no vqmmc regulator found [ 1.236483] mmc0: Not allowing HS200 [ 1.240087] mmc0: no vmmc regulator found [ 1.281705] mmc0: SDHCI controller on 2194000.usdhc [2194000.usdhc] using DMA [ 1.290981] usbcore: registered new interface driver usbhid [ 1.296625] usbhid: USB HID core driver [ 1.301499] NET: Registered protocol family 26 [ 1.308231] TCP: cubic registered [ 1.311576] IPv6: Loaded, but administratively disabled, reboot required to enable [ 1.319218] sit: IPv6 over IPv4 tunneling driver [ 1.324361] NET: Registered protocol family 17 [ 1.330940] 8021q: 802.1Q VLAN Support v1.8 [ 1.339282] Key type dns_resolver registered VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4 [ 1.376124] ldo5: disabling [ 1.384896] ldo4: disabling [ 1.388119] regulator-dummy: disabling [ 1.392142] imx mcc test is registered. [ 1.396815] bd7181x-rtc bd7181x-rtc: setting system clock to 2001-01-01 12:52:41 UTC (978353561) [ 1.409212] ALSA device list: [ 1.414305] No soundcards found. [ 1.418962] Freeing unused kernel memory: 1444K (80719000 - 80882000) 3.10.53-lab126 #1 PREEMPT Fri Jul 22 00:45:40 PDT 2016 armv7l j▒▒▒: BKOPS_EN bit is not set PuT+▒r▒▒�▒▒▒imx_epdc_fb 20f4000.epdc: EPDC version = 2.1.0 ▒▒v_file->wdh.luts & 0xC =4 @00CJ9=▒Loaded module /lib/modules/mxc_epdc_fb.ko (79696 bytes) Nʢ▒▒INFO:eink initialized... (486400 bytes) Press [ENTER] for recovery menu... 0 /[ 5.022857] INFO:!!! Checking MBR /dev/mmcblk0 !!!! [ 7.034374] input: zforce2 as /devices/platform/zforce2.0/input/input0 2 3 4 5 2▒ android_usb: already disabled @P0@▒▒r▒▒▒▒▒▒▒read descriptors [ 14.476311] read strings diags : /opt/fat y▒▒ p elcome to Kindle! kindle login: root▒`y,▒S�▒}▒▒ѽcharging 0 roootLogin incorrect kindle login: root Password: mario marLogin incorrect kindle login: root Password: mario -sh: mario: not found [root@kindle root]# reboot Id7181x_bat/charging The system is gZ@▒ Requesting system rebootesses [ 83.258929] brcm_wlan_free_mem: static buffers freed [ 83.264721] imx2-wdt 20bc000.wdog: Device shutdown: Expect reboot! [ 83.270949] Restarting system. [ 83.274220] arch_reset_special_mode: cmd: (null) [ 83.278842] set_boot_mode: mode: d [ 83.282301] to write to register [ 83.285535] read out: 13 [ 83.787Ob▒▒▒▒▒▒ j▒ 1, FSL_SDHC: 2 Board: Heisenberg Board Id: S/N: I2C: ready DRAM: MR5=0x1,MR6=0x4 512 MiB WARNING: Caches not enabled ▒▒an ʂ▒9 @▒▒▒t ▒@%al autob▒▒ 0 uboot > uboot > uboot > uboot > PuTTY Unknown command 'PuTTY' - try 'help' uboot > Unknown command 'PuTTY' - try 'help' uboot > Unknown command 'PuTTY' - try 'help' uboot > run diags_boot BOOTing diags from mmc ... mmc1(part 0) is current device MMC read: dev # 1, block # 29392, count 28672 ... @▒ ▒▒9& ▒չс256 ... @^▒ с Image Name: Linux-3.10.53-lab126 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 4788336 Bytes = 4.6 MiB Load Address: 80008000 Entry Point: 80008000 Verifying Checksum ... X@▒X�▒▒▒▒▒▒▒▒ѥ▒▒▒using the fdt blob at 0x83000000 Loading Kernel Image ... ▒2Xbd▒▒8։▒5ef ... rY▒00▒Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 3.10.53-lab126 (jenkins-official@sjc10-jbuild07) (collect2: error: ld returned 1 exit status) #1 PREEMPT Fri Jul 22 00:45:40 PDT 2016 [ 0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine: Freescale i.MX6 SoloLite (Device Tree), model: Heisenberg P0 [ 0.000000] printk_reserve_buf:863 log_goal_location:0x8fff0000 log_worst_location:0x8fef0000 new_log_buf_len:32768 [ 0.000000] printk_reserve_buf:883 printk log placed at 8fff0000 [ 0.000000] cma: CMA: reserved 32 MiB at 9c000000 [ 0.000000] Memory policy: ECC disabled, Data cache writeback [ 0.000000] CPU: All CPU(s) started in SVC mode. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048 [ 0.000000] Kernel command line: console=ttymxc0,115200 root=/dev/mmcblk0p2 rootwait rw [ 0.000000] Prink buffer will be relocated to physical address: 8fff0000 va: 00000000 new_log_buf_len:32768 [ 0.000000] Prink buffer will be relocated to physical address: 8fff0000 va: 8fff0000 new_log_buf_len:32768 [ 0.000000] log_buf_len: 32768 [ 0.000000] early log buf free: 30776(93%) [ 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: 512MB = 512MB total [ 0.000000] Memory: 477600k/477600k available, 46688k reserved, 0K highmem [ 0.000000] Virtual kernel memory layout: vector : 0xffff0000 - 0xffff1000 ( 4 kB) fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) vmalloc : 0xa0800000 - 0xff000000 (1512 MB) lowmem : 0x80000000 - 0xa0000000 ( 512 MB) pkmap : 0x7fe00000 - 0x80000000 ( 2 MB) modules : 0x7f000000 - 0x7fe00000 ( 14 MB) .text : 0x80008000 - 0x807187c4 (7234 kB) .init : 0x80719000 - 0x80882b7c (1447 kB) .data : 0x80884000 - 0x808c9e80 ( 280 kB) .bss : 0x808c9e80 - 0x808f29c8 ( 163 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] L310 cache controller enabled [ 0.000000] l2x0: 16 ways, CACHE_ID 0x410000c8, AUX_CTRL 0x32030000, Cache size: 262144 B [ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms [ 0.000000] Console: colour dummy device 80x30 [ 0.000463] Calibrating delay loop... 789.70 BogoMIPS (lpj=3948544) [ 0.040128] pid_max: default: 32768 minimum: 301 [ 0.040270] Mount-cache hash table entries: 512 [ 0.044648] CPU: Testing write buffer coherency: ok [ 0.044871] Setting up static identity map for 0x80524338 - 0x80524390 [ 0.045648] devtmpfs: initialized [ 0.047392] pinctrl core: initialized pinctrl subsystem [ 0.047644] regulator-dummy: no parameters [ 0.049764] NET: Registered protocol family 16 [ 0.057089] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.057675] LAB126 Board id - P00118076335000E [ 0.057757] Use WDOG1 as reset source [ 0.063189] syscon 20c8000.anatop: regmap [mem 0x020c8000-0x020c8fff] registered [ 0.063442] vdd1p1: 800 <--> 1375 mV at 1100 mV [ 0.063728] vdd3p0: 2625 <--> 3400 mV at 3000 mV [ 0.064028] vdd2p5: 2100 <--> 2850 mV at 2500 mV [ 0.064385] cpu: 725 <--> 1450 mV at 1100 mV [ 0.064657] vddpu: 725 <--> 1450 mV [ 0.065016] vddsoc: 725 <--> 1450 mV at 1175 mV [ 0.066905] syscon 20e0000.iomuxc-gpr: regmap [mem 0x020e0000-0x020e0037] registered [ 0.068943] syscon 21bc000.ocotp-ctrl: regmap [mem 0x021bc000-0x021bffff] registered [ 0.070802] amp_boost_enable:iMX:MAX98090:BOARD [ 0.070833] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers. [ 0.070843] hw-breakpoint: maximum watchpoint size is 4 bytes. [ 0.074437] imx6sl-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver [ 0.079457] bio: create slab <bio-0> at 0 [ 0.080639] SCSI subsystem initialized [ 0.080854] usbcore: registered new interface driver usbfs [ 0.080918] usbcore: registered new interface driver hub [ 0.081034] usbcore: registered new device driver usb [ 0.082366] bd7181x 0-004b: IRQ 276 GPIO 116 [ 0.087919] buck1: 800 <--> 2000 mV at 1300 mV [ 0.089105] buck2: 800 <--> 2000 mV at 1300 mV [ 0.089934] buck3: 1200 <--> 2700 mV at 1800 mV [ 0.090774] buck4: 1100 <--> 1850 mV at 1200 mV [ 0.091568] buck5: 1800 <--> 3300 mV at 3200 mV [ 0.092389] ldo1: 800 <--> 3300 mV at 3200 mV [ 0.093187] ldo2: 800 <--> 3300 mV at 3200 mV [ 0.094418] ldo3: 3000 mV [ 0.095034] ldo4: 800 <--> 3300 mV at 3200 mV [ 0.095618] ldo5: 800 <--> 3300 mV at 1800 mV [ 0.096190] dvref: 3000 mV [ 0.096329] lpsr: 1800 mV [ 0.096918] wled: at 0 mV 0 <--> 25 mA at 0 mA [ 0.097794] i2c i2c-0: IMX I2C adapter registered [ 0.098413] i2c i2c-1: IMX I2C adapter registered [ 0.098693] i2c i2c-2: IMX I2C adapter registered [ 0.098807] pps_core: LinuxPPS API ver. 1 registered [ 0.098818] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.098842] PTP clock support registered [ 0.099188] MIPI CSI2 driver module loaded [ 0.099272] Advanced Linux Sound Architecture Driver Initialized. [ 0.099887] cfg80211: Calling CRDA to update world regulatory domain [ 0.099921] cfg80211: World regulatory domain updated: [ 0.099930] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 0.099941] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 0.099951] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 0.099961] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 0.099969] cfg80211: (5140000 KHz - 5360000 KHz @ 40000 KHz), (N/A, 3000 mBm) [ 0.099978] cfg80211: (5460000 KHz - 5860000 KHz @ 40000 KHz), (N/A, 3000 mBm) [ 0.101163] pureg-dummy: no parameters [ 0.101790] Switching to clocksource mxc_timer1 [ 0.109712] NET: Registered protocol family 2 [ 0.110467] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.110552] TCP bind hash table entries: 4096 (order: 2, 16384 bytes) [ 0.110604] TCP: Hash tables configured (established 4096 bind 4096) [ 0.110656] TCP: reno registered [ 0.110670] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.110689] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.110889] NET: Registered protocol family 1 [ 0.111147] RPC: Registered named UNIX socket transport module. [ 0.111159] RPC: Registered udp transport module. [ 0.111167] RPC: Registered tcp transport module. [ 0.111174] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.117668] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available [ 0.118292] ldo2p5-dummy: no parameters [ 0.119027] Bus freq driver module loaded [ 0.119474] futex hash table entries: 256 (order: -1, 3072 bytes) [ 0.124823] VFS: Disk quotas dquot_6.5.2 [ 0.124970] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 0.127269] NFS: Registering the id_resolver key type [ 0.127318] Key type id_resolver registered [ 0.127328] Key type id_legacy registered [ 0.127369] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc. [ 0.127880] msgmni has been set to 996 [ 0.130843] io scheduler noop registered [ 0.130858] io scheduler deadline registered [ 0.130902] io scheduler cfq registered (default) [ 0.137706] Serial: IMX driver [ 0.138022] 2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 58) is a IMX [ 0.841161] console [ttymxc0] enabled [ 0.845319] 2034000.serial: ttymxc2 at MMIO 0x2034000 (irq = 60) is a IMX [ 0.852543] imx6sl-pinctrl 20e0000.iomuxc: pin MX6SL_PAD_SD1_DAT4 already requested by 20e0000.iomuxc; cannot claim for 2038000.serial [ 0.864696] imx6sl-pinctrl 20e0000.iomuxc: pin-145 (2038000.serial) status -22 [ 0.871967] imx6sl-pinctrl 20e0000.iomuxc: could not request pin 145 on device 20e0000.iomuxc [ 0.880520] imx-uart 2038000.serial: Error applying setting, reverse things back [ 0.888023] 2038000.serial: ttymxc3 at MMIO 0x2038000 (irq = 61) is a IMX [ 0.895366] serial: Freescale lpuart driver [ 0.900450] Registering Heisenberg hall sensor platform device [ 0.907546] imx sema4 driver is registered. [ 0.916735] brd: module loaded [ 0.922549] loop: module loaded bt_pwrctrl_init called.. [ 0.928114] bt_reset pin obtained is 51 [ 0.932398] bt_dev_wake pin obtained is 138 [ 0.936785] bt_host_wake pin obtained is 93 [ 0.941178] IRQ# for BT HOST WAKE: 253 bt_pwrctrl_probe probe successful [ 0.950131] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.957008] usbcore: registered new interface driver usb-storage [ 0.964039] imx6sl-pinctrl 20e0000.iomuxc: pin MX6SL_PAD_EPDC_PWRCOM already requested by 20e0000.iomuxc; cannot claim for 2184000.usb [ 0.976199] imx6sl-pinctrl 20e0000.iomuxc: pin-56 (2184000.usb) status -22 [ 0.983123] imx6sl-pinctrl 20e0000.iomuxc: could not request pin 56 on device 20e0000.iomuxc [ 0.991589] imx_usb 2184000.usb: Error applying setting, reverse things back [ 1.002885] usb_gadget_state_work: gadget state: not attached [ 1.009238] mousedev: PS/2 mouse device common for all mice [ 1.020946] bd7181x-rtc bd7181x-rtc: rtc core: registered bd7181x-rtc as rtc0 [ 1.028690] snvs_rtc 20cc034.snvs-rtc-lp: rtc core: registered 20cc034.snvs-rtc-lp as rtc1 [ 1.037155] i2c /dev entries driver [ 1.041207] bd7181x-power bd7181x-power: battery_cycle = 0 [ 1.047413] Status Register 1 == 0x0 [ 1.051421] Status Register 2 == 0x0 [ 1.055445] Status Register 3 == 0x40 [ 1.059538] Status Register 4 == 0x0 [ 1.063558] Status Register 5 == 0x0 [ 1.067562] Status Register 6 == 0x0 [ 1.071564] Status Register 7 == 0x0 [ 1.075586] Status Register 8 == 0x2 [ 1.079588] Status Register 9 == 0x0 [ 1.083611] Status Register 10 == 0x0 [ 1.087701] Status Register 11 == 0x0 [ 1.091788] Status Register 12 == 0x0 [ 1.098312] errflags = 1 [ 1.100869] bit0 is set [RESET REASONS]: SOFTWARE_RESTART: Software Initiated System Restart [ 1.125554] imx2-wdt 20bc000.wdog: IMX2+ Watchdog Timer enabled. timeout=60s (nowayout=0)Z[▒_w▒▒0xʒ0▒▒▒,▒#: pX goW▒▒▒Ɂmenu [ 1.148630] sdhci: Secure Digital Host Controller Interface driver [ 1.154869] sdhci: Copyright(c) Pierre Ossman [ 1.159265] sdhci,p`tfm▒HCB▒▒ n r[ 1.221846] mmc1: SDHCI controller on 2190000.usdhc [2190000.usdhc] using DMA [ 1.232495] mmc0: no vqmmc regulator found [ 1.236623] mmc0: Not allowing HS200 [ 1.240226] mmc0: no vmmc regulator found [ 1.281839] mmc0: SDHCI controller on 2194000.usdhc [2194000.usdhc] using DMA [ 1.291113] usbcore: registered new interface driver usbhid [ 1.296759] usbhid: USB HID core driver [ 1.301638] NET: Registered protocol family 26 [ 1.308374] TCP: cubic registered [ 1.311721] IPv6: Loaded, but administratively disabled, reboot required to enable [ 1.319362] sit: IPv6 over IPv4 tunneling driver [ 1.324503] NET: Registered protocol family 17 [ 1.331089] 8021q: 802.1Q VLAN Support v1.8 [ 1.339428] Key type dns_resolver registered VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4 [ 1.376276] ldo5: disabling [ 1.385062] ldo4: disabling [ 1.388283] regulator-dummy: disabling [ 1.392306] imx mcc test is registered. [ 1.396982] bd7181x-rtc bd7181x-rtc: setting system clock to 2001-01-01 12:54:19 UTC (978353659) [ 1.409448] ALSA device list: [ 1.414542] No soundcards found. [ 1.419205] Freeing unused kernel memory: 1444K (80719000 - 80882000) 3.10.53-lab126 #1 PREEMPT Fri Jul 22 00:45:40 PDT 2016 armv7l @ mmc0: BKOPS_EN bit is not set [ 1.798306] imx_epdc_fb 20f4000.epdc: EPDC version = 2.1.0 6▒▒}▒▒▒->d`.luts & 0xC =4 PuTTY:0P▒▒▒INFO:Loaded module /lib/modules/mxc_epdc_fb.ko (79696 bytes) LLJ9=▒eink initialized... (486400 bytes) Press [ENTER] for recovery menu... 0 /[ 5.022980] INFO:!!! Checking MBR /dev/mmcblk0 !!!! [ 7.034055] input: zforce2 as /devices/platform/zforce2.0/input/input0 2 3 4 5 0▒ ▒android_usb: already disabled ▒(0 14.320217] read descriptors [ 14.324537] read strings diags : /opt/X,▒KI▒=t▒ Welcome to Kindle! kindle login: root mario -sh: mario: not found [root@kindle root]#reboot Requesting system rebootesses [ 40.499621] brcm_wlan_free_mem: static buffers freed [ 40.505419] imx2-wdt 20bc000.wdog: Device shutdown: Expect reboot! [ 40.511645] Restarting system. [ 40.514915] arch_reset_special_mode: cmd: (null) [ 40.519538] set_boot_mode: mode: d [ 40.522998] to write to register [ 40.526233] read out: 13 [ 41.027▒7Ob▒▒▒▒▒▒}j▒ 1, FSL_SDHC: 2 Board: Heisenberg Board Id: S/N: I2C: ready DRAM: MR5=0x1,MR6=0x4 512 MiB WARNING: Caches not enabled ▒t ف `▒▒▒▒) ▒@rperZK▒▒Y▒▒▒pX\▒K▒▒▒▒ 3 F$X▒▒ ▒ ( dav ▒b▒▒▒▒▒# 720, count 28672 ...0 ▒*2▒Թс256 ... ▒ [VX▒808000 ... Image Name: Linux-3.10.53-lab126 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 4705856 Bytes = 4.5 MiB Load Address: 80008000 Entry Point: 80008000 ▒▒ѥ▒▒▒using the fdt blob at 0x83000000 Loading Kernel Image ... ▒,Y0 ▒▒9fcb86arrr▒@▒0W▒닥▒▒▒Linux on physical CPU 0x0 [ 0.000000] Linux version 3.10.53-lab126 (jenkins-official@sjc10-jbuild09.sjc10.amazon.com) (gcc version 4.9.1 (GCC) ) #2 PREEMPT Tue May 15 10:59:46 PDT 2018 [ 0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine: Freescale i.MX6 SoloLite (Device Tree), model: Heisenberg P0 [ 0.000000] printk_reserve_buf:863 log_goal_location:0x8fff0000 log_worst_location:0x8fef0000 new_log_buf_len:32768 [ 0.000000] printk_reserve_buf:883 printk log placed at 8fff0000 [ 0.000000] cma: CMA: reserved 32 MiB at 9c000000 [ 0.000000] Memory policy: ECC disabled, Data cache writeback [ 0.000000] CPU: All CPU(s) started in SVC mode. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048 [ 0.000000] Kernel command line: console=ttymxc0,115200 root=/dev/mmcblk0p1 rootwait rw uart_at_4M [ 0.000000] Prink buffer will be relocated to physical address: 8fff0000 va: 00000000 new_log_buf_len:32768 [ 0.000000] Prink buffer will be relocated to physical address: 8fff0000 va: 8fff0000 new_log_buf_len:32768 [ 0.000000] log_buf_len: 32768 [ 0.000000] early log buf free: 30768(93%) [ 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: 512MB = 512MB total [ 0.000000] Memory: 478312k/478312k available, 45976k reserved, 0K highmem [ 0.000000] Virtual kernel memory layout: vector : 0xffff0000 - 0xffff1000 ( 4 kB) fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) vmalloc : 0xa0800000 - 0xff000000 (1512 MB) lowmem : 0x80000000 - 0xa0000000 ( 512 MB) pkmap : 0x7fe00000 - 0x80000000 ( 2 MB) modules : 0x7f000000 - 0x7fe00000 ( 14 MB) .text : 0x80008000 - 0x806b8044 (6849 kB) .init : 0x806b9000 - 0x807d5924 (1139 kB) .data : 0x807d6000 - 0x80819a00 ( 271 kB) .bss : 0x80819a00 - 0x80840b18 ( 157 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] L310 cache controller enabled [ 0.000000] l2x0: 16 ways, CACHE_ID 0x410000c8, AUX_CTRL 0x32030000, Cache size: 262144 B [ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms [ 0.000000] Console: colour dummy device 80x30 [ 0.000393] Calibrating delay loop... 789.70 BogoMIPS (lpj=3948544) [ 0.040122] pid_max: default: 32768 minimum: 301 [ 0.040242] Mount-cache hash table entries: 512 [ 0.044235] CPU: Testing write buffer coherency: ok [ 0.044438] Setting up static identity map for 0x805186c8 - 0x80518720 [ 0.045111] devtmpfs: initialized [ 0.046601] pinctrl core: initialized pinctrl subsystem [ 0.046821] regulator-dummy: no parameters [ 0.048678] NET: Registered protocol family 16 [ 0.055251] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.055763] LAB126 Board id - P00118076335000E [ 0.055837] Use WDOG1 as reset source [ 0.060308] syscon 20c8000.anatop: regmap [mem 0x020c8000-0x020c8fff] registered [ 0.060526] vdd1p1: 800 <--> 1375 mV at 1100 mV [ 0.060771] vdd3p0: 2625 <--> 3400 mV at 3000 mV [ 0.061022] vdd2p5: 2100 <--> 2850 mV at 2500 mV [ 0.061336] cpu: 725 <--> 1450 mV at 1100 mV [ 0.061565] vddpu: 725 <--> 1450 mV [ 0.061880] vddsoc: 725 <--> 1450 mV at 1175 mV [ 0.063496] syscon 20e0000.iomuxc-gpr: regmap [mem 0x020e0000-0x020e0037] registered [ 0.065264] syscon 21bc000.ocotp-ctrl: regmap [mem 0x021bc000-0x021bffff] registered [ 0.066804] amp_boost_enable:iMX:MAX98090:BOARD [ 0.066830] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers. [ 0.066838] hw-breakpoint: maximum watchpoint size is 4 bytes. [ 0.069620] imx6sl-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver [ 0.073881] bio: create slab <bio-0> at 0 [ 0.074872] SCSI subsystem initialized [ 0.075049] usbcore: registered new interface driver usbfs [ 0.075114] usbcore: registered new interface driver hub [ 0.075218] usbcore: registered new device driver usb [ 0.076388] bd7181x 0-004b: IRQ 276 GPIO 116 [ 0.081655] buck1: 800 <--> 2000 mV at 1300 mV [ 0.082798] buck2: 800 <--> 2000 mV at 1300 mV [ 0.083568] buck3: 1200 <--> 2700 mV at 1800 mV [ 0.084323] buck4: 1100 <--> 1850 mV at 1200 mV [ 0.085070] buck5: 1800 <--> 3300 mV at 3200 mV [ 0.085837] ldo1: 800 <--> 3300 mV at 3200 mV [ 0.086586] ldo2: 800 <--> 3300 mV at 3200 mV [ 0.087739] ldo3: 3000 mV [ 0.088307] ldo4: 800 <--> 3300 mV at 3200 mV [ 0.088859] ldo5: 800 <--> 3300 mV at 1800 mV [ 0.089401] dvref: 3000 mV [ 0.089517] lpsr: 1800 mV [ 0.090055] wled: at 0 mV 0 <--> 25 mA at 0 mA [ 0.090878] i2c i2c-0: IMX I2C adapter registered [ 0.091420] i2c i2c-1: IMX I2C adapter registered [ 0.091650] i2c i2c-2: IMX I2C adapter registered [ 0.091753] pps_core: LinuxPPS API ver. 1 registered [ 0.091762] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.091794] PTP clock support registered [ 0.092096] MIPI CSI2 driver module loaded [ 0.092174] Advanced Linux Sound Architecture Driver Initialized. [ 0.092739] cfg80211: Calling CRDA to update world regulatory domain [ 0.092771] cfg80211: World regulatory domain updated: [ 0.092778] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 0.092787] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 0.092796] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 0.092804] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 0.092811] cfg80211: (5140000 KHz - 5360000 KHz @ 40000 KHz), (N/A, 3000 mBm) [ 0.092818] cfg80211: (5460000 KHz - 5860000 KHz @ 40000 KHz), (N/A, 3000 mBm) [ 0.093810] pureg-dummy: no parameters [ 0.094360] Switching to clocksource mxc_timer1 [ 0.101232] NET: Registered protocol family 2 [ 0.101769] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.101846] TCP bind hash table entries: 4096 (order: 2, 16384 bytes) [ 0.101901] TCP: Hash tables configured (established 4096 bind 4096) [ 0.101946] TCP: reno registered [ 0.101959] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.101975] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.102137] NET: Registered protocol family 1 [ 0.102350] RPC: Registered named UNIX socket transport module. [ 0.102361] RPC: Registered udp transport module. [ 0.102368] RPC: Registered tcp transport module. [ 0.102374] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.109105] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available [ 0.109618] ldo2p5-dummy: no parameters [ 0.110272] Bus freq driver module loaded [ 0.110649] futex hash table entries: 256 (order: -1, 3072 bytes) [ 0.115391] VFS: Disk quotas dquot_6.5.2 [ 0.115529] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 0.116880] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.117637] NFS: Registering the id_resolver key type [ 0.117690] Key type id_resolver registered [ 0.117699] Key type id_legacy registered [ 0.117733] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc. [ 0.118178] msgmni has been set to 998 [ 0.120750] io scheduler noop registered [ 0.120763] io scheduler deadline registered [ 0.120802] io scheduler cfq registered (default) [ 0.126972] Serial: IMX driver [ 0.127245] 2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 58) is a IMX [ 0.834882] console [ttymxc0] enabled [ 0.838960] 2034000.serial: ttymxc2 at MMIO 0x2034000 (irq = 60) is a IMX [ 0.846112] imx6sl-pinctrl 20e0000.iomuxc: pin MX6SL_PAD_SD1_DAT4 already requested by 20e0000.iomuxc; cannot claim for 2038000.serial [ 0.858241] imx6sl-pinctrl 20e0000.iomuxc: pin-145 (2038000.serial) status -22 [ 0.865489] imx6sl-pinctrl 20e0000.iomuxc: could not request pin 145 on device 20e0000.iomuxc [ 0.874023] imx-uart 2038000.serial: Error applying setting, reverse things back [ 0.881496] 2038000.serial: ttymxc3 at MMIO 0x2038000 (irq = 61) is a IMX [ 0.888738] serial: Freescale lpuart driver [ 0.893704] Registering Heisenberg hall sensor platform device [ 0.900639] imx sema4 driver is registered. [ 0.909234] brd: module loaded [ 0.914681] loop: module loaded bt_pwrctrl_init called.. [ 0.920183] bt_reset pin obtained is 51 [ 0.924414] bt_dev_wake pin obtained is 138 [ 0.928781] bt_host_wake pin obtained is 93 [ 0.933154] IRQ# for BT HOST WAKE: 253 bt_pwrctrl_probe probe successful [ 0.941715] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.948538] usbcore: registered new interface driver usb-storage [ 0.955408] imx6sl-pinctrl 20e0000.iomuxc: pin MX6SL_PAD_EPDC_PWRCOM already requested by 20e0000.iomuxc; cannot claim for 2184000.usb [ 0.967543] imx6sl-pinctrl 20e0000.iomuxc: pin-56 (2184000.usb) status -22 [ 0.974446] imx6sl-pinctrl 20e0000.iomuxc: could not request pin 56 on device 20e0000.iomuxc [ 0.982892] imx_usb 2184000.usb: Error applying setting, reverse things back [ 0.994045] usb_gadget_state_work: gadget state: not attached [ 1.000340] mousedev: PS/2 mouse device common for all mice [ 1.011743] bd7181x-rtc bd7181x-rtc: rtc core: registered bd7181x-rtc as rtc0 [ 1.019398] snvs_rtc 20cc034.snvs-rtc-lp: rtc core: registered 20cc034.snvs-rtc-lp as rtc1 [ 1.027826] i2c /dev entries driver [ 1.031792] bd7181x-power bd7181x-power: battery_cycle = 0 [ 1.037940] Status Register 1 == 0x0 [ 1.041912] Status Register 2 == 0x0 [ 1.045899] Status Register 3 == 0x40 [ 1.049954] Status Register 4 == 0x0 [ 1.053919] Status Register 5 == 0x0 [ 1.057903] Status Register 6 == 0x0 [ 1.061867] Status Register 7 == 0x0 [ 1.065849] Status Register 8 == 0x2 [ 1.069813] Status Register 9 == 0x0 [ 1.073777] Status Register 10 == 0x0 [ 1.077846] Status Register 11 == 0x0 [ 1.081898] Status Register 12 == 0x0 [ 1.088263] errflags = 1 [ 1.090803] bit0 is set [RESET REASONS]: SOFTWARE_RESTART: Software Initiated System Restart [ 1.114634] imx2-wdt 20bc000.wdog: IMX2+ Watchdog Timer enabled. timeout=60s (nowayout=0) imx2_wdt.base=0xa0920000 base pa:0x20bc000 imx2_wdt.clk=0x9a00c100 [ 1.129330] cpuidle: using governor ladder [ 1.133453] cpuidle: using governor menu [ 1.137465] sdhci: Secure Digital Host Controller Interface driver [ 1.143732] sdhci: Copyright(c) Pierre Ossman [ 1.148123] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.157584] mmc1: no vqmmc regulator found [ 1.161784] mmc1: Not allowing HS200 [ 1.165410] mmc1: no vmmc regulator found [ 1.214409] mmc1: SDHCI controller on 2190000.usdhc [2190000.usdhc] using DMA [ 1.224797] mmc0: no vqmmc regulator found [ 1.228907] mmc0: Not allowing HS200 [ 1.232491] mmc0: no vmmc regulator found [ 1.274404] mmc0: SDHCI controller on 2194000.usdhc [2194000.usdhc] using DMA [ 1.283344] usbcore: registered new interface driver usbhid [ 1.288965] usbhid: USB HID core driver [ 1.293651] NET: Registered protocol family 26 [ 1.300314] TCP: cubic registered [ 1.303643] NET: Registered protocol family 17 [ 1.308190] 8021q: 802.1Q VLAN Support v1.8 [ 1.312424] Key type dns_resolver registered VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4 [ 1.347767] ldo5: disabling [ 1.355385] ldo4: disabling [ 1.367006] regulator-dummy: disabling [ 1.370964] imx mcc test is registered. [ 1.375639] bd7181x-rtc bd7181x-rtc: setting system clock to 2001-01-01 12:55:09 UTC (978353709) [ 1.387647] ALSA device list: [ 1.390632] No soundcards found. [ 1.397104] Freeing unused kernel memory: 1136K (806b9000 - 807d5000) DEBUG:recovery-util.c:1680:setup_[ 1.404531] ERROR:boardid.c:48:get_string_from_file():/proc/serial:error 2(2) die_signals():Installed signal handlers. 3.10.53-lab126 #2 PREEMPT Tue May 15 10:59:46 PDT 2018 armv7l ▒mmc0: BKOPS_EN bit is not set ▒0@P U▒eink.c:276:eink_init():Loading: /lib/modules/mxc_epdc_fb.ko [ 1.804647] DEBUG:eink.c:281:eink_init():Loading: /lib/modules/mxc_epdc_fb.ko [ 1.812344] DEBUG:module.c:139:insmod():/lib/modules/mxc_epdc_fb.ko:loaded 88680 bytes. (88680) Panel VCOM string: 2810 [ 1.824748] imx_epdc_fb 20f4000.epdc: vcom_steps 131 [ 1.829902] imx_epdc_fb 20f4000.epdc: Memory override detected TotalMem:512M X:800 Y:600 FBMem:6M [ 1.845720] imx_epdc_fb 20f4000.epdc: EPDC version = 2.1.0 @▒C▒▒}▒▒▒▒▒>wdh.luts & 0xC =4 6@PJ9=▒module.c:163:insmod():Loaded module /lib/modules/mxc_epdc_fb.ko (88680 bytes) 280G 9=▒eink.c:376:eink_init():eink initialized... (486400 bytes) Press [ENTER] for recovery menu..[ 4.050086] DEBUG:recovery-util.c:736:choose_boot_mode():curr_time=978353712 end_time=978353712 . 0 [ 4.064520] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece093c biggest_fd=0 s=0x7ece0990 /[ 4.094868] INFO:recovery-util.c:408:battery_check():Battery ID is valid [ 4.101719] INFO:recovery-util.c:416:battery_check():Battery percentage = 89 [ 4.108863] DEBUG:diskutil.c:404:device_size():device size: 921600 sectors [ 4.115831] DEBUG:diskutil.c:404:device_size():device size: 131072 sectors [ 4.122744] DEBUG:diskutil.c:404:device_size():device size: 6385664 sectors [ 4.129781] DEBUG:diskutil.c:404:device_size():device size: 7634944 sectors [ 4.136791] INFO:recovery-util.c:1118:check_mbr():!!! Checking MBR /dev/mmcblk0 !!!! 000S" U▒diskutil.c:587:append_partition():partition 2: requested length=131072 [ 4.210161] DEBUG:diskutil.c:210:roundup_lba():lba=1118208 cylsize=64 ret=1118208 [ 4.217672] DEBUG:diskutil.c:210:roundup_lba():lba=1118208 cylsize=64 ret=1118208 [ 4.225176] INFO:diskutil.c:573:append_partition():partition 3, start sector is 1118208 [ 4.233190] DEBUG:diskutil.c:587:append_partition():partition 3: requested length=131072 [ 4.241307] DEBUG:diskutil.c:210:roundup_lba():lba=1249280 cylsize=64 ret=1249280 [ 4.248816] DEBUG:diskutil.c:210:roundup_lba():lba=1249280 cylsize=64 ret=1249280 [ 4.256321] INFO:diskutil.c:573:append_partition():partition 4, start sector is 1249280 [ 4.264332] DEBUG:diskutil.c:587:append_partition():partition 4: requested length=0 [ 4.272011] INFO:diskutil.c:238:make_part_info():maximizing partition 6385664 sectors [ 4.279923] DEBUG:recovery-util.c:1180:check_mbr():Expected: 803D0FF 833D0FF 0100 10E00, 3D0FF83 3D0FF0 10F00 0200 [ 4.290432] DEBUG:recovery-util.c:1190:check_mbr():MBR : 803D0FF 833D0FF 0100 10E00, 3D0FF83 3D0FF0 10F00 0200 [ 4.300818] DEBUG:recovery-util.c:1192:check_mbr():!!! MBR checked /dev/mmcblk0 rootfs 0 varfs 0 !!!! [ 4.310246] INFO:recovery-util.c:1250:check_and_create_partitions():*** Partition table verified for /dev/mmcblk0 *** [ 4.321171] DEBUG:module.c:139:insmod():/lib/modules/libcomposite.ko:loaded 43272 bytes. (43272) [ 4.330777] INFO:module.c:163:insmod():Loaded module /lib/modules/libcomposite.ko (43272 bytes) [ 4.339927] DEBUG:module.c:139:insmod():/lib/modules/g_mass_storage.ko:loaded 42428 bytes. (42428) [ 4.349849] g_mass_storage gadget: Mass Storage Function, version: 2009/09/11 [ 4.357046] g_mass_storage gadget: Number of LUNs=1 [ 4.361931] lun0: LUN: removable file: (no medium) [ 4.366846] fsg_bind:3212 [ 4.369478] g_mass_storage gadget: Internal Storage, version: 2009/09/11 [ 4.376229] g_mass_storage gadget: userspace failed to provide iSerialNumber [ 4.383280] g_mass_storage gadget: g_mass_storage ready [ 4.391603] INFO:module.c:163:insmod():Loaded module /lib/modules/g_mass_storage.ko removable=1 idVendor=0x1949 idProduct=0x0004 recovery_mode=1 (42428 bytes) ▒r▒▒▒ʂ▒▒DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [#####################################################:::::] [ 5.237497] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 Menu ==== 3. Load MMC over US[ 5.250725] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 B storage 4. Erase MMC I. Initi[ 5.264179] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 alize Partition Table (fdisk) and[ 5.277639] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 format FAT O. Format and overwr[ 5.291107] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 ite FAT partition E. Export FAT [ 5.304623] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 partition U. Update using update[ 5.318033] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 *.bin file on FAT partition M. U[ 5.331508] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 pdate using update*.bin file on F[ 5.345001] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 AT partition of second MMC port D. dmesg / kernel printk ring buffer. Q. quit Choose: 10 / Charge: 89% [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 10 / Charge: 89% [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 10 / Charge: 89% [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 10 / Charge: 89% [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 10 / Charge: 89% [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 10 / Charge: 89% [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 10 / Charge: 89% [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 10 / Charge: 89% [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 10 / Charge: 89% [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 partiti[ 5.694429] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 on M. Update using update*.bin f[ 5.708238] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 ile on FAT partition of second MMC port D. dmesg / kernel print[ 5.724202] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 k ring buffer. Q. quit Choose: [ 5.737518] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 10 / Charge: 89% [#####################################################:::::] Menu == == 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 10 / Charge: 89% [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 10 / Charge: 89% [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 10 / Charge: 89% [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 10 [ 5.901014] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 / Charge: 89% [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: [ 6.915383] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [ 7.927487] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 7 |[ 8.940979] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [ 9.954363] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [ 10.970350] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [ 11.982449] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 4 \U [ 12.750943] DEBUG:diskutil.c:444:get_disk_info():real C:53760 H:4 S:16 [ 12.757851] DEBUG:diskutil.c:456:get_disk_info():calc C:99776 H:4 S:16 C4J9=▒drKEthl.c:630:dump_part():Partition p4: PuTTY[ 12.830800] INFO:mount.c:162:losetup_fat():Setup loop device /dev/loop0 for /dev/mmcblk0p4 + 8192 ▒L&▒ʲ▒▒▒▒DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: [ 14.709198] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [ 15.721297] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 8 \ Unknown option 'P' ▒▒r▒▒▒▒▒▒▒DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 1[ 17.727890] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 9 - [ 17.869566] DEBUG:diskutil.c:444:get_disk_info():real C:53760 H:4 S:16 [ 17.876494] DEBUG:diskutil.c:456:get_disk_info():calc C:99776 H:4 S:16 N ▒I▒=▒diskutil.c:630:dump_part():Partition p3: [ 17.944389] INFO:diskutil.c:630:dump_part():Partition p4: [ 17.949978] INFO:mount.c:162:losetup_fat():Setup loop device /dev/loop0 for /dev/mmcblk0p4 + 8192 ▒▒r�▒�▒▒DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 1[ 19.823481] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 9 - [ 19.980551] DEBUG:diskutil.c:444:get_disk_info():real C:53760 H:4 S:16 [ 19.987478] DEBUG:diskutil.c:456:get_disk_info():calc C:99776 H:4 S:16 0 GINFO:diskutil.c:630:dump_part():Partition p4: [ 20.060742] INFO:mount.c:162:losetup_fat():Setup loop device /dev/loop0 for /dev/mmcblk0p4 + 8192 ▒.921085] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 10 /u [ 21.535253] DEBUG:diskutil.c:444:get_disk_info():real C:53760 H:4 S:16 [ 21.542131] DEBUG:diskutil.c:456:get_disk_info():calc C:99776 H:4 S:16 0▒▒R▒=▒diskutil.c:630:dump_part():Partition p3: [ 21.610335] INFO:diskutil.c:630:dump_part():Partition p4: [ 21.615942] INFO:mount.c:162:losetup_fat():Setup loop device /dev/loop0 for /dev/mmcblk0p4 + 8192 ▒2.479193] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 10 /u [ 23.217045] DEBUG:diskutil.c:444:get_disk_info():real C:53760 H:4 S:16 [ 23.223921] DEBUG:diskutil.c:456:get_disk_info():calc C:99776 H:4 S:16 ▒0 ▒INFO:diskutil.c:630:dump_part():Partition p3: [ 23.292149] INFO:diskutil.c:630:dump_part():Partition p4: [ 23.297758] INFO:mount.c:162:losetup_fat():Setup loop device /dev/loop0 for /dev/mmcblk0p4 + 8192 #▒r▒▒▒ʂ▒▒DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 1[ 25.172547] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [ 26.184647] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [ 27.196746] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 7 |u [ 27.959304] DEBUG:diskutil.c:444:get_disk_info():real C:53760 H:4 S:16 [ 27.966432] DEBUG:diskutil.c:456:get_disk_info():calc C:99776 H:4 S:16 02▒▒INFO:diskutil.c:630:dump_part():Partition p4: [ 28.042880] INFO:mount.c:162:losetup_fat():Setup loop device /dev/loop0 for /dev/mmcblk0p4 + 8192 ▒▒rʂ▒ʪ▒▒DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 10 /u [ 29.510576] DEBUG:diskutil.c:444:get_disk_info():real C:53760 H:4 S:16 [ 29.517488] DEBUG:diskutil.c:456:get_disk_info():calc C:99776 H:4 S:16 ▒ ▒J9=▒dsKE`il.c:630:dump_part():Partition p4: PuTTY[ 29.590793] INFO:mount.c:162:losetup_fat():Setup loop device /dev/loop0 for /dev/mmcblk0p4 + 8192 ▒ r▒▒▒▒�▒DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 1[ 31.463982] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 9 -U Unknown option 'P' 0 I▒▒▒▒▒▒DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: [ 34.283233] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [ 35.295325] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 8[ 36.307427] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 7 | Charge: 89% [###################[ 36.361462] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 ##################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: [ 37.378843] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [ 38.390996] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 8 \ [ 38.671647] DEBUG:diskutil.c:444:get_disk_info():real C:53760 H:4 S:16 [ 38.678583] DEBUG:diskutil.c:456:get_disk_info():calc C:99776 H:4 S:16 68▒▒I▒=▒diskutil.c:630:dump_part():Partition p4: [ 38.751874] INFO:mount.c:162:losetup_fat():Setup loop device /dev/loop0 for /dev/mmcblk0p4 + 8192 ▒▒r611570] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 1[ 40.624223] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [ 41.639068] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 8 \U Charge: 89% [###################[ 42.297009] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 ##################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 1[ 43.311540] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 9 -U Charge: 89% [ 43.864190] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 1[ 44.881096] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 8 -U Charge: 89% [###################[ 45.183932] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 ##################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: [ 46.201320] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [ 47.213429] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 8 \ [ 47.454774] DEBUG:diskutil.c:444:get_disk_info():real C:53760 H:4 S:16 [ 47.461663] DEBUG:diskutil.c:456:get_disk_info():calc C:99776 H:4 S:16 C▒INFO:diskutil.c:630:dump_part():Partition p3: [ 47.529859] INFO:diskutil.c:630:dump_part():Partition p4: [ 47.535466] INFO:mount.c:162:losetup_fat():Setup loop device /dev/loop0 for /dev/mmcblk0p4 + 8192 ▒▒r93046] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 10[ 49.408524] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 9 -u [ 50.214424] DEBUG:diskutil.c:444:get_disk_info():real C:53760 H:4 S:16 [ 50.221260] DEBUG:diskutil.c:456:get_disk_info():calc C:99776 H:4 S:16 WR▒=▒diskutil.c:630:dump_part():Partition p4: [ 50.294585] INFO:mount.c:162:losetup_fat():Setup loop device /dev/loop0 for /dev/mmcblk0p4 + 8192 .152670] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [################################[ 51.164267] DEBUG:diskutil.c:444:get_disk_info():real C:53760 H:4 S:16 #####################:::::] Menu ==== 3. Load MMC over US[ 51.176379] DEBUG:diskutil.c:456:get_disk_info():calc C:99776 H:4 S:16 B storage 4. Erase MMC I. Initialize Partiti`` @ harnel printk ring [ 51.247088] INFO:diskutil.c:630:dump_part():Partition p2: buffer. Q. quit Choose: 10 / [ 51.255344] INFO:diskutil.c:630:dump_part():Partition p3: u[ 51.263559] INFO:diskutil.c:630:dump_part():Partition p4: [ 51.269410] INFO:mount.c:162:losetup_fat():Setup loop device /dev/loop0 for /dev/mmcblk0p4 + 8192 M&)▒▒▒▒▒▒DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [################################[ 52.142187] DEBUG:diskutil.c:444:get_disk_info():real C:53760 H:4 S:16 #####################:::::] [ 52.151494] DEBUG:diskutil.c:456:get_disk_info():calc C:99776 H:4 S:16 Menu ==== 3. Load MMC over USB storage 4. E▒z▒▒▒▒▒▒▒MMC port[ 52.222231] INFO:diskutil.c:630:dump_part():Partition p2: D. dmesg / kernel printk ring b[ 52.230465] INFO:diskutil.c:630:dump_part():Partition p3: uffer. Q. quit Choose: 10 / [ 52.238719] INFO:diskutil.c:630:dump_part():Partition p4: [ 52.247153] INFO:mount.c:162:losetup_fat():Setup loop device /dev/loop0 for /dev/mmcblk0p4 + 8192 +M▒▒ʺ▒▒▒DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [################################[ 53.121372] DEBUG:diskutil.c:444:get_disk_info():real C:53760 H:4 S:16 #####################:::::] Menu ==== 3. Load MMC over US[ 53.133483] DEBUG:diskutil.c:456:get_disk_info():calc C:99776 H:4 S:16 B storage 4. Erase MMC I. Initialize PartitiozZY.▒▒▒printk ring [ 53.204202] INFO:diskutil.c:630:dump_part():Partition p2: buffer. Q. quit Choose: 10 / [ 53.212433] INFO:diskutil.c:630:dump_part():Partition p3: u[ 53.220679] INFO:diskutil.c:630:dump_part():Partition p4: [ 53.226533] INFO:mount.c:162:losetup_fat():Setup loop device /dev/loop0 for /dev/mmcblk0p4 + 8192 r▒▒ʢ▒▒▒DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [################################[ 54.101073] DEBUG:diskutil.c:444:get_disk_info():real C:53760 H:4 S:16 #####################:::::] Menu ==== 3. Load MMC over US[ 54.113177] DEBUG:diskutil.c:456:get_disk_info():calc C:99776 H:4 S:16 B storage 4. Erase MMC I. Initialize Partit ▒▒▒@zZY.▒▒▒printk ring [ 54.183894] INFO:diskutil.c:630:dump_part():Partition p2: buffer. Q. quit Choose: 10 / [ 54.192127] INFO:diskutil.c:630:dump_part():Partition p3: u[ 54.200374] INFO:diskutil.c:630:dump_part():Partition p4: [ 54.206227] INFO:mount.c:162:losetup_fat():Setup loop device /dev/loop0 for /dev/mmcblk0p4 + 8192 ▒(.069357] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [################################[ 55.080956] DEBUG:diskutil.c:444:get_disk_info():real C:53760 H:4 S:16 #####################:::::] Menu ==== 3. Load MMC over US[ 55.093026] DEBUG:diskutil.c:456:get_disk_info():calc C:99776 H:4 S:16 B storage 4. Erase MMC I. Initialize Partiti▒@ Zernel printk ring [ 55.163774] INFO:diskutil.c:630:dump_part():Partition p2: buffer. Q. quit Choose: 10 / [ 55.172032] INFO:diskutil.c:630:dump_part():Partition p3: u[ 55.180257] INFO:diskutil.c:630:dump_part():Partition p4: [ 55.186109] INFO:mount.c:162:losetup_fat():Setup loop device /dev/loop0 for /dev/mmcblk0p4 + 8192 M▒ ▒ʒ�▒DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 10 /uuuu [ 56.925097] DEBUG:diskutil.c:444:get_disk_info():real C:53760 H:4 S:16 [ 56.931881] DEBUG:diskutil.c:456:get_disk_info():calc C:99776 H:4 S:16 8 NFO:diskutil.c:630:dump_part():Partition p3: [ 57.000105] INFO:diskutil.c:630:dump_part():Partition p4: [ 57.005717] INFO:mount.c:162:losetup_fat():Setup loop device /dev/loop0 for /dev/mmcblk0p4 + 8192 ▒▒▒r863166] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 1[ 58.878638] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 8 - [ 58.977085] DEBUG:diskutil.c:444:get_disk_info():real C:53760 H:4 S:16 [ 58.983971] DEBUG:diskutil.c:456:get_disk_info():calc C:99776 H:4 S:16 6Г▒ INFO:diskutil.c:630:dump_part():Partition p3: [ 59.052179] INFO:diskutil.c:630:dump_part():Partition p4: [ 59.057787] INFO:mount.c:162:losetup_fat():Setup loop device /dev/loop0 for /dev/mmcblk0p4 + 8192 *9)▒▒▒▒▒▒DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: 10 /u [ 60.300461] DEBUG:diskutil.c:444:get_disk_info():real C:53760 H:4 S:16 [ 60.307386] DEBUG:diskutil.c:456:get_disk_info():calc C:99776 H:4 S:16 1]B▒=▒diskutil.c:630:dump_part():Partition p4: [ 60.380751] INFO:mount.c:162:losetup_fat():Setup loop device /dev/loop0 for /dev/mmcblk0p4 + 8192 ▒▒▒r▒▒▒▒▒▒▒DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [#####################################################:::::] Menu ==== 3. Load MMC over USB storage 4. Erase MMC 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 D. dmesg / kernel printk ring buffer. Q. quit Choose: [ 62.253865] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [ 63.268778] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [ 64.280880] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [ 65.292985] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 5 -[ 66.306396] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [ 67.319753] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [ 68.332876] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [ 69.345871] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 [ 70.358802] DEBUG:keypad.c:105:keypad_set():keypad_set():keypad_fd=-1 biggest_fd=0x7ece0914 biggest_fd=0 s=0x7ece0968 1 -[ 71.371496] DEBUG:readkey.c:121:read_key():Timeout Menu timeout [ 71.377436] fsg_unbind:3175 [ 71.380773] send_offline_uevent:407 fsg_ 0x0 unsafe 1 recovery_mode:1 [ 71.391690] usb_gadget_state_work: gadget state: not attached [ 71.397589] INFO:gadget.c:214:storage_shutdown():storage_shutdown: done with g_mass_storage [ 71.406104] INFO:gadget.c:214:storage_shutdown():storage_shutdown: done with libcomposite info system:sy00:: ▒▒▒00.13:sy50: r▒▒▒▒▒▒73160: info hardware:no_wan::WiFi only device. No WAN found @▒ ▒▒▒▒platform=heisenberg,board=eanab,rev=17,proto=Y,wifi=Y,wan=N: ▒▒▒m▒70]: E def:open::Failed to open LIPC lipc-send-event[370]: E def:fail:source=com.lab126.hal, event=usbPlugIn:Sending event failed lipc-send-event[375]: E lipc:con::Connection error(Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory) lipc-send-event[375]: C def:dbusi::Failed to init dbus lipc-send-event[375]: E def:open::Failed to open LIPC lipc-send-event[375]: E def:fail:source=com.lab126.hal, event=usbPlugIn:Sending event failed ▒▒04.44:sy99: ▒ ▒▒time=74470: ▒▒input: zforce2 as /devices/platform/zforce2.0/input/input0 A `_mass_storage gadget: userspace failed to provide iSerialNumber ▒▒g_mass_storage gadget: g_mass_storage ready Anyways, I have posted this log once before, and it's pretty weird that the message didn't show up. Yes it's something I have experienced on this site. Multiple messages one after the other don't appear for some reason, at least for me. Other than that, I found the problem why pressing U wasn't doing anything. For one, there was no update.bin file present inside the kindle. I thought it gets deleted only during the time it checks for the update after pressing the update button in the menu. Unfortunately, kindle is deleting the update.bin every time the device restarts or even when I plug the usb cable out and plug it back in. Is there anything I could do to make it not delete? I can't see any other way to downgrade. And bergfux hasn't been active after his last post either. I tried using the folder update.bin.tmp.partial in hopes of it preventing kindle from deleting the file, without any success. Is there anything I could do so that the file isn't deleted? I never thought the amazon would prove to be such a hassle and pain in the ass like apple. |
02-09-2020, 12:35 PM | #14 |
BLAM!
Posts: 13,497
Karma: 26047188
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
@Raex-D: New account, some type of content gets put in the moderation queue automatically. You do get a warning about it on post.
(I've approved both of yours, hence why they now magically show up in the order they've been posted). |
02-09-2020, 12:39 PM | #15 |
BLAM!
Posts: 13,497
Karma: 26047188
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
I don't actually see anything about a package getting deleted in the logs (and there is, when the update checks rejects one).
Until I see one of those, I'm assuming you're putting it in the wrong place, or the storage is failing. ---- Sidebar: you're booting in diags, the FW version has no bearings on that, it's baked in at factory time. It's entirely possible you're running a far newer diags build than whatever documentation you're following, which may be pissing on your parade. |
Tags |
android, debrick, kt3, magickey, pcb, usb download mode |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
K4 Kindle 4 serial port problem | hanalee | Kindle Developer's Corner | 2 | 12-08-2018 01:32 PM |
Kindle Voyage won't boot, could serial port help me? | Worthing | Kindle Developer's Corner | 6 | 02-28-2017 07:58 PM |
PW1 lost PADs for serial port, but found signals near USB port | uniqdom | Kindle Developer's Corner | 1 | 04-29-2015 09:45 AM |
[Kindle Touch] Boot over USB HID serial / "USB downloader" mode | eureka | Kindle Developer's Corner | 16 | 02-25-2012 11:21 PM |
Connect Kindle 1 with TTL, can't boot.pls Help | michaelyzy | Kindle Developer's Corner | 0 | 05-12-2010 03:25 AM |