AM335x SDK installation returns SEGMENTATION fault

Hi All ,

I am trying to install AM335x SDK on UBUNTU14.04 by referring (http://elinux.org/Beagleboard:3.2_SDK_On_BeagleBone_Black)

When tried to install as mentioned i am getting SEGMENTATION fault.

Could any one please provide some pointers on the same .(cpu 64 machine).

ashish@Ashish:~$
ashish@Ashish:~$ sudo chmod a+x ti-sdk-am335x-evm-07.00.00.00-Linux-x86-Install

ashish@Ashish:~$ ./ti-sdk-am335x-evm-07.00.00.00-Linux-x86-Install
Segmentation fault (core dumped)

ashish@Ashish:~$
ashish@Ashish:~$
ashish@Ashish:~$ sudo dmesg -c
[ 4863.933179] ti-sdk-am335x-e[3458]: segfault at b8965fc6 ip b8965fc6 sp 90923bd9 error 14
ashish@Ashish:~$
ashish@Ashish:~$

Install the required 32bit lib's..

ldd ti-sdk-am335x-evm-07.00.00.00-Linux-x86-Install

should give you some pointers to help figure out which ones..

Regards,

Hi Robert ,

  1. ldd ti-sdk-am335x-evm-07.00.00.00-Linux-x86-Install returns "NOT A DYNAMIC EXECUTABLE ".
    ashish@Ashish:/media/ashish/Test$ ldd ti-sdk-am335x-evm-07.00.00.00-Linux-x86-Install
    not a dynamic executable

  2. My CPU is 64 bit & Kernel is 32bit (UBUNTU 14.04)

Architecture: i686
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Thread(s) per core: 2
Core(s) per socket: 2
Socket(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 37
Stepping: 2
CPU MHz: 933.000
BogoMIPS: 4521.50
Virtualization: VT-x
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 3072K
ashish@Ashish:/media/ashish/Test$

Could you please let me know if i am doing an mistake in the installation .

Ashish

Dear Robert ,

Found this link http://e2e.ti.com/support/arm/sitara_arm/f/791/p/1312851/reply.aspx”.
and now i am able to install the SDK … Need to compile and generate the uboot and kernel images

Ashish