View Single Post
Old 06-07-2013, 03:32 PM   #3
giorgio130
Time Waster
giorgio130 ought to be getting tired of karma fortunes by now.giorgio130 ought to be getting tired of karma fortunes by now.giorgio130 ought to be getting tired of karma fortunes by now.giorgio130 ought to be getting tired of karma fortunes by now.giorgio130 ought to be getting tired of karma fortunes by now.giorgio130 ought to be getting tired of karma fortunes by now.giorgio130 ought to be getting tired of karma fortunes by now.giorgio130 ought to be getting tired of karma fortunes by now.giorgio130 ought to be getting tired of karma fortunes by now.giorgio130 ought to be getting tired of karma fortunes by now.giorgio130 ought to be getting tired of karma fortunes by now.
 
Posts: 422
Karma: 289160
Join Date: May 2011
Device: Kobo Glo and Aura HD
A better idea: download the firmware version you're currently running (see here https://www.mobileread.com/forums/sho...d.php?t=185660 )
extract it and find u-boot and kernel image (called uImage)
then dd those to your sd card with these offsets:

dd if=$UBOOT of=/dev/$DEVICE bs=1K seek=1 skip=1
dd if=$KERNEL of=/dev/$DEVICE bs=512 seek=2048

(taken from the upgrade script in our kobos)
giorgio130 is offline   Reply With Quote