Hello bob holder,
According to the error log, the dpl is not applied, I am not sure whether the DPL image is deployed on QSPI flash, please refer to the following procedure to deploy the pre-built QSPI u-boot image on the alternate bank.
For QSPI boot (programming from altbank):
=> sf probe 0:1
=> tftp 0xa0000000 firmware_ls1088ardb_uboot_qspiboot.img
=> sf erase 0 +$filesize
=> sf write 0xa0000000 0 $filesize
=> i2c mw 0x66 0x50 20;i2c mw 66 10 20;i2c mw 66 10 21
Then apply MC, DPC and DPL images as the following.
=> sf read 0x81000000 0xA00000 0x05000
device 0 offset 0xa00000, size 0x5000
SF: 20480 bytes @ 0xa00000 Read: OK
=> sf read 0x82000000 0xE00000 0x7000
device 0 offset 0xe00000, size 0x7000
SF: 28672 bytes @ 0xe00000 Read: OK
=> fsl_mc start mc 0x81000000 0x82000000
fsl-mc: MC is already booted
=> sf read 0x83000000 0xD00000 0x06800
device 0 offset 0xd00000, size 0x6800
SF: 26624 bytes @ 0xd00000 Read: OK
=> fsl_mc apply DPL 0x83000000
fsl-mc: Deploying data path layout ... SUCCESS
Then execute the following command.
=> bootm a0000000#ls1088ardb
Note:
DPAA2 MC or PFE firmware 3MB 0x00A00000 0x05000
DPAA2 DPL 1MB 0x00D00000 0x06800
DPAA2 DPC 1MB 0x00E00000 0x07000
fsl_mc start mc <MC FW Address> < MC DPC Address>
fsl_mc apply DPL <MC DPL Address>
Have a great day,
TIC
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------