PhatHack

The Hacking Hoedown => PhatBox Hacking => Topic started by: sbingner on June 21, 2005, 09:39:22 AM

Title: working busybox
Post by: sbingner on June 21, 2005, 09:39:22 AM
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 &)