Hi,
I have been trying to prepare an sd card using mkmmc-andriod.sh. I used the following on the command line.
mkmmc-andriod.sh /dev/sdd1 beagleboard/MLO beagleboard/u-boot.bin beagleboard/uImage beagleboard/boot.scr /home/tw2/lab1/android/TI_Android_Eclair_DevKit-V1/Filesystem/rootfs_am37x.tar.bz2
I get the follwing errors. Any help would be appreciated.
Thanks,
Lou
[root@tw4 format]# mkmmc-andriod.sh /dev/sdd1 beagleboard/MLO beagleboard/u-boot.bin beagleboard/uImage beagleboard/boot.scr /home/tw2/lab1/android/TI_Android_Eclair_DevKit-V1/Filesystem/rootfs_am37x.tar.bz2
All data on /dev/sdd1 now will be destroyed! Continue? [y/n]
y
[Unmounting all existing partitions on the device ]
[Partitioning /dev/sdd1...]
1024+0 records in
1024+0 records out
Disk /dev/sdd1 doesn't contain a valid partition table
DISK SIZE - 3965133312 bytes
CYLINDERS - 482
Checking that no-one is using this disk right now ...
BLKRRPART: Invalid argument
This disk is currently in use - repartitioning is probably a bad idea.
Umount all file systems, and swapoff all swap partitions on this disk.
Use the --no-reread flag to suppress this check.
Use the --force flag to overrule all checks.
[Making filesystems...]
[Copying files...]
mount: special device /dev/sdd11 does not exist
umount: /dev/sdd11: not found
mount: special device /dev/sdd12 does not exist
umount: /dev/sdd12: not found
[Done]
[root@tw4 format]#