network time synchronization failed in LS1046A processor

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

network time synchronization failed in LS1046A processor

802 Views
rashmikj
Contributor III

In our custom board with LS1046A processor, after i generate mkbootpartition and port, I am getting this message

[FAILED] Failed to start Network Time Synchronization

[FAILED] Failed to start Network Name Resolution.

How do i resolve this?? Kindly help.

0 Kudos
3 Replies

791 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please download the rootfs filesystem

wget https://www.nxp.com/lgfiles/sdk/lsdk2004/rootfs_lsdk2004_ubuntu_main_arm64.tgz

Please deploy images to SD card on your host.

$ flex-installer -b bootpartition_arm64_lts_5.4.tgz -r rootfs_lsdk2004_ubuntu_main_arm64.tgz -f firmware_ls1046ardb_uboot_sdboot.img -d /dev/sdx

0 Kudos

761 Views
rashmikj
Contributor III

I downloaded the images and deployed on SD Card.

The error still exists.

I deployed the same images on LS1046ardb  kit too. but the error is present. I have attached the log file.

 

0 Kudos

752 Views
yipingwang
NXP TechSupport
NXP TechSupport

I didn't reproduce your problem with LSDK 2004 pre-built images.

Please download prebuilt bootpartition and rootfs

wget https://www.nxp.com/lgfiles/sdk/lsdk2004/bootpartition_LS_arm64_lts_5.4.tgz

wget https://www.nxp.com/lgfiles/sdk/lsdk2004/rootfs_lsdk2004_ubuntu_main_arm64.tgz

Please deploy images to SD card on your host, then test whether this problem exists on your target board.

$ flex-installer -b bootpartition_LS_arm64_lts_5.4.tgz -r rootfs_lsdk2004_ubuntu_main_arm64.tgz -d /dev/sdx

0 Kudos