View Single Post
Old 06-07-2013, 06:19 PM   #6
nikiml
Junior Member
nikiml began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jun 2013
Device: kobo glo, kindle 3, sony
Quote:
Originally Posted by giorgio130 View Post
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
ok. so I dd'ed those two files out of the beginning of the sd card and compared them to the u-boot.bin and uImage I found in:

recoveryfs:/upgrade/ntx508/

and they were identical.
nikiml is offline   Reply With Quote