Hello,
I am hoping to install i2ctools on my Beagle C5 board so that I can use my DLP pico projector V2.
I downloaded i2c-tools-3.1.0.tar.bz2 from http://www.lm-sensors.org/wiki/I2CTools
Here are my steps:
- mount SD card on Linux PC
- from Linux PC, to put the bz2 file onto SD card, I ran sudo tar -xjv -C /media/Angstrom/ -f i2c-tools-3.1.0.tar.bz2
- Put SD card into Beagle C5 and boot.
- Following the "read me" file that is included in i2c-tools-3.1.0.tar.bz2, I ran this
root@beagleboard:/media/
but an error returned and it is
-bash: make: command not found
I am running Angstrom 3.0.8 and I use the following for booting my beagleboard.
Here is what I put in the SD card,
For 1st partition:
1. http://angstrom.s3.amazonaws.com/demo/beagleboard/MLO
2. http://angstrom.s3.amazonaws.com/demo/beagleboard/u-boot.bin
3. http://angstrom.s3.amazonaws.com/demo/beagleboard/uImage
For 2nd partition
1. http://angstrom.s3.amazonaws.com/demo/beagleboard/Angstrom-Beagleboard-demo-image-glibc-ipk-2011.1-beagleboard.rootfs.tar.bz2
Any suggestions are greatly appreciated!