Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
However, there are still 8 bytes unknown (offset 24-31) which means that a IUS build using my app MIGHT fail to load.
iuw (InfoTM Update Wrap tools)
[LIST]
[*]reginfo
[*]print register information
[*]Bad magic number
[*]Bad header crc
[*]Bad data crc
[*]Bad image type
[*]Empty Script
[*]Wrong image format for "source" command
[/LIST]
4. Image entries have a simple structure:
- Start marker (constant)
- Image type
- First block in the image (multiply this value by 512 to find the image start position from the start of the file)
- Image size in blocks (multiply this value by 512 to find the size of the image in bytes)
Code:[FONT=lucida console] -------------------- 0 | | | Start marker | 4 bytes, constant value: 57 75 49 00 3 | | |------------------| 4 | | | Image type | 4 bytes, integer: 00 00 00 00 --> 0 --> U0 (0=U0, 1=UBOOT , 2=RD, 4=LK, 7=ADR_USER, 9=ADR_AS) 7 | | |------------------| 8 | | |Image start | 4 bytes, integer: 01 00 00 00 --> 1 --> 512 (multiply by 512) 11 | | |------------------| 12 | | | Image size | 4 bytes, integer: EC 01 00 00 --> 492 --> 251904 (multiply by 512) --> 246 kb 15 | | -------------------- [/FONT]
00 U0
01 UBOOT
02 RD
03 RD_
04 LK
05 NK
06 ADR_SYS
07 ADR_USER
08 ADR_NDISK
09 ADR_AS
10 wwe10d
11 wwe8c
12 p7901a
13 p0702
14 generic
0x0a ICK
0x0b ENV
0x0c LK_XIP
0x0d RD_XIP
0x0e IMG_XIP
0x0f UNDEF
Here is a link I used recently for another project, calculates CRC using some common equations. The link also has some good into info on CRC calculation:
On-line CRC calculation and free library
If you can identify the data that belongs to the check bits/bytes and run it through a few of the common calculations, that would be a great place to start.
Header CRC32 do not match!!
Data CRC32 do not match!!
Getting recovery image ... 0:1 zSYS.img Recovery failed due to no available image is found.
Try to recover from SD card.
Forgive me if some of what follows isn't up to speed with your efforts, I haven't been following too closely. I'm not sure what insights I could offer in zSYS.img that you guys haven't already discovered. However, I will ask:
Have you downloaded this file: Deposit Files
Mentioned here: http://bit.ly/mJE8gb
Inside, you'll find a version of zSYS.img for another device, which is some sort of a start I guess. In that file, you'll see the text "system.img.tmp" at the top. The zSYS.img file is about 76MB for that device.
Now, you seem to have already concluded that mtd2 is the recovery partition (resv). Have you dumped it with 'cat /dev/block/mtdblock2 > ./resv.img' or some such command yet, and examined it at all? Would you like a copy of mine (I have no idea what I'm looking at anyway)?