LS2088ardb ETH0 connectivity

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

LS2088ardb ETH0 connectivity

562 次查看
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 项奖励
2 回复数

502 次查看
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

502 次查看
yipingwang
NXP TechSupport
NXP TechSupport

Hello Ranganatha YN,

Would you please provide your u-boot console log?

Thanks,

Yiping

0 项奖励