LS1028A DP firmware load failed

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

LS1028A DP firmware load failed

1,004 次查看
lizuobin
Contributor II

Hi

   I conducted some tests on the LSDK1909 on the ls1028a-rdb platform, and I found that the probabilistic loading of the firmware of the mali-dp failed during the startup process, resulting in the inability to display images after startup

[ 2.549298] [drm] Started firmware!
[ 17.549461] [drm:hdp_fw_init] *ERROR* CDN_API_CheckAlive failed - check firmware!
[ 17.556973] [drm:imx_hdp_imx_bind] *ERROR* Failed to initialise HDP firmware
[ 17.564067] mali-dp f080000.malidp: failed to bind f200000.hdp (ops imx_hdp_imx_ops): -6
[ 17.572195] [drm:malidp_bind] *ERROR* Failed to bind all components
[ 17.578566] mali-dp f080000.malidp: master bind failed: -6

   High probability, easy to reproduce,Is there a solution to this problem?

   In addition, I have an additional question. Does the dp of ls1028a not support audio?

标记 (3)
0 项奖励
3 回复数

929 次查看
yipingwang
NXP TechSupport
NXP TechSupport

HDP firmware binary is loaded during U-Boot. At U-Boot prompt, copy the firmware binary from any storage medium (NOR flash or SD/eMMC) to DDR memory. Use the following command to load the binary:

=> hdp load <address> <offset>

where: • address - address where the firmware binary starts in DDR memory
           • offset - IRAM offset in the firmware binary (8192 default)
For example: =>hdp load 0x98000000 0x2000
a. Get DP firmware with XSPI flash boot:
=> run xspi_hdploadcmd
b. Get DP firmware with SD boot
=> run sd_hdploadcmd
c. Get DP firmware with EMMC boot
=> run emmc_hdploadcmd
0 项奖励

929 次查看
lizuobin
Contributor II

This may be a hardware design issue. When the software is reset, the SD card is still in 1.8V mode, which causes the SD card to fail to load firmware.

Does the dp of ls1028 support audio output?

0 项奖励

929 次查看
yipingwang
NXP TechSupport
NXP TechSupport

You could refer to "7.2.12 Synchronous Audio Interface (SAI)" in LSDK 19.09 user guide for audio.

0 项奖励