Upgrader-0.8

Posted by: mlord

Upgrader-0.8 - 24/01/2004 16:48

My ethernet upgrader tool has now been updated to include a --extract option to unpack a .upgrade file into it's (gunzip'd) components in the current working directory.

Usage: ./upgrader --extract car2-developer.whatever.upgrade

Afterwards, one can then (on Linux) access the actual would-be empeg filesystem using this:

mkdir t
mount _dev_hda5 t -oloop
cd t
ls

upgrader-0.8.tgz is attached.

Cheers
Posted by: mlord

Re: Upgrader-0.8 - 24/01/2004 16:50

Here's an example of the files from using --extract on the v2final-car2-developer.upgrade image:


-rw-r--r-- 1 root root 16777216 Jan 24 17:47 _dev_hda5
-rw-r--r-- 1 root root 475828 Jan 24 17:47 _proc_empeg_kernel
-rw-r--r-- 1 root root 452 Jan 24 17:47 _proc_flash_0c000
-rw-r--r-- 1 root root 1692 Jan 24 17:47 _proc_flash_0e000
-rw-r--r-- 1 root root 327680 Jan 24 17:47 _proc_flash_b0000

_dev_hda5: Linux rev 1.0 ext2 filesystem data
_proc_empeg_kernel: data
_proc_flash_0c000: data
_proc_flash_0e000: data
_proc_flash_b0000: Linux rev 1.0 ext2 filesystem data

Posted by: Mataglap

Re: Upgrader-0.8 - 26/01/2004 18:44

And here's a cygwin compile in case anyone wants it.

--Nathan
Posted by: mlord

Re: Upgrader-0.8 - 03/02/2004 08:21

Do you also have ncftpput and gunzip binaries for this?
Never mind: found them from an earlier posting

-ml