Rcp, Rsh, Rlogin, Top, Vmstat


juanisan

Still Fresh
Joined
May 3, 2006
Messages
19
On my F100 I use the r commands because its a private network and the commands are tiny in size.

http://mrlinux.homelinux.com/gp2x/gp2x-rcommands.tar


I also use vmstat and top ( I ported ncurses too ) to determine if I can lower the CPU usage for certain apps from Gmenu and save battery life.

http://mrlinux.homelinux.com/gp2x/gp2x-vmstat.tar

http://mrlinux.homelinux.com/gp2x/gp2x-top.tar

The 'top' requires that you add a line to your /etc/profile on your GP2x

export TERMINFO=/usr/share/terminfo
 
I assume these only work with Open2X then?

Do you have source for these so I can recompile on regular GPH Linux?

EDIT: Actually I've just installed busybox 1.8.2 - which is excellent. Has pretty much everything anyone would want from a Unix-like environment including 'top'.
 
I assume these only work with Open2X then?

Do you have source for these so I can recompile on regular GPH Linux?
I just used the Slackware source. I havent used Open2x yet. I'd like to but when I get my hands on another machine to experiment with. I am pretty much sticking with the GPH stuff.
http://carroll.cac.psu.edu/pub/linux/distr...ource/a/procps/
http://carroll.cac.psu.edu/pub/linux/distr...urce/l/ncurses/
http://carroll.cac.psu.edu/pub/linux/distr...e/n/netkit-rsh/

I used the gcc tools mentioned on the GP2X dev wiki. I tried getting the GPH version for kernel work but their site ( svn.gp2x.com ) appears to have disappeared.

http://wiki.gp2x.org/wiki/Setting_up_a_dev...ronment_(Linux)

Whoops. I lied. After researching these links it appears I used the Open2X tool chain on that page. But it runs fine on my 2.1.1 firmware.

If you have the GPH cross compiler, I'd like to get my hands on that since it is no longer available from GPH.
 
Last edited by a moderator:
Back
Top