View Single Post
Old 09-01-2006, 02:45 PM   #7
doctorow
Guru
doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.
 
doctorow's Avatar
 
Posts: 914
Karma: 3410461
Join Date: May 2004
Device: Kindle Touch
After the upgraded filesystem has been downloaded via iDS, it is flashed to the iLiad like this:

Code:
gunzip -t /var/update.image.gz && zcat /var/update.image.gz | dd of=/dev/tffsa1 bs=1k
You can the upgrade procedure in /usr/bin/do_updates.sh.

So basically, with some kind of a prepared http link as described here, you might flash your iLiad with any file, right?
doctorow is offline   Reply With Quote