The dockstar.bin file has been renamed to uboot.mtd3.bin. It doesn't need to be installed separately, it gets installed when your run any of my Debian or uBoot install scripts. What USB device are you trying to install to? I have a SD card adapter that doesn't work as a boot device and an old 512Mb flash drive that doesn't work. There are also some external hard drives that dby Jeff - Debian
I've created an install script for the emdebian grip version of squeeze: cd /tmp wget http://jeff.doozan.com/debian/dockstar.emdebian-squeeze.sh chmod +x dockstar.emdebian-squeeze.sh export PATH=$PATH:/usr/sbin:/sbin ./dockstar.emdebian-squeeze.sh The base emdebian install is 182M versus 250M for the normal debian install. -- Jeffby Jeff - Debian
The new installer uses debootstrap to grab the latest debian packages from the official repositories. This is a much more flexible installation method than the previous installer. If you're interested in installing extra packages, or using a different release (sid) or getting the packages from an alternate mirror (emdebian), you there are a few variables at the top of the script that youby Jeff - Debian