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.

TMDSICE3359: IP address

Part Number: TMDSICE3359

I want to run a gpio toggle code in TMDSICE3359. For that I have to boot the TMDSICE3359 in sdcard mode. I have created an LINUX sd card and booted the device. Now I am connecting to the device using ethernet cable. I want to copy some files into the device through ssh or through minicom. For that I require the IP address of the device. I didnt see the address of the device. Is there any default ip address.? If so kindly mention it. If its not there please do help to setup an ip address

  • Hi,

    There is not a default IP address, you can assign one using the ifconfig command like this from the console of the EVM:

    ifconfig eth0 192.168.0.1 up

    Please note that when assigning the ip address statically you need to make sure other devices on the network do not already have this address. It would be better if you used the board on a network that have a DHCP server to assign IP addresses with so there is not the conflict I just mentioned. The board will try to acquire an ip address when booting.

    Best Regards,

    Schuyler

  • Hi,

    Schuyler,

    I have solved this issue by setting up a dhcp server. thank u.