Quote:
Originally Posted by knc1
Read the battery report line -
Stop screwing with the Kindle -
Plug it into a wall charger until the battery recharges (should read: 4200 mV that is: 4.2 volt)
|
The device is not charging, I tried with diferent cables, plugged into the wall and USB but nothing help. The last 5 hours I leaved the device charging with the wall charger, but now the battery charge remains the same as before:
Code:
Battery voltage: 4005 mV
Battery voltage: 4004 mV
Battery voltage: 4006 mV
Quote:
Originally Posted by NiLuJe
Correct me if I'm wrong, but isn't fastboot's "kernel" target the kernel for *main* and not diags?
|
Hi
NiLuJe, I think you are correct, I changed the command as following:
Code:
testsrvpc:~/Kindle/Update # ./fastboot flash diags_kernel uImage
downloading 'diags_kernel'...
OKAY [ 0.092s]
writing 'diags_kernel'...
OKAY [ 0.144s]
finished. total time: 0.236s
testsrvpc:~/Kindle/Update #
Now the kernel starts, but I'm unable to access to the
recovery menú, I'm trying to press the ENTER button in the correct moment but nothing happends:
Code:
Hit any key to stop autoboot: 0
## Booting kernel from Legacy Image at 80800000 ...
Image Name: Linux-3.0.35-lab126
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2952692 Bytes = 2.8 MB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
[ 0.096547] No Legacy reboot reason code to print
[ 0.280266] LPDDR2 MfgId: 0x1 [Samsung]
[ 0.284427]
[ 0.284430] just text: vaddr c0131fdc, va 0xc0131200 pa 0x801000c3 attr 0x6
[ 0.292720]
[ 0.292722] nmx6sl_wfi_iram: vaddr e084e000, va 0xe084e200 pa 0x904043 attr 0x2
[ 0.305742]
[ 0.305745] mx6sl_ddr: vaddr e0856000, va 0xe0856200 pa 0x905043 attr 0x2
[ 0.314057]
[ 0.314059] mx6sl_iomux: vaddr f40e0000, va 0xf40e0200 pa 0x20110c3 attr 0x149
[ 0.322789]
[ 0.322791] ANATOP: vaddr f40c8000, va 0xf40c8200 pa 0x20110c3 attr 0x149
[ 0.331091]
[ 0.331093] CCM: vaddr f40c4000, va 0xf40c4200 pa 0x20110c3 attr 0x149
[ 0.339218]
[ 0.339220] MMDC_P0: vaddr f41b0000, va 0xf41b0200 pa 0x21110c3 attr 0x149
[ 0.349642]
[ 0.349644] L2: vaddr f2a02000, va 0xf2a02200 pa 0xa02043 attr 0x149
[ 0.363544]
[ 0.363546] arm perif: vaddr f2a00000, va 0xf2a00200 pa 0xa00043 attr 0x149
DEBUG:recovery-util.c:1680:setup_[ 0.496082] FAT-fs (loop1): bogus number of reserved sectors
die_signals():Installed signal handlers.
3.0.35-lab126 #2 PREEMPT Thu Apr 19 09:48:57 PDT 2018 armv7l
[ 1.527688] imx_epdc_fb imx_epdc_fb: Failed to load fw! (err -2) Trying fallback fw
[ 1.573034] panel_get_upd_modes: Unknown waveform mode. Using MODE_07!
Press [ENTER] for recovery menu... 0 /[ 4.398310] FAT-fs (loop0): bogus number of reserved sectors
BOOTING DEFAULT.
IP-Config: no devices to configure
kinit: Unable to mount root fs on device dev(179,1)
kinit: init not found!
I'll continue trying..