Hello,
I have successfully downloaded and built Arago distribution for MACHINE=am3517-evm. using TI SDK compilers
My AM3517 system from Adlink came preinstalled with Linux 2.6.32 . Its root filesystem is likely to have been built with Arago project as well, ( telnetting to the unit displays Arago banner).
My problem is, current arago seems to be built for 2.6.16 kernel:
[linux-devkit]:~/SP-860/arago> file ./arago-tmp/work/armv7a-arago-linux-gnueabi/openssh-5.6p1-r9.0/openssh-5.6p1/sftp
./arago-tmp/work/armv7a-arago-linux-gnueabi/openssh-5.6p1-r9.0/openssh-5.6p1/sftp: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.16, not stripped
[linux-devkit]:~/SP-860/arago> file ./arago-tmp/work/armv5te-arago-linux-gnueabi/openssh-5.6p1-r9.0/openssh-5.6p1/sftp
./arago-tmp/work/armv5te-arago-linux-gnueabi/openssh-5.6p1-r9.0/openssh-5.6p1/sftp: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.16, not stripped
The question is, how do I build userland packages for kernel 2.6.32? Is there TI git repository where I could pull the right tag?
Thanks,
Michael