Quote:
Originally Posted by ericshliao
In reflash image file realeased by iRex, there are three file: zImage, initrd, and app. What is the format of "app.image"?
|
app.image is a disk image for the root file system, created like this:
Code:
dd if=/dev/tffsaX of=app.image
There is a similar thread over
here.