LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Embedded & Single-board computer (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/)
-   -   What is HIT archive data (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/what-is-hit-archive-data-4175438212/)

chinabenjamin66 11-21-2012 08:31 PM

What is HIT archive data
 
Hello friends,

After a firmware package was unpacked, it contains those image files:

Code:

root@gpl-vm:/GPL/PX-8600/firmware# find ./* -maxdepth 1 -exec file {} \+
./rec:                      directory
./rec/recovery:              data
./storage:                  directory
./storage/storage_ubi.img:  HIT archive data
./system:                    directory
./system/system_ubi.img:    HIT archive data
./userdata:                  directory
./userdata/userdata_ubi.img: HIT archive data
./zimage:                    directory
./zimage/zImage:            data
root@gpl-vm:/GPL/PX-8600/firmware#


unSpawn 11-22-2012 06:22 AM

'file' ('man file') uses magic ('man magic'). Magic files and file documentation can be grepped but none show me any clues wrt UB HIT. I suggest you get the source and grep that for clues or contact the maintainer or post the location of the PX-8600 firmware package so members can inspect it themselves.


All times are GMT -5. The time now is 07:52 PM.