empeg files
Some stripped down utilities for the empeg:
- base.tar.gz: binaries, libraries, etc. to get
ping
,rsync
, etc. working. - configs.tar.gz: my configuration files; use them as examples.
To install them, use ZModem transfer in minicom:
- Press Ctrl+C to quit the player.
- Re-mount the disks read/write:
rw ; rwm
cd /drive0
- In minicom,
Ctrl+A
,S
, selectzmodem
. - Browse to the file to send: To enter a directory, press
Space
twice. To select a file, pressSpace
once. PressEnter
to start the upload. cd /
tar xfz /drive0/base.tar.gz
, for example.- Re-mount the disks read-only:
ro ; rom
. This might not work (mount: / is busy
); in that case, pressCtrl+D
to return to the player and thenCtrl+C
to quit the player. The player will re-mount the disks read-only when it quits.