Difference between revisions of "ECE497 Notes on Kinect"
From eLinux.org
m (Initial page) |
m (Added install error) |
||
| Line 2: | Line 2: | ||
Here are notes on installing the third party drivers from [http://www.omekinteractive.com/ Omek]. | Here are notes on installing the third party drivers from [http://www.omekinteractive.com/ Omek]. | ||
| + | |||
| + | == Downloading == | ||
| + | |||
| + | I got the 4 files from [http://support.omekinteractive.com/index.php?/TI/managedownloads/Download/View/19/7/beagleboard-xm-installation-and-documentation here]. Here's the files I have | ||
| + | |||
| + | host$ '''ls''' | ||
| + | <pre> | ||
| + | beagle-omek | ||
| + | beckon-image-2.4.16175.tar.gz | ||
| + | Beckon-SDK-2.4.16236 | ||
| + | beckon-sdk-2.4.16236.tar.gz | ||
| + | create_sd.txt | ||
| + | mkcard.sh | ||
| + | omek beckon sdk, ti dm3730 edition -- developer guide.pdf | ||
| + | readme | ||
| + | UsersGuide | ||
| + | </pre> | ||
| + | |||
| + | == Installing == | ||
| + | |||
| + | I'm getting this error. | ||
| + | |||
| + | host$ '''sudo bash mkcard.sh /dev/mmcblk0 beagle-omek/''' | ||
| + | <pre> | ||
| + | Using image beagle-omek/ | ||
| + | using device /dev/mmcblk0 | ||
| + | . | ||
| + | You are about to totaly erase the device, are you sure (yes/no) ?yes | ||
| + | 1024+0 records in | ||
| + | 1024+0 records out | ||
| + | 1048576 bytes (1.0 MB) copied, 0.382056 s, 2.7 MB/s | ||
| + | Disk /dev/mmcblk0 doesn't contain a valid partition table | ||
| + | DISK SIZE - 8010072064 bytes | ||
| + | CYLINDERS - 973 | ||
| + | Checking that no-one is using this disk right now ... | ||
| + | OK | ||
| + | |||
| + | Disk /dev/mmcblk0: 973 cylinders, 255 heads, 63 sectors/track | ||
| + | |||
| + | sfdisk: ERROR: sector 0 does not have an msdos signature | ||
| + | /dev/mmcblk0: unrecognized partition table type | ||
| + | Old situation: | ||
| + | No partitions found | ||
| + | New situation: | ||
| + | Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0 | ||
| + | |||
| + | Device Boot Start End #cyls #blocks Id System | ||
| + | /dev/mmcblk0p1 * 0+ 8 9- 72261 c W95 FAT32 (LBA) | ||
| + | /dev/mmcblk0p2 9 972 964 7743330 83 Linux | ||
| + | /dev/mmcblk0p3 0 - 0 0 0 Empty | ||
| + | /dev/mmcblk0p4 0 - 0 0 0 Empty | ||
| + | Successfully wrote the new partition table | ||
| + | |||
| + | Re-reading the partition table ... | ||
| + | |||
| + | If you created or changed a DOS partition, /dev/foo7, say, then use dd(1) | ||
| + | to zero the first 512 bytes: dd if=/dev/zero of=/dev/foo7 bs=512 count=1 | ||
| + | (See fdisk(8).) | ||
| + | done partitioning. | ||
| + | Cant find boot partition /dev/mmcblk01 | ||
| + | Cant find rootfs partition in /dev/mmcblk02 | ||
| + | mount: special device /dev/mmcblk01 does not exist | ||
| + | Failed to mount /dev/mmcblk01. | ||
| + | |||
| + | </pre> | ||
Revision as of 13:23, 4 February 2012
Microsoft's Kinect sensor has created great interest in the Beagle Community.
Here are notes on installing the third party drivers from Omek.
Downloading
I got the 4 files from here. Here's the files I have
host$ ls
beagle-omek beckon-image-2.4.16175.tar.gz Beckon-SDK-2.4.16236 beckon-sdk-2.4.16236.tar.gz create_sd.txt mkcard.sh omek beckon sdk, ti dm3730 edition -- developer guide.pdf readme UsersGuide
Installing
I'm getting this error.
host$ sudo bash mkcard.sh /dev/mmcblk0 beagle-omek/
Using image beagle-omek/ using device /dev/mmcblk0 . You are about to totaly erase the device, are you sure (yes/no) ?yes 1024+0 records in 1024+0 records out 1048576 bytes (1.0 MB) copied, 0.382056 s, 2.7 MB/s Disk /dev/mmcblk0 doesn't contain a valid partition table DISK SIZE - 8010072064 bytes CYLINDERS - 973 Checking that no-one is using this disk right now ... OK Disk /dev/mmcblk0: 973 cylinders, 255 heads, 63 sectors/track sfdisk: ERROR: sector 0 does not have an msdos signature /dev/mmcblk0: unrecognized partition table type Old situation: No partitions found New situation: Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0 Device Boot Start End #cyls #blocks Id System /dev/mmcblk0p1 * 0+ 8 9- 72261 c W95 FAT32 (LBA) /dev/mmcblk0p2 9 972 964 7743330 83 Linux /dev/mmcblk0p3 0 - 0 0 0 Empty /dev/mmcblk0p4 0 - 0 0 0 Empty Successfully wrote the new partition table Re-reading the partition table ... If you created or changed a DOS partition, /dev/foo7, say, then use dd(1) to zero the first 512 bytes: dd if=/dev/zero of=/dev/foo7 bs=512 count=1 (See fdisk(8).) done partitioning. Cant find boot partition /dev/mmcblk01 Cant find rootfs partition in /dev/mmcblk02 mount: special device /dev/mmcblk01 does not exist Failed to mount /dev/mmcblk01.