News:

I have updated the spam detection on registrations, and as such I am enabling new users.  If we have spam, I will change it back to by approval.

Main Menu

working busybox

Started by sbingner, June 21, 2005, 09:39:22 AM

Previous topic - Next topic

0 Members and 3 Guests are viewing this topic.

sbingner

You can get my working busybox from http://www.phathack.com/busybox.bz2 then use the following to start it on the serial port

/dos/busybox mv /bin/busybox /bin/busybox-old
/dos/busybox ln -s /dos/busybox /bin/busybox
/bin/busybox --install -s
(sh < /dev/ttyS0 > /dev/ttyS0 2> /dev/ttyS0 &)