Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#200249 - 24/01/2004 16:48 Upgrader-0.8
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14484
Loc: Canada
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


Attachments
198759-upgrader-0.8.tgz (165 downloads)


Top
#200250 - 24/01/2004 16:50 Re: Upgrader-0.8 [Re: mlord]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14484
Loc: Canada
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


Top
#200251 - 26/01/2004 18:44 Re: Upgrader-0.8 [Re: mlord]
Mataglap
enthusiast

Registered: 11/06/2003
Posts: 384
And here's a cygwin compile in case anyone wants it.

--Nathan


Attachments
199075-upgrader-0.8-cygwin.zip (146 downloads)


Top
#200252 - 03/02/2004 08:21 Re: Upgrader-0.8 [Re: Mataglap]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14484
Loc: Canada
Do you also have ncftpput and gunzip binaries for this?
Never mind: found them from an earlier posting

-ml


Edited by mlord (03/02/2004 08:25)

Top