View Single Post
Old 07-23-2020, 09:06 AM   #1
suppl
Junior Member
suppl began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jul 2020
Device: KT2 (but broken ;)
Question Bad Data CRC can't get kernel image

Hi, I'm new. I have read for the past few days.
I've got a defective Kindle (7th Gen) (WP63GW) (KT2, I believe?) from my mom, so no one has tampered with it before me.

I have soldered wires to the serial port and got it running to this point:

U-Boot Dump:
Code:
HW


U-Boot 2009.08-lab126 (Jun 29 2019 - 10:27:24)

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

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

Hit any key to stop autoboot:  0 
## Booting kernel from Legacy Image at 80800000 ...
   Image Name:   Linux-3.0.35-lab126
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3047928 Bytes =  2.9 MB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... Bad Data CRC
ERROR: can't get kernel image!
uboot >
(It seems like the firmware is newer than Jun 29 2019, which version would that be?)

If i try booting into diag with "bootm 0xE41000" i get the same error.
I have also tried deactivating the verification with "setenv verify no", but then it just says "starting kernel" and does nothing else.

"bist fastboot" seems to set it to fastboot and dmesg under ubuntu shows me the following:
Code:
[13811.193755] usb 1-4.4: new high-speed USB device number 22 using ehci-pci
[13811.314705] usb 1-4.4: New USB device found, idVendor=1949, idProduct=d0e0
[13811.314710] usb 1-4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[13811.314713] usb 1-4.4: Product: Kindle
[13811.314716] usb 1-4.4: Manufacturer: Amazon
[13811.314719] usb 1-4.4: SerialNumber: 062060___
but it doesnt show up as a fastboot device.
It also does not show up in files, so i cant put update files on the device

Any help would be appreciated, but i suspect that the storage chip has failed. (or is this the version of uboot with a faulty crc calculation?)

As you might tell, i am no expert with uboot

Thanks
---
suppl
suppl is offline   Reply With Quote