This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM335x SDK Installation gives 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:~$

  • Hi All , 

    Please note the below mentioned additional inputs :-

    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$ 

  • Hi all , 

    Found similar thread at "http://e2e.ti.com/support/arm/sitara_arm/f/791/p/1312851/reply.aspx". 

    Using the steps mentioned at -least i am able to install the SDK , but still need to compile and generate the Kernel /Uboot 

    ~Ashish