Programming a New U_Boot not working on LS1043ARDB

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

Programming a New U_Boot not working on LS1043ARDB

Jump to solution
923 Views
dooggy
Contributor III

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 altbankNOTICE:  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.

0 Kudos
1 Solution
901 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please also program RCW image to bank4 of LS1043ARDB at 0x64000000.

The default ATF image provided in LSDK 18.12 doesn't work with QorIQ SDK 2.0 u-boot.

 

View solution in original post

0 Kudos
2 Replies
902 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please also program RCW image to bank4 of LS1043ARDB at 0x64000000.

The default ATF image provided in LSDK 18.12 doesn't work with QorIQ SDK 2.0 u-boot.

 

0 Kudos
867 Views
dooggy
Contributor III

All right...It's working fine

many thanks

0 Kudos