Author Topic: working busybox  (Read 5152 times)

0 Members and 1 Guest are viewing this topic.

Offline sbingner

  • Administrator
  • Veteran.
  • *****
  • Posts: 1301
working busybox
« on: June 21, 2005, 08: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

Code: [Select]

/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 &)