Hello,
I bought a new OMAP5 evm and willing to start using it for power measurements as soon as possible. However, I'm facing multiple issues while trying to copy the prebuilt images.
The issues are the following:
1_ Error while installing GLSDK 6_03: fatal: unable to connect to git.ti.com:
git.ti.com[0: 198.47.29.193]: errno=Connection timed out
fatal: cannot obtain manifest git://git.ti.com/glsdk/release-manifest.git
Failed setup, aborting..
Failed setup, aborting.
2_ I tried to use GLSDK v 6_00 but couldn't copy the prebuilt image to the sd card. In the following lines from mksdboot.sh
echo "Copying filesystem on ${device}1,${device}2"
execute "mkdir -p /tmp/sdk/$$/boot"
execute "mkdir -p /tmp/sdk/$$/rootfs"
execute "mount ${device}1 /tmp/sdk/$$/boot"
execute "mount ${device}2 /tmp/sdk/$$/rootfs"
I think ${device}1 should be replaced by PARTITION since it contains the valid name for the sdcard partitions, right?
Updating this script the memory card got filled before finish copying the whole prebuilt image and got an error!! I'm using 8GB sd card which should be enough for the image...
Another question that came to my mind is do I need to copy the prebuilt image from GLSDK 6_00 to GLSDK 6_03 since the bin file for 6_00 is 1 GB while it's 150 MB for version 6_03.
Thanks,
Najem.