Hi knc1, thanks for your fast response,
Quote:
Originally Posted by knc1
And you do that using the commands in the kernel's initramfs (u-image) system.
Just keep on following the steps in the order described in the thread you linked to.
|
I actually tried to do exactly what you explain in the nice thead linked before, following the post #13 I got the
uImage file from the
imx60_wario directory after unpacking the last update file
update_kindle_all_new_paperwhite_5.9.5.1.bin with the
kindletool,
Code:
testsrvpc:~/Kindle/Update # ls -1
CREDITS
ChangeLog
README
VERSION
fastboot
imx60_wario
kindletool
kindletool-v1.6.5-linux-i686.tar.gz
kindletool.1
rootfs.img
rootfs.img.gz.sig
uImage
update-payload.dat
update-payload.dat.sig
update_kindle_all_new_paperwhite_5.9.5.1.bin
testsrvpc:~/Kindle/Update #
And flashed it to the
kernel partition with the command showed in the post #16:
Code:
testsrvpc:~/Kindle/Update # ./fastboot flash kernel uImage
downloading 'kernel'...
OKAY [ 0.092s]
writing 'kernel'...
OKAY [ 0.137s]
finished. total time: 0.229s
testsrvpc:~/Kindle/Update #
In the
minicom interface I got the next log output:
Code:
BOOTMODE OVERRIDE: DIAGS
Battery voltage: 4005 mV
running cmd: fastboot
Entering fastboot mode...
USB speed: HIGH
Connected to USB host!
USB speed: HIGH
Connected to USB host!
USB speed: HIGH
Connected to USB host!
downloading
done
flashing kernel to MMC1, partition 0
done.
Battery voltage: 4003 mV
After that I executed the command
./fastboot reboot but the device never rebooted by its own, I must unplug the USB cable and plug it again, after that the device access again to the uboot promp, not to the recovery menu like MAD mention in post #17.
Code:
DRAM: 512 MB
Using default environment
In: serial
Out: serial
Err: serial
Quick Memory Test 0x80000000, 0x1fff0000
POST done in 111 ms
BOOTMODE OVERRIDE: DIAGS
Battery voltage: 4003 mV
Hit any key to stop autoboot: 0
Wrong Image Format for bootm command
ERROR: can't get kernel image!
uboot >