Quote:
Originally Posted by SameerH
I'm trying to see if there's an image you can copy. Problem is you may need an ext3 formatted SD card, which most people won't be able to create.
Stay tuned!
|
Thank you for answer. Glad to know it would be possible to
upgrade using SD card.
I'll try out using sheevaplug I have somewhere hidden on the floor.
pilgrim$ whereis mkfs
mkfs: /sbin/mkfs /sbin/mkfs.ext4dev /sbin/mkfs.ext2 /sbin/mkfs.ext3 /sbin/mkfs.ext4 /sbin/mkfs.vfat /sbin/mkfs.cramfs /sbin/mkfs.bfs /sbin/mkfs.minix /sbin/mkfs.msdos /usr/sbin/mkfs.jffs2 /usr/share/man/man8/mkfs.8.gz
App named mkfs.ext3 sounds like the one needed.
After that file system should be populated with 3 files mentioned
in earlier post. I guess.
On bsd I mount native usb and flash cards with this command:
mount_msdosfs -l /dev/da0s1 /flashdisk
On linux it might be like this:
mount -t vfat /dev/sda /flashdisk
Anyway, as soon as I get a reader, I will let you know how it
goes. Thanks you one more time for support.