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
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