Dear NXP experts,
At last I installed QorIQ SDK on ubuntu 14.04.6 and got fsl-image-full and others.
Once I got those things, I followed what the section 'Programming a New U-Boot, RCW, FMan Microcode, PPA firmware' says.
I happened to be able to Programming a New U_Boot , boot from altbank(vBank4) by executing 'cpld reset altbank'
and also was able to deploy FIT image from TFTP.
It used to work fine.
But when I tried to Programming a New U_Boot again,
it did not work just like the snapshot for some reason I don't know, .
M1@DTSEC1, FM1@DTSEC2, FM1@DTSEC3 [PRIME], FM1@DTSEC4, FM1@DTSEC5, FM1@DTSEC6, FM1@TGEC1
Hit any key to stop autoboot: 0
=> tftp 82000000 u-boot-nor-2016.09+fslgit-r0.bin
FM1@DTSEC3 Waiting for PHY auto negotiation to complete......... TIMEOUT !
FM1@DTSEC3: Could not initialize
FM1@DTSEC4 Waiting for PHY auto negotiation to complete......... TIMEOUT !
FM1@DTSEC4: Could not initialize
FM1@DTSEC5 Waiting for PHY auto negotiation to complete......... TIMEOUT !
FM1@DTSEC5: Could not initialize
FM1@DTSEC6 Waiting for PHY auto negotiation to complete......... TIMEOUT !
FM1@DTSEC6: Could not initialize
Using FM1@TGEC1 device
TFTP from server 192.168.1.236; our IP address is 192.168.1.215
Filename 'u-boot-nor-2016.09+fslgit-r0.bin'.
Load address: 0x82000000
Loading: #################################################################
#################################################################
903.3 KiB/s
done
Bytes transferred = 662923 (a1d8b hex)
=> protect off 64100000 +$filesize
Un-Protected 6 sectors
=> erase 64100000 +$filesize
...... done
Erased 6 sectors
=> cp.b 82000000 64100000 $filesize
Copy to Flash... 9....8....7....6....5....4....3....2....1....done
=> protect on 64100000 +$filesize
Protected 6 sectors
=> cpld reset altbankNOTICE: Fixed DDR on board
NOTICE: 2 GB DDR4, 32-bit, CL=11, ECC off
NOTICE: BL2: v1.5(release):LSDK-18.12
NOTICE: BL2: Built : 11:55:25, Dec 23 2018
ERROR: BL2: Failed to load image (-2)
Authentication failure
Could you please let me know what caused that case and how to fix it?
Best regards and thanks.