LS2088ardb ETH0 connectivity

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

LS2088ardb ETH0 connectivity

565件の閲覧回数
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 返答(返信)

505件の閲覧回数
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

505件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

Hello Ranganatha YN,

Would you please provide your u-boot console log?

Thanks,

Yiping

0 件の賞賛