iMX93 A core M core cannot be activated simultaneously

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

iMX93 A core M core cannot be activated simultaneously

跳至解决方案
185 次查看
meeeeeei
Contributor I
I use the make SOC=iMX9 REV=A1 flash_singleboot_m33 command to compile flash.bin into the chip. During the uboot phase, the debugging port of M core has printed information, but after entering the linux system, the debugging port of M core does not print information.
0 项奖励
回复
1 解答
159 次查看
joanxie
NXP TechSupport
NXP TechSupport

refer to the user guide, please add the parameter "clk_ignore_unused" to the uboot bootargs like this

“setenv mmcargs 'setenv bootargs ${jh_clk} console=${console} root=${mmcroot} clk_ignore_unused”

在原帖中查看解决方案

0 项奖励
回复
1 回复
160 次查看
joanxie
NXP TechSupport
NXP TechSupport

refer to the user guide, please add the parameter "clk_ignore_unused" to the uboot bootargs like this

“setenv mmcargs 'setenv bootargs ${jh_clk} console=${console} root=${mmcroot} clk_ignore_unused”

0 项奖励
回复