Flashmap

I can do when I'm back at home, but if you download the latest firmware for the HD-Fox T2 then that contains the CFE image.
Please do.
I believe they uses different loaders... Based on the version numbers for them anyway. And the HDR one would more closely resemble my BXR one, it's at least the same version series if not the exact version number.
 
Here ya go, I've demuxed the one-line output from the WebIF:

Code:
>>> Beginning diagnostic flashmap
Running: flashmap Name Address + Size
0: rootfs 0x00000000 + 0x01800000 (24.0 MiB)
1: humaxtv_db 0x01800000 + 0x00200000 (2.0 MiB)
2: backup 0x01a00000 + 0x00200000 (2.0 MiB)
3: cfe 0x01c00000 + 0x001a0000 (1.6 MiB)
4: reserve0 0x01da0000 + 0x00060000 (0.4 MiB)
5: vmlinux 0x01e00000 + 0x00200000 (2.0 MiB)
6: physmap-flash.0 0x00000000 + 0x02000000 (32.0 MiB)
>>> Ending diagnostic flashmap
 
Can anyone dump the first 20-30 bytes of sections 0 (rootfs) and 5 (kernel) and paste here?
Code:
pvr# dd if=/dev/mtdblock0 bs=1 count=30 2> /dev/null |hexdump -C
00000000  68 73 71 73 37 07 00 00  00 00 00 00 00 00 00 00  |hsqs7...........|
00000010  00 00 00 00 00 00 00 00  00 00 00 00 03 00        |..............|
0000001e
pvr# dd if=/dev/mtdblock5 bs=1 count=30 2> /dev/null |hexdump -C
00000000  1f 8b 08 08 30 3e f2 4d  02 03 76 6d 6c 69 6e 75  |....0>.M..vmlinu|
00000010  78 00 ec 5a 7f 70 14 d7  7d ff ee de 0f 9d        |x..Z.p..}.....|
0000001e
 
Back
Top