View Single Post
Old 05-28-2009, 10:21 AM   #3
Antartica
Evangelist
Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.
 
Antartica's Avatar
 
Posts: 423
Karma: 1517132
Join Date: Jun 2006
Location: Madrid, Spain
Device: quaderno, remarkable2, yotaphone2, prs950, iliad, onhandpc, newton
Quote:
Originally Posted by jgray View Post
None of the local Linux firmware gurus have any suggestions?
Well, the problem is that a "firmware" can be anything; it just have to contain the software for the device. It is the device-specific firmware update program that transforms it to be something meaningful.

In the case of the iliad, the firmware is a compressed image of the system partition of the device.

If you want to investigate the firmware you have, a good starting point is using the "file" command, as in:

Code:
$ file firmwarefile
If you have a reasonably recent linux distro, the file command can recognize a lot of standard compression formats, partitions, filesystem images, etc.

If the firmware is a simple compressed file, you can uncompress it and do a "file" over the results.

Bear in mind that in embedded linux is not uncommon to have the "firmware" be a encrypted zip file, so only the upgrade program can use it, not the user.

Hope that helps.
Antartica is offline   Reply With Quote