Have you tried to reformat the SD (either in windows or in a digital camera).
as i understand it has to be FAT16 formatted. Try formatting it again and
repeat all the steps. If that fails then I suggest you try with another SD
card . I had a problem with my CF card when i was trying to flash the kernel
with linux and it turned out that the CF card for some reason wasnt being
detected , so when i changed the CF card it worked out of the box.
sorry not much help, but hopefully that should fix it.
good luck.
On Friday 28 October 2005 00:58, Bernard Mentink wrote:
> >hi ,
> >The problem with mine seemed to be a mount point issue and /dev devices
> > not being created. I am pasting the original thread on how i got it was
> > suggest to get it to work.
> >
> >
> >Hope that helps
> >
> >
> >-avinash.
>
> Hi Avinash,
>
> Thanks for the reply. I tried that, but the lastest linuxrc creats a dev in
> /dev/mmc/blk0/part1 .... see below. It is the mounting of this partition
> that is failing.
>
> My SD card is a standard formated SD card (I did not format it in linux
> or put a partition on it)
> It also has some other files on it, should I format it under linux?
>
> Cheers,
> Bernard
> -------------------------------------- linuxrc part
> ----------------------------------
> # Wait CompactFlash to reset and initialize
> /bin/sleep 5
> echo Added for haret by Joseph Cole - joseph.cole_at_gmail.com
> echo Adding SD device file...
> mkdir -p /dev/mmc/blk0
> mknod /dev/mmc/blk0/part1 b 254 1
> echo DONE.
>
> echo -e '\033[?1;;2c' > /dev/console
>
> ROOTFS=""
> if [ -e /dev/mmc/blk0/part1 ]; then
> # mount SD
> # CF filesystem
> if ! mount -t vfat -o rw /dev/mmc/blk0/part1 /mnt/mmc; then
> echo "Failed to mount SD filesystem."
> fi
> if [ -e /mnt/mmc/rootfs.img ]; then
> ROOTFS=/mnt/mmc/rootfs.img
> fi
> fi
> ---------------------------------------------------------------------------
>-------------------------
Received on Fri Oct 28 2005 - 10:12:20 EDT
This archive was generated by hypermail 2.2.0 : Fri Oct 28 2005 - 10:12:25 EDT