Easily! You just need a usb-serial module (or compile it into the kernel).
A usb-serial module will take up much less much space than a
usb-webcam module :)
> Or can on-board serial be adapted to utility use (at 2400 baud) with a
> build which fits in flash?
Yup, but don't forget that the bifferboard's on-board serial port is
only TTL (i.e. 3.3V) levels, so you'll need an adaptor circuit to
connect it to a 'normal' serial port.
See this page for an example:
http://sites.google.com/site/bifferboard/Home/howto/use-bifferboard-as-serial-to-network-adapter
Lurch
I don't see why
http://sites.google.com/site/bifferboard/Home/howto/faster-route-to-kernel--initrd
wouldn't work?
You'd just need to enable your usb-to-serial adaptor in the kernel
config before making the kernel. (run 'make menuconfig' before running
'make')
Lurch