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.

AM3359: SDK

Part Number: AM3359

Hi TI Support Team,

             I'm working with AM3359ICE. 

I've tried SDK RTOS,SDK Linux, SDK RT-LInux on my Linux host machine.

please tell me which SDK r is very suitable for AM3359ICE. Because I have tried all above Software kit, but when i build it shows some error so please guide me which SDK is better to use.

Thanks & Regards,

Priyadharshini M.

  • Hi Priyadharshini,

    Could you share the error you are seeing? Appreciate if you could share the build log.

    Also, does the default image not work on your board?

    Download default Image from the below link: 

    https://dr-download.ti.com/software-development/software-development-kit-sdk/MD-1BUptXj3op/08.02.00.24/tisdk-default-image-am335x-evm.wic.xz

    Follow the SD Card creation with the default image downloaded as described in the below link:

    https://software-dl.ti.com/processor-sdk-linux/esd/AM335X/08_02_00_24/exports/docs/linux/Overview/Processor_SDK_Linux_create_SD_card.html

    Hope this helps.

    Best Regards

    Suren

  • Hi Suren,

        I 've downloaded SDK linux from below link,

    https://dr-download.ti.com/software-development/software-development-kit-sdk/MD-1BUptXj3op/08.02.00.24/ti-processor-sdk-linux-am335x-evm-08.02.00.24-Linux-x86-Install.bin

    Downloaded default Image from the below link: 

    https://dr-download.ti.com/software-development/software-development-kit-sdk/MD-1BUptXj3op/08.02.00.24/tisdk-default-image-am335x-evm.wic.xz

    SD Card creation with the default image downloaded as described in the below link:(Linux)

    https://software-dl.ti.com/processor-sdk-linux/esd/AM335X/08_02_00_24/exports/docs/linux/Overview/Processor_SDK_Linux_create_SD_card.html

    I got,

     

    priyadharshini@priyadharshini-HP-280-G4-MT-Business-PC:~/ti-processor-sdk-linux-am335x-evm-08.02.00.24/bin$ sudo ./create-sdcard.sh
    [sudo] password for priyadharshini:


    ################################################################################

    This script will create a bootable SD card from custom or pre-built binaries.

    The script must be run with root permissions and from the bin directory of
    the SDK

    Example:
    $ sudo ./create-sdcard.sh

    Formatting can be skipped if the SD card is already formatted and
    partitioned properly.

    ################################################################################

    Please insert a SD card to continue

    Type 'y' to re-detect the SD card or 'n' to exit the script: y

    Available Drives to write images to:

    # major minor size name
    1: 8 16 15558144 sdb

    Enter Device Number or n to exit: 1

    sdb was selected

    /dev/sdb is an sdx device
    Unmounting the sdb drives
    unmounted /dev/sdb1
    unmounted /dev/sdb2
    Current size of sdb1 142047 bytes
    Current size of sdb2 2703418 bytes

    ################################################################################

    Detected device has 2 partitions already

    Re-partitioning will allow the choice of 2 or 3 partitions

    ################################################################################

    Would you like to re-partition the drive anyways [y/n] : n


    Skipping partitioning

    ################################################################################

    Partitioning is now done
    Continue to install filesystem or select 'n' to safe exit

    **Warning** Continuing will erase files any files in the partitions

    ################################################################################


    Would you like to continue? [y/n] : y



    Mount the partitions
    mount: /home/priyadharshini/ti-processor-sdk-linux-am335x-evm-08.02.00.24/bin/rootfs: wrong fs type, bad option, bad superblock on /dev/sdb2, missing codepage or helper program, or other error.

    Emptying partitions

    Syncing....

    ################################################################################

    Choose file path to install from

    1 ) Install pre-built images from SDK
    2 ) Enter in custom boot and rootfs file paths

    ################################################################################

    Choose now [1/2] : 1


    Will now install from SDK pre-built images
    now installing: ti-processor-sdk-linux-am335x-evm-08.02.00.24

    ################################################################################

    Multiple rootfs Tarballs found

    ################################################################################

    1:tisdk-default-image-am335x-evm.tar.xz
    2:tisdk-docker-rootfs-image-am335x-evm.tar.xz
    3:tisdk-base-image-am335x-evm.tar.xz
    4:tisdk-tiny-image-am335x-evm.tar.xz
    Enter Number of rootfs Tarball: 1

    ################################################################################

    Copying files now... will take minutes

    ################################################################################

    Copying boot partition

    ./create-sdcard.sh: line 1060: [am335x: command not found
    ./create-sdcard.sh: line 1060: [am335x: command not found


    MLO copied


    u-boot.img copied

    Copying rootfs System partition


    Syncing...

    Un-mount the partitions
    umount: rootfs: not mounted.

    Remove created temp directories

    Operation Finished

    Please tell me what will I do next?

    Thanks,

    priyadharshini M