PDA

View Full Version : CPIO Help


albogado
07-12-2005, 02:03 PM
Hello,
I am following IRONMAN's guide and I'm trying to get tar, ls and other tools on the tivo via telnet using the following method:

cd /var/hack/bin
cpio -idu -H tar < ../devbin-s2.tar

Once I enter the cpio command I get the following error:

cpio: invalid header: invalid checksum

Could someone please help me get the tools I need onto the box? Thanks!


Derek

dave4089
07-12-2005, 02:10 PM
More information is needed.

How did you get the tar file to the tivo?

If you used FTP, did you make sure to transfer in binary mode?

Dave

eastwind
07-12-2005, 02:14 PM
Hello,
I am following IRONMAN's guide and I'm trying to get tar, ls and other tools on the tivo via telnet using the following method:

cd /var/hack/bin
cpio -idu -H tar < ../devbin-s2.tar

Once I enter the cpio command I get the following error:

cpio: invalid header: invalid checksum

Could someone please help me get the tools I need onto the box? Thanks!


Derek
I think guide support questions are supposed to stay in the guide's support thread...

ew

albogado
07-12-2005, 02:39 PM
More information is needed.

How did you get the tar file to the tivo?

If you used FTP, did you make sure to transfer in binary mode?

Dave

I used FTP and I make sure to use BINARY mode. Thanks for the reply