Hi,
AHB70XXT16 - I'm trying to throw software on Hisilicon 3521A motherboard. I connected the device to my computer with CP2102 usb to uart. I stopped the boot by pressing a button and spell the following commands. I created one tftp server. However, the run command does not work. Ping test fails.
Anyone have an idea about this?
Also, the network cable is plugged in, but the network lights are not lit. Does it have to burn? It turns on normally when I keep booting without pressing and holding a key. Network lights are on when turned on. But hisilicon does not light up on the command screen. Should it burn?

AHB70XXT16 - I'm trying to throw software on Hisilicon 3521A motherboard. I connected the device to my computer with CP2102 usb to uart. I stopped the boot by pressing a button and spell the following commands. I created one tftp server. However, the run command does not work. Ping test fails.
Anyone have an idea about this?
Also, the network cable is plugged in, but the network lights are not lit. Does it have to burn? It turns on normally when I keep booting without pressing and holding a key. Network lights are on when turned on. But hisilicon does not light up on the command screen. Should it burn?
Bash:
U-Boot 2010.06 (Aug 03 2015 - 09:22:58)
Check Flash Memory Controller v100 ... Found
SPI Nor(cs 0) ID: 0xc2 0x20 0x18
Block:64KB Chip:16MB Name:"MX25L128XX"
SPI Nor total size: 16MB
SPI Nand ID Table Version 1.4
In: serial
Out: serial
Err: serial
Hit any key to stop autoboot: 0
hisilicon # ping 192.168.1.1
ETH0: PHY(phyaddr=1, rgmii) not link!
higmac init fail!
ping failed; host 192.168.1.1 is not alive
hisilicon # run ds
Unknown command 'run' - try 'help'
hisilicon # printenv
bootdelay=1
baudrate=115200
netmask=255.255.255.0
bootfile="uImage"
bootargs=mem=112M console=ttyAMA0,115200 root=/dev/mtdblock2 rootfstype=jffs2 mtdparts=hi_sfc:1M(boot),4M(kernel),11M(rootfs)
ethaddr=00-10-85-18-40-6
jpeg_addr=0x82000000
vobuf=0x99000000
jpgl_p=82000000 4d0000 30000
startvl_p0=0 0x99000000 768 160 96 720 576
startvl_p1=2 0x99000000 768 0 0 720 576
bootcmd=sf probe 0;sf read ${jpgl_p};decjpg;setvobg 0 0x00;startvo 0 0x24 17;startvl ${startvl_p0};setvobg 0 0x00;startvo 1 1 1;startvl ${startvl_p1};sf probe 0;sf read 0x82000000 0x100000 0x400000;bootm 0x82000000
filesize=0
serverip=192.168.1.151
ipaddr=192.168.1.150
gatewayip=192.168.1.1
stdin=serial
stdout=serial
stderr=serial
verify=n
ver=U-Boot 2010.06 (Aug 03 2015 - 09:22:58)
Environment size: 755/262140 bytes
hisilicon #
