Part Number:PROCESSOR-SDK-AM57X
Tool/software: Linux
Hi,
I'm following the wiki instructions on how to download and rebuild/bitbake filesystem for the latest release: PROCESSOR-SDK-LINUX-RT-AM57X 04_03_00_05. I downloaded the source script "am57xx-evm-linux-rt-sdk-arago-src-04.03.00.05.tar.xz" from SDK download page. I'm trying to complete steps per http://software-dl.ti.com/processor-sdk-linux/esd/docs/latest/linux/Overview.html#processor-sdk-linux-building-the-sdk:
$ git clone git://arago-project.org/git/projects/oe-layersetup.git tisdk $ cd tisdk
$ ./oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-04.03.00.05-config.txt $ mkdir downloads $ cd downloads $ tar -xvf ../../am57xx-evm-linux-rt-sdk-arago-src-04.03.00.05.tar.xz $
$ am57xx-evm-linux-rt-sdk-arago-src-04.03.00.05/get_build_sources.sh am57xx-evm-linux-rt-sdk-arago-src-04.03.00.05/source_pkg_list.txt
$ ....
However "get_build_sources.sh" fails every single time with 0 bytes received:
....
Size = /80956 : zbar-0.10.tar.bz2
Size = /80956 : zeroconf_avahi_suite-0.2.3.tar.gz
Size = /80956 : zeroconf_msgs-0.2.1.tar.gz
Size = /80956 : zip30.tar.gz
Size = /80956 : zlib-1.2.8.tar.xz
Total Download Size: 0 MB
Would you like to continue? [y/n] n
I also tried to add the TI mirror, not sure if that is relevant:
$ cat >> ./conf/local.conf << 'EOF' TI_MIRROR = "software-dl.ti.com/.../" MIRRORS += " \ bzr://.*/.* ${TI_MIRROR} \n \ cvs://.*/.* ${TI_MIRROR} \n \ git://.*/.* ${TI_MIRROR} \n \ gitsm://.*/.* ${TI_MIRROR} \n \ hg://.*/.* ${TI_MIRROR} \n \ osc://.*/.* ${TI_MIRROR} \n \ p4://.*/.* ${TI_MIRROR} \n \ npm://.*/.* ${TI_MIRROR} \n \ ftp://.*/.* ${TI_MIRROR} \n \ https?$://.*/.* ${TI_MIRROR} \n \ svn://.*/.* ${TI_MIRROR} \n \ " EOF
I tried many times yesterday and today with no luck. Could you please let me know if I missed anything?
Thank you!
Jan