Very Strange, due to ^above^, the below errror should not happen..
>
> mount: you must specify the filesystem type
> hikoza@hikoza:~/ubuntu-10.10-r2-minimal-armel$
What Distro version are you running? How often does this occur for
you, every time, 4 out of 5? (it's worked fine for lots of users, but
there a few outliers that it fails on..)
As a last resort, here's the manual instructions, till i'm able to
make this script more bullet proof.. (it won't be till way after
thanksgiving)
http://elinux.org/BeagleBoardUbuntu#Manually_Setup_SD_Card
Regards,
--
Robert Nelson
http://www.rcn-ee.com/
Hi Frisco,
I've spent some time rewriting the 'setup_sdcard.sh' script...
2 questions:
What is the md5sum of the original ubuntu*.tar.7z and then the
extracted ubuntu*.tar files?
What is the exact command line your issuing: "./setup_sdcard.sh ....."
Using the updated setup_sdcard.sh.
First remove the old one..
"rm setup_sdcard.sh"
Download the new one:
wget --no-check-certificate
https://github.com/RobertCNelson/omap-image-builder/raw/master/tools/setup_sdcard.sh
change to executable
chmod a+x setup_sdcard.sh
if/when it fails can you pastebin.com the whole terminal window as
lots of things get dumped to the terminal..
Thanks,
It could be a lot of things, we might be over-stressing the driver for
that particular device, could be a bug in that hardware.. Do you have
any other usb/sd card readers? If it works with a thumb drive, then
you definitely have all the software requirements correct and i would
have expected it to work fine with the reader...
Regards,
Sweet, good to hear it works now..
>Now, the problem is,
> when i wanted to install the full GUI for Lucid ( i used this command
> "sudo aptitude install xfce4 gdm xubuntu-gdm-theme xubuntu-artwork
> xserver-xorg-video-omap3" ) it ended up outputting
> "E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/main/f/fuse/libfuse2_2.8.1-1.1ubuntu2_armel.deb:
> size mismatch".
> Do you have any idea how to encounter this?
Yeap, you need to update your deb cache..
you should always run 'sudo aptitude update' before you 'sudo aptitude
install xyz'