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.

leopard dm365 ipnc demo



hi

we r trying to run the demo of the web config that is given in beginers gude for leopard dm365 everything run correctly but whenever we r trying to get the ip of the board through internet explorer .It is showing no such address

so i have 3 questions to ask

1.is there any specific way to write the ip address in the address bar of the xplorer we have typed(http/ip address/)

2.we can work with the filesystem of dvevm dm365 or we have to install new files for leopard if that is so than please give the files to be installed

3.there is a ridge run for leopard dm 365 what is that and how to get its setup

thanxs

vs

 

  • vigneshwaran sekar said:

    1.is there any specific way to write the ip address in the address bar of the xplorer we have typed(http/ip address/)

    2.we can work with the filesystem of dvevm dm365 or we have to install new files for leopard if that is so than please give the files to be installed

    3.there is a ridge run for leopard dm 365 what is that and how to get its setup

    1. for me it works this way, http://192.168.1.50, but I set the IP with the USB

    2. the filesystem is on the leopard site,  https://www.leopardimaging.com/Download.html is call "ramdisk_ipnc_dm365"

    3.this is the ridgerun for leopard dm365 and guide http://www.ridgerun.com/downloadinfo.shtml?Product=leoparddm365sdk

     

     

     

     

  • hi

    1.we have download uImage_ipnc_dm365 and ramdisk_ipnc_dm365.gz

    2.we have run following cmd & setup:

    2.1. set u-boot environment:
        1.1 setenv ipaddr its_ip_addr (e.g 192.168.0.122)
        1.2 setenv serverip server_ip_addr (e.g. 192.168.0.10)
        1.3 setenv bootcmd 'nand read 0x82000000 0x1000000 0xb00000;nboot 0x80700000 0 0x400000;bootm 0x80700000'
        1.4 setenv bootargs console=ttyS0,115200n8 root=/dev/ram0 rw initrd=0x82000000,11M mem=60M eth=02:00:10:00:00:06 ip=192.168.0.123:eth:on
        Note: please adjust the ip setting in the bootargs accordingly.
    2.2. burn linux kernel and ramdisk
        2.1 on your linux tftpserver, copy uImage & ramdisk.gz to /tftpboot
        2.2 tftpboot 82000000 uImage_ipnc_dm365
        2.3 nand erase 400000 200000
        2.4 nand write 82000000 400000 200000
        2.5 tftpboot 82000000 ramdisk_ipnc_dm365.gz
        2.6 nand erase 1000000 1b00000
        2.7 nand write 82000000 1000000 1b00000
    2.3. Run the board
        3.1 reset the board by press SW1, make sure ethernet is connected.
        3.2 Before the system boot up, the ip setting of the ipnc would be printed in the console terminal.
        (3.3 connect the board to PC through USB cable)
        (3.4 a "Removable Disk" will show up. run usbconf.exe to check the ip settings)  
        (3.5 unplug the USB cable)
        3.6 run IE from PC, access board by its ip address

    nothing is coming when we are typing ip addr in Internet Explore through

    4.give the link to download sdk for leo365

  • your ip is 192.168.0.123

    you just sset that up

     

    http://192.168.0.123