LS2088ardb ETH0 connectivity

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LS2088ardb ETH0 connectivity

563 Views
ranga_yn
Contributor II

Hello NXP,

we have connected LS2088ardb and host server and configured TFTP.

setenv ethact DPMAC5@xgmii 

setenv ethprime DPMAC5@xgmii 

setenv ipaddr <your machines IP addr> 

setenv serverip <your tftp host IP address>

saveenv

once we ping the host IP  - ping is not alive. we have made sure to connect to ETH0.

regards,

ranga

0 Kudos
2 Replies

503 Views
yipingwang
NXP TechSupport
NXP TechSupport

Hello Ranganatha YN,

Please download the whole firmware for NOR flash with the following command, then copy this image to SD card.

wget https://www.nxp.com/lgfiles/sdk/lsdk1909/firmware_ls2088ardb_uboot_norboot.img.

I assume that you copy this image to the first partition of SD card, please deploy firmware image to the alternate bank of NOR flash at bank0 as the following.

=> ext2load mmc 0:1 0xa0000000 firmware_ls2088ardb_uboot_norboot.img

=> protect off 584000000 +$filesize

=> erase 584000000 +$filesize

=> cp.b 0xa0000000 0x584000000 $filesize

=> qixis_reset altbank

Thanks,

Yiping

503 Views
yipingwang
NXP TechSupport
NXP TechSupport

Hello Ranganatha YN,

Would you please provide your u-boot console log?

Thanks,

Yiping

0 Kudos