I realize this forum deals with the Sigma chip TViX players and that the TViX HD N1 is a Realtek device.
The firmware for the TViX HD N1 is located at: ftp://ftp.dvico.com/Products/TViX/Firmw ... _1.9.8.zip (inside is the actual file: tvix_N1_1.9.8.fwp )
However the firmware for the TViX HD N1 is in a fwp file format and googling that brought me here to attempt to use the tvixfw-04 program to decode and uncompress the firmware.
I downloaded the TvixFW-04 file from viewtopic.php?f=8&t=115
I had to sudo apt-get install zlib1g-dev because although zlib1g was installed, the program wouldn't make without zlib1g-dev.
Running the command: ./bin/tvixfw --dump /home/user/Desktop/tvix_N1_1.9.8.fwp
- Code: Select all
tvixfw v.0.4. (c) Petter Wahlman, aka BadEIP
TViX-N1/N1100,DViCO
1.9.8 (15/3-2010 01:41)
firmware size: 27836523
fs[1] data: 0x01000000 size: 0x005fae40 name: "disabled1"
fs[2] data: 0x01700000 size: 0x04e45300 name: "disabled2"
decrypting..
uncompressing..
error, zlib_uncompress: -3
data saved in: "./tvix_N1_1.9.8.fwp.dump/"
~/tvixfw/bin$ ldd -v tvixfw
yields:
- Code: Select all
linux-gate.so.1 => (0x00aa5000)
libz.so.1 => /lib/libz.so.1 (0x00ca3000)
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0x00110000)
/lib/ld-linux.so.2 (0x003cd000)
Version information:
./tvixfw:
libc.so.6 (GLIBC_2.4) => /lib/tls/i686/cmov/libc.so.6
libc.so.6 (GLIBC_2.0) => /lib/tls/i686/cmov/libc.so.6
/lib/libz.so.1:
libc.so.6 (GLIBC_2.1.3) => /lib/tls/i686/cmov/libc.so.6
libc.so.6 (GLIBC_2.4) => /lib/tls/i686/cmov/libc.so.6
libc.so.6 (GLIBC_2.1) => /lib/tls/i686/cmov/libc.so.6
libc.so.6 (GLIBC_2.3.4) => /lib/tls/i686/cmov/libc.so.6
libc.so.6 (GLIBC_2.0) => /lib/tls/i686/cmov/libc.so.6
/lib/tls/i686/cmov/libc.so.6:
ld-linux.so.2 (GLIBC_PRIVATE) => /lib/ld-linux.so.2
ld-linux.so.2 (GLIBC_2.3) => /lib/ld-linux.so.2
ld-linux.so.2 (GLIBC_2.1) => /lib/ld-linux.so.2
Have I installed something incorrectly? Is the TViX fwp file some different kind of fwp-beast?
Thanks,
wigout
