I have tried to take a DVICO M6600 firmware (tvix_6600_2.0.3_A3.fwp) dump and re create it.
the dump part seems to work fine, I got a folder titled tvix_6600_2.0.3_A3.fwp.dump with 6 files using the runline:
./tvixfw.exe --dump tvix_6600_2.0.3_A3.fwp
then I attempted to re-create the same firmware using the runline:
../tvixfw.exe --create 0.fwp.header
What I got is a Segmentation fault (core dumped) with the following stack:
- Code: Select all
Exception: STATUS_ACCESS_VIOLATION at eip=004021B9
eax=00000000 ebx=6120E467 ecx=61024000 edx=00013E00 esi=6120E472 edi=00000000
ebp=0022CD68 esp=0022CC20 program=C:\installs\tvix\tvixfw05alpha\bin\tvixfw.exe, pid 6044, thread main
cs=001B ds=0023 es=0023 fs=003B gs=0000 ss=0023
Stack trace:
Frame Function Args
0022CD68 004021B9 (0022D008, 00000002, 611A0CCE, 61006DDA)
0022CDA8 61006DDA (00000000, 0022CDE0, 610066E0, 7FFDF000)
End of stack trace
Am I doing something wrong?
Thanks
ak
PS - A little background, I am trying to customize my tvix M6600 firmware by adding sitemap xml internet TV channels, which seems to be accessible in the 2.fwp.uncompressed1 file, just search 'abcnews' text for example. any recommendations will be appreciated (also with regards to compatible content available on the web)
