Multi Source Translation Content

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

Multi Source Translation Content

Discussions

Sort by:
GCC 10.2 toolchain installation failed. Re: GCC10.2工具链安装失败 Have you tried to restart your computer and test it again?
View full article
imx8mp platform,sgtl5000声卡,linux内核版本5.4.70,当声音播放的时候,内核出现underrun的刷屏打印,而且声卡执行数据搬移的dma工作异常。 主控:imx8mp 内核:linux5.4.70 声卡:sgtl5000 应用程序:基于mmap方式,向dma buffer中搬移数据。 故障现象:当应用程序播音一段时间,内核出现 fsl-sai 30C3000.sai:isr:Transmit underrun detected的刷屏打印,对应具体的内核文件:./kernel/kernel-5.4.70/sound/soc/fsl/fsl_sai.c文件。 ........... if(flags & FSL_SAI_CSR_FEF) {      dev_dbg(dev,"isr:Transmit underrun detected\n");      /* FIFO reset for safety*/      xcsr |= FSL_SAI_CSR_FR; } ........... 同时使用指令cat /proc/interrupts | grep sdma 查看声卡对那个的dma中断计数,停止增加。 在目前代码的设置里面,是不是当FIFO出现underrun的情形之后,FIF状态异常,进而导致dma工作异常呢? 查看imx8mp的规格书,有这样一个描述FCONT:IMX8MPPRM文档 14.4.2.7.3章节。When FIFO Continue on Error is enbaled,the FIFO continues transmitting data following an underrun without software intervention. To ensure that data transmits in the correct order,the transmitter continues from the same word number in the frame that caused the FIFO to inderrun,but only after new data writes to transmit FIFO ............................................ 按照规格书的这段配置,针对这样的情况 是不是出现underrun之后,dma还可以正常工作,只要dma将数据搬移至fifo,就可以继续之前的声音播放,而不是像之前的dma异常工作,而FIFO处于underrun状态呢? Re: imx8mp platform,sgtl5000声卡,linux内核版本5.4.70,当声音播放的时候,内核出现underrun的刷屏打印,而且声卡执行数据搬移的dma工作异常。 Hi @zhuliushun  1.对FCONT 的理解方向基本正确,但是FCONT不是根本上的解决办法。 2.根本原因还是TX FIFO 投喂速度 < 消耗速度,这个你可以调试看看,是不是这样。 3.可以考虑打入下面的两个补丁: LKML: Shengjiu Wang: [PATCH] ASoC: fsl_sai: Enable 'FIFO continue on error' FCONT bit ASoC: fsl_sai: Remove unnecessary FIFO reset in ISR - Patchwork Best Regards, Zhiming Re: imx8mp platform,sgtl5000声卡,linux内核版本5.4.70,当声音播放的时候,内核出现underrun的刷屏打印,而且声卡执行数据搬移的dma工作异常。 Hello @Zhiming_Liu  是的,这个问题的原因是FIFO填充慢的速度小于fifo的数据消耗速度。而FIFO填充是基于DMA来实现的。 1.  目前调试发现:当FIFO消耗完之后,FIFO发生underrun,同时dma也不工作,这样也不会填充fifo。 2.  将帖子中的2个patch打入之后,调试发现fifo依然后发生underrun,同时dma不工作。 在fsl_sai.c的中断回调函数中fsl_sai_isr()中,打印出xcsr的值与tcr4的值。具体如下所示: fsl-sai 30c30000.sai  scsr :status:0xd0170c01 fsl-sai 30c30000.sai isr: transmit inderrun detected,tcr4: 0x18010f3a 当故障发生的时候,上述的打印一直在刷屏打印 3.  依据2的发现.tcr4中bit[28] =1,FCONT是使能的。 4.  针对我的问题:播放音频文件卡死问题(fifo underrun,dma不工作,一直卡死)。我的一个期望的解决方案:当fifo发生underrun的时候,保留硬件数据搬移现场,不复位,dma工作正常。等到buffer有数据的时候(应用程序以mmap方式填充buffer),dma(依据fifo发过来的dma request)将数据搬移至fifo,这样音频文件可以继续接着播放,不知道这样可以实现吗?
View full article
适用于 ARM 2018R1 许可证的 S32DS 您好: 我的 ARM 2018R1 IDE 的 S32DS 许可证已过期。您能帮我检查并扩展一下吗? 谢谢。 Re: S32DS for ARM 2018R1 license 你好 我的 适用于 ARM v2018.r1 的 S32 Design Studio 的 许可证 已经过期。 能帮我扩展一下吗? 激活代码 00B2-2243-F93D-50F1 非常感谢。 Re: S32DS for ARM 2018R1 license 你好:我的 ARM 2018R1 IDE 的 S32DS 许可证已经过期。您能帮我检查并扩展一下吗? 谢谢 Re: S32DS for ARM 2018R1 license 你好,我的 ARM 版本 2018.R1 的 S32 Design Studio 许可证已经过期。能帮我扩展一下吗? 激活代码0255-52A3-B9BE-AB0C 非常感谢! Re: S32DS for ARM 2018R1 license 您好: 我的 ARM V2.2 版 S32DS 许可证将在 13 天后到期。您能帮我检查并扩展一下吗? 适用于 ARM 的 S32 设计工作室 ActivationId:97B6-8CB8-3FC0-851A Evaluation Days: 13 Feature Version: 2.2 Feature Status:评估 (13 天) 谢谢。 Re: S32DS for ARM 2018R1 license ,,,,,,,,,,,,,,,,,,,,,,,,,,, Re: S32DS for ARM 2018R1 license ,,,,,,,,,,,,,, Re: S32DS for ARM 2018R1 license ,,,,,,,,,,,,,,,,,,,,, Re: S32DS for ARM 2018R1 license ,,,,,,,,,,,,,,,,,,,,,,,, Re: S32DS for ARM 2018R1 license 是的 叶 Re: S32DS for ARM 2018R1 license 您好: 我的 ARM 2018R1 IDE 的 S32DS 许可证已过期。您能帮我检查并扩展一下吗? 谢谢。 Re: S32DS for ARM 2018R1 license 你好、 我的 S32DS ARM V2.2 许可证已过期。 您能帮我延长许可证的有效期吗? ActivationId:dd5c-6f03-8ae4-7eca 非常感谢。 Re: S32DS for ARM 2018R1 license 我的 S32DS for S32 Platform 3.4 许可证过期了,您能帮我检查并延期吗?谢谢。激活码 C5A1-5B94-2A38-9034 Re: S32DS for ARM 2018R1 license 您好: 早上好,先生!我的 S32ds 许可证过期了,您能帮我延长许可证吗? 非常感谢!需要您的帮助! Re: S32DS for ARM 2018R1 license 你好: 我的 ARM 2018R1 IDE 的 S32DS 许可证已经过期。您能帮我检查并扩展一下吗? 谢谢。Activation Code:349D-19F8-FFD7-7F10 回复: S32DS for ARM 2018R1 license 您好: 我的 ARM 2018R1 IDE 的 S32DS 许可证已过期。您能帮我检查并扩展一下吗? 谢谢。 激活代码592C-8B75-D563-0CAE Re: S32DS for ARM 2018R1 license 你好、 您的 S32DS 许可证已延期。 Re: S32DS for ARM 2018R1 license 我的 ARM 2018R1 的 S32DS 许可证已过期。我请求延期。非常感谢。 代码9DD9-3E3B-4AA1-1DE3 S32DS for ARM 2018R1 license 您好, 我的 S32 Design Studio for ARM v2018 R1 许可证已经过期,你能帮忙延期吗?谢谢! 激活代码 DE17-8B75-A725-CBC3 Re: S32DS for ARM 2018R1 license 我的 S32DS for Power Win32 v2017 IDE 许可证已过期。您能帮我检查并扩展一下吗? 提示"不允许返还此许可证。" 当我试图退货时。 谢谢。 Re: S32DS for ARM 2018R1 license 我的 ARM 2018R1 IDE 的 S32DS 许可证已过期。您能帮我检查并扩展一下吗? 激活代码 D429-1EC2-B799-7507 谢谢。 Re: S32DS for ARM 2018R1 license 你好:我的 S32 Power Architecture Design Studio® v2.1 - Windows/Linux IDE 已过期。您能帮我检查并扩展一下吗? 激活代码 DDD9-023A-976E-CD88 谢谢。 Re: S32DS for ARM 2018R1 license 您好: 我的 ARM 2018R1 IDE 的 S32DS 许可证已过期。您能帮我检查并扩展一下吗? 激活代码 DDD9-023A-976E-CD88 谢谢。 Re: S32DS for ARM 2018R1 license 你好、 您的 S32DS 许可证已延期。请使用旧代码重新激活 S32DS。 Re: S32DS for ARM 2018R1 license 你好,我的 ARM 版 S32 设计工作室 v2.2 许可证已过期,能否帮忙延期? 激活码: 2D6B-DC21-07CF-F125 Re: S32DS for ARM 2018R1 license 你好、 您的 S32DS 许可证已延期。 Re: S32DS for ARM 2018R1 license 您好: 我的 适用于 ARM v2.2 的 S32DS IDE 即将到期,你能帮我检查一下并延长它吗? 谢谢。 我的激活代码BC11-7022-0D21-E460 回复: S32DS for ARM 2018R1 license 你好 我的 S32 Design Studio for ARM v2018 R1 许可证已经过期,你能帮忙延期吗?谢谢! 激活代码 4777-90eb-daf6-ae57 Re: S32DS for ARM 2018R1 license 你好、 您的 S32DS 许可证已延期。 Re: S32DS for ARM 2018R1 license 你好 我的 ARM v2018 R1 版 S32 Design Studio 许可证已过期。能帮我延长一下吗? 激活代码6ec6-15b7-7227-97f6 谢谢。 卡罗 回复: S32DS for ARM 2018R1 license 您好: 我的 ARM V1.3 版 S32DS 许可证已过期。您能帮我检查并扩展一下吗? 谢谢。 Re: S32DS for ARM 2018R1 license 问题解决了,谢谢 Re: S32DS for ARM 2018R1 license 请帮我扩展 S32DS 许可证。激活代码:FF84-9C7B-EFCB-6595。谢谢! Re: S32DS for ARM 2018R1 license 您好, 我检查了您的账户,所有许可证都有效并已激活。对于 S32DS PA,您使用了不同的激活密钥,但这不是问题。 Re: S32DS for ARM 2018R1 license 软件反馈 :(许可证丢失) Re: S32DS for ARM 2018R1 license 您好,我的 S32 Design Studio for Power Architecture 2.1 版许可证已经过期,能否帮忙延长一下? 激活代码77fc-3b94-a7dc-54ee Re: S32DS for ARM 2018R1 license 你好,我的 ARM 版本 2018.R1 的 S32 Design Studio 许可证已经过期。能帮我扩展一下吗? 激活代码 FF84-9C7B-EFCB-6595 非常感谢您 Re: S32DS for ARM 2018R1 license 你好,我已经为 ARM 2018R1 重新安装了 S32DS。 离线激活时,activation.xml 显示"License can't be generated, it is already expired" 。 Re: S32DS for ARM 2018R1 license 你好、 您的 S32DS 许可证已延期。 Re: S32DS for ARM 2018R1 license 你好,适用于 ARM 版本 2018.R1 的 S32 Design Studio 的许可证已过期。能帮我扩展一下吗? 激活代码FC1A-4C29-3203-9C08 非常感谢您 回复: S32DS for ARM 2018R1 license 你好,我的 S32 Design Studio for ARM v3.5 许可证已经过期,你能帮忙延期吗?谢谢! 激活码:8A8B-9E9B-F34E-2603 回复: S32DS for ARM 2018R1 license 你好,我的 S32 Design Studio for ARM v2.2 许可证已经过期,你能帮忙延期吗?谢谢! 激活代码D0BA-0474-25E0-F056 S32DS for ARM 2018R1 license 你好,我的 S32 Design Studio for ARM v2018 R1 许可证已经过期,你能帮忙延期吗?谢谢!激活码:3ef3-981a-ce8d-45c3 Re: S32DS for ARM 2018R1 license 你好,我的 S32 Design Studio for ARM v2018 R1 许可证已经过期,你能帮忙延期吗?谢谢! 激活码:3ef3-981a-ce8d-45c3 回复: S32DS for ARM 2018R1 license 您好: 我的 ARM 2018R1 IDE 的 S32DS 许可证已过期。您能帮我检查并扩展一下吗? 谢谢。 Re: S32DS for ARM 2018R1 license 你好,我的 ARM 版本 2018.R1 的 S32 Design Studio 许可证即将到期 能否请您扩展一下?谢谢。 我的激活代码 C617-86A4-65B7-F3D9 非常感谢您 回复: S32DS for ARM 2018R1 license 你好,我的 S32 Design Studio for ARM v2018 R1 许可证已经过期,你能帮忙延期吗?谢谢! 激活代码0384-6363-91f6-cb8e Re: S32DS for ARM 2018R1 license 你好 我的 S32 Design Studio for ARM v2018 R1 许可证已经过期,你能帮忙延期吗?谢谢! 激活代码 8238-B154-F160-0911 Re: S32DS for ARM 2018R1 license 你好,我的 ARM 版本 2018.R1 的 S32 Design Studio 许可证即将到期 能否请您扩展一下?谢谢。 我的激活代码 516A-3379-0522-6A9D 非常感谢您 Re: S32DS for ARM 2018R1 license 你好,我的 ARM 版本 2018.R1 的 S32 Design Studio 许可证即将到期 能否请您扩展一下?谢谢。 我的激活代码 0d34-286b-9ee6-e692 非常感谢您 Re: S32DS for ARM 2018R1 license 你好、 您的 S32DS 许可证已延期。请使用旧代码重新激活 S32DS。 Re: S32DS for ARM 2018R1 license 我的 S32 Design Studio for ARM v2018 R1 许可证已经过期,你能帮忙延期吗?谢谢! 激活代码 DC0F-DD50-F612-9743 Re: S32DS for ARM 2018R1 license 您好、 我的许可证现在过期了,请帮助我延长许可证有效期,激活代码: DC0F-DD50-F612-9743 回复: S32DS for ARM 2018R1 license 您好、 我的许可证现在过期了,请帮助我延长许可证有效期,激活代码: DC0F-DD50-F612-9743 Re: S32DS for ARM 2018R1 license 你好,我的 ARM 版本 2018.R1 的 S32 Design Studio 许可证已经过期。能帮我扩展一下吗? 激活代码DE63-F9AF-C189-5399 非常感谢您 Re: S32DS for ARM 2018R1 license 您好: 我的 ARM 2018R1 IDE 的 S32DS 许可证已过期。您能帮我检查并扩展一下吗? 谢谢。 ========================================== 项目说明S32 设计工作室 Order NumberS32DS_2018_R1_100931407 采购订单编号 许可证总数:100 激活代码 C625-7579-0C28-63DC 适用于产品的许可证: 版本说明 R1 2018 S32 Design Studio(查看 EULA) 3.1 S32 Design Studio(查看 EULA) 100 可用       Re: S32DS for ARM 2018R1 license 您好: 我的 ARM 2018R1 IDE 的 S32DS 许可证已过期。您能帮我检查并扩展一下吗? 谢谢。 Re: S32DS for ARM 2018R1 license 你好,我的 ARM v2.2 版 S32 Design Studio 许可证已过期。能帮我扩展一下吗? 激活代码 F1B3-2017-8F0D-17BE 非常感谢。 Re: S32DS for ARM 2018R1 license 你好,@acirillo、 我已将您的许可证有效期延长至 2028 年底。 请使用 NXP 许可菜单中的 "刷新 "操作更新本地许可信息。 致以最崇高的敬意 Mehul Patel Re: S32DS for ARM 2018R1 license 你好、 我的 S32S 2018 许可证已过期。您能帮我检查并扩展一下吗? 谢谢! Re: S32DS for ARM 2018R1 license 你好,@linxwhut、 我已将两个许可证的有效期延长至 2028 年底。 请使用 NXP 许可菜单中的 "刷新 "操作更新本地许可信息。 致以最崇高的敬意 Mehul Patel Re: S32DS for ARM 2018R1 license 你好,@侦探、 我已将您的许可证有效期延长至 2028 年底。 请使用 NXP 许可菜单中的 "刷新 "操作更新本地许可信息。 致以最崇高的敬意 Mehul Patel Re: S32DS for ARM 2018R1 license 你好,我的 ARM 版本 2018.R1 的 S32 Design Studio 许可证已经过期。能帮我扩展一下吗? 激活代码C819-045E-F1F8-61B7 Re: S32DS for ARM 2018R1 license 您好,我和我的同事的 S32 Design Studio for Power Architecture 2.1 版许可证已经过期,能否请您帮我延期?谢谢 激活代码 :82DF-FC84-F43A-1EF0 激活代码 :5EBA-DE62-DCF0-02A9 Re: S32DS for ARM 2018R1 license 你好,霍根, ,我已将有效期延长至 2027 年。请使用当前代码重新激活。 致以最崇高的敬意, Mike Re: S32DS for ARM 2018R1 license 你好,我的 ARM 版本 2018.R1 的 S32 Design Studio 许可证已经过期。能帮我扩展一下吗? 激活代码E03E-A0CC-D45D-88C8 非常感谢您 Re: S32DS for ARM 2018R1 license 谢谢! Re: S32DS for ARM 2018R1 license 亲爱的 我的 ARM 版本 2018.R1 的 S32 Design Studio 许可证已过期。能帮我扩展一下吗? 激活代码E03E-A0CC-D45D-88C8 非常感谢 . Re: S32DS for ARM 2018R1 license 你好,@J_Gary、 我已将您的许可证有效期延长至 2028 年底。 请使用 NXP 许可菜单中的 "刷新 "操作更新本地许可信息。 致以最崇高的敬意 Mehul Re: S32DS for ARM 2018R1 license 你好,我的 S32 Design Studio for ARM v2018 R1 许可证已经过期,你能帮忙延期吗?谢谢! 激活代码E971-3802-1E3D-5BA6 Re: S32DS for ARM 2018R1 license 你好,@梁赞、 我已将您的许可证有效期延长至 2028 年 12 月底。 请刷新激活以使用它。 谢谢!顺祝商祺!  - Mehul Patel Re: S32DS for ARM 2018R1 license 你好,我的许可证过期了,能帮我延期吗? 数字是 非常感谢。 Re: S32DS for ARM 2018R1 license 嗨,莎拉, 您的许可证已被延期,请再试一次激活码。 致以最崇高的敬意, Mike 回复: S32DS for ARM 2018R1 license 你好,@Hansheng、 我已将您的许可证有效期延长至 2027 年底。请刷新激活以使用它。 谢谢!顺祝商祺!  -梅胡尔-帕特尔 Re: S32DS for ARM 2018R1 license 你好 我的 S32 Design Studio for ARM v2018.r1 许可证已经过期。能否请您帮忙扩展一下?谢谢! 激活代码 B7B1-173F-51BA-13A2 顺祝商祺! 萨拉 Re: S32DS for ARM 2018R1 license 你好,@1772137309。 我已将您的许可证有效期延长至 2028 年底。 请进入 S32DS 的帮助 -> NXP License 菜单,然后单击"Refresh" 更新本地计算机上的许可证数据。 致以最崇高的敬意 - Mehul Patel Re: S32DS for ARM 2018R1 license 你好 我的 S32 Design Studio for ARM v2018 R1 许可证已经过期,你能帮忙延期吗?谢谢! 激活代码B0A4-688C-2AD6-79EE Re: S32DS for ARM 2018R1 license 你好,@ScreenUser、 我已将您的许可证有效期延长至 2027 年。 请使用 NXP 许可菜单中的 "刷新 "操作更新本地许可信息。 致以最崇高的敬意 - Mehul Patel Re: S32DS for ARM 2018R1 license 我的 S32 Design Studio for ARM v2018 R1 许可证已经过期,你能帮忙延期吗?谢谢! 激活码:6C82-9208-D1F2-C38F Re: S32DS for ARM 2018R1 license 您好, ,我已将您的许可证有效期延长至 2026 年。 请使用 NXP 许可菜单中的 "刷新 "操作更新本地许可信息。 致以最崇高的敬意, Mike Re: S32DS for ARM 2018R1 license 您好: 我的 S32DS_Power_Win32_v2.1 IDE 许可证已过期。您能帮我检查并扩展一下吗? 谢谢。 回复: S32DS for ARM 2018R1 license 您好、 我的许可证已过期,请帮助我延长许可证有效期,有效代码为:93E3-80E7-2A38-9E70 回复: S32DS for ARM 2018R1 license 您好,我的许可证已过期,请帮助延长许可证有效期,有效代码 :93E3-80E7-2A38-9E70 Re: S32DS for ARM 2018R1 license 非常感谢。现在一切正常。 再次感谢您。 Re: S32DS for ARM 2018R1 license 你好,郝, ,我已将你的许可证延期 3 年。请进入 S32DS 的帮助 -> NXP License 菜单,然后单击"Refresh" 更新本地计算机上的许可证数据。 致以最崇高的敬意, Mike Re: S32DS for ARM 2018R1 license 你好,@Jaydenyzhu 我已将这项权利延长至 2026 年。 请使用激活码接收新许可证。 顺祝商祺! - Mehul Patel S32DS for ARM 2018R1 license 亲爱的 我的 ARM 版本 2018.R1 的 S32 Design Studio 许可证已过期。能帮我扩展一下吗? 激活代码D5D0-D801-AB24-58DF 非常感谢。 Re: S32DS for ARM 2018R1 license 我的 ARM 2018_R1 版 S32 Design Studio 将在 4 天后过期,你能帮忙延期吗?谢谢; ActivationId:799e-5e79-910f-6c57 Re: S32DS for ARM 2018R1 license 你好,Gen Li, ,我已将你的许可证延期 3 年。 请使用当前激活码重新激活。 致以最崇高的敬意, Mike Re: S32DS for ARM 2018R1 license 早上好、 我的 S32 Design Studio for Power Architecture 2.1 版集成开发环境许可证已过期。能帮我扩展一下吗? 激活代码 DBA1-317C-5265-7E4F 非常感谢。 Re: S32DS for ARM 2018R1 license 你好,Mehul_Patel、 S32DS 现在可以正常工作了,非常感谢!!..! Re: S32DS for ARM 2018R1 license 你好,@祖桥、 我已将您的许可证有效期延长至 2026 年 12 月底。 请刷新激活。 谢谢。谨致问候。 - Mehul Patel Re: S32DS for ARM 2018R1 license 你好 激活码是D876-C313-75B1-2E1B ,谢谢。 Re: S32DS for ARM 2018R1 license 你好,@cjgyf、 我已将您的权利延长至 2025 年 12 月底。请刷新或重新激活您的安装。 顺祝商祺! - Mehul Patel Re: S32DS for ARM 2018R1 license 你好,@祖桥、 请分享适用于 Arm v2018 的 S32DS 的激活码,这样我就可以重新激活你的许可证。 谢谢!顺祝商祺!  -梅胡尔-帕特尔 Re: S32DS for ARM 2018R1 license 我的许可证也过期了(9DE8-C6AE-8B6B-952B),您能帮我延期吗?非常感谢! Re: S32DS for ARM 2018R1 license 恩智浦专家,您好、 我的 S32DS for Arm v2018 许可证已经过期,许可证已经退回,显示许可证现在丢失了,请帮忙延长许可证,非常感谢! 戴维 Re: S32DS for ARM 2018R1 license 你好,迈克 抱歉耽搁了。非常感谢。现在一切正常。 此致敬礼, 弗朗西斯科 Re: S32DS for ARM 2018R1 license 你好 我已将你的许可证延长至 2025 年。请使用相同的代码重新激活。 顺祝商祺! Mike Re: S32DS for ARM 2018R1 license 你好,我的许可证过期了,能帮我延期吗? 数字是 09D2-de37-6529-87FB 谢谢! 弗朗西斯科 Re: S32DS for ARM 2018R1 license 你好,@francesco_solit、 我检查了服务器日志中的这项权利。报告已达到返回许可证的最大数量。我 RESET 了计数,所以现在应该可以工作了。请您的同事再试一次。 还请注意,如果您的同事使用以下链接并登录他们的 NXP.com 账户,他们也可以获得自己的许可证: https://www.nxp.com/webapp/swlicensing/sso/downloadSoftware.sp?catid=S32-DS-ARM_v2018 顺祝商祺! Mike Re: S32DS for ARM 2018R1 license 你好,迈克 现在,重新激活在我的电脑上正常工作,但在我同事的其他电脑上就不行了,而在过去,同样的许可证在这些电脑上是正常工作的。是否也可以为我的同事扩展许可证?或者是否有可能为它们领取新的许可证?他们的恩智浦账户是 [email protected] [email protected] 在此先表示感谢,并致以诚挚的问候、 弗朗切斯科-索利托 Re: S32DS for ARM 2018R1 license 非常感谢麦克。 此致敬礼, 弗朗切斯科-索利托 Re: S32DS for ARM 2018R1 license 你好,@francesco_solit、 我已经延长了你的权利。请刷新许可证,以便收到新的到期日期。 顺祝商祺! Mike Re: S32DS for ARM 2018R1 license 早上好。 我们的 ARM 2018R1 的 S32DS 许可证即将到期。能否请您扩展一下?请参见附件。 谢谢,并致以诚挚的问候、 弗朗切斯科-索利托 Re: S32DS for ARM 2018R1 license 你好 我已将这一权利延长至 2025 年。请使用激活码接收新许可证。 顺祝商祺! Mike Re: S32DS for ARM 2018R1 license 你好,我的许可证过期了,能帮我延期吗? 数字是 4F70-F0A3-101C-3C96 非常感谢 Re: S32DS for ARM 2018R1 license 谢谢你,迈克。 祝你愉快 Re: S32DS for ARM 2018R1 license 你好 这两项权利都已延长至 2025 年。请使用激活码重新激活您的安装。 顺祝商祺! Mike Re: S32DS for ARM 2018R1 license 你好,我的许可证过期了,能帮我延期吗? 数字是 B361-6887-8BBF-ed12 此外,还有我的同事安娜-达莱西奥: E735-6A42-FED4-6005 非常感谢 阿妮塔 Re: S32DS for ARM 2018R1 license 你好@zhanglei327、 我已将您的权利延长至 2025 年。请使用 "帮助"-> NXP Licenses 菜单中的 "刷新 "按钮将您的安装与许可证服务器同步。 顺祝商祺! Mike Re: S32DS for ARM 2018R1 license 你好 我的执照马上就要到期了。 Re: S32DS for ARM 2018R1 license 早上好! 问题解决了! 非常感谢。 瓦莱里娅 Re: S32DS for ARM 2018R1 license 你好,@valeriaalessi、 我已从服务器端手动返回许可证。当您收到退还许可证的提议时,请选择 "是"。有时有些设置无法正确 RESET,这会强制 RESET 它。在此之后,再加上我退回许可证的操作,您就可以顺利激活了。 顺祝商祺! Mike Re: S32DS for ARM 2018R1 license 早上好、 我试着用相同的许可证号重新激活,但它仍然告诉我该许可证用于另一项功能。但是,在第一个错误之后,第二个关于返回次数超标的错误并没有再次出现。 你能帮帮我吗? 非常感谢。 瓦莱里娅 Re: S32DS for ARM 2018R1 license 你好,@valeriaalessi、 我检查了许可证服务器。它报告说您已超过返回次数上限。我已经 RESET 了退货次数。现在问题应该已经解决。请再试一次。 Mike Re: S32DS for ARM 2018R1 license 早上好、 我试着再次激活许可证,使用与之前相同的号码,但它告诉我许可证用于另一项功能。然后,如果我点击返回,就会出现错误信息(见附件)。 您能帮帮我吗? 非常感谢! 瓦莱里娅 Re: S32DS for ARM 2018R1 license 你好 我已将你的许可证延长至 2025 年。请从 Help->NXP Licenses 菜单刷新,或使用与之前相同的激活码重新激活。 顺祝商祺! Mike Re: S32DS for ARM 2018R1 license 早上好、 我的 ARM 2018R1 IDE 的 S32DS 许可证已过期。能帮我扩展一下吗? 在附件中,您可以找到已过期的当前许可证。 非常感谢。 瓦莱里娅 Re: S32DS for ARM 2018R1 license 你好 我扩大了你的权利。请刷新或重新激活您的安装。 顺祝商祺! Mike Re: S32DS for ARM 2018R1 license 我的也过期了,请帮忙延长一下,谢谢了 回复: S32DS for ARM 2018R1 license 帮我的也延长一下,谢谢了,A9DC-778F-BAF6-8677,过期了 回复: S32DS for ARM 2018R1 license 求官方S32DS for ARM V2.2延期一下 A467-A14C-CD17-0852 Re: S32DS for ARM 2018R1 license 我的 S32DS Power V2.1 许可证已过期。 您能帮我延长许可证的有效期吗? 激活码1c02-6c5e-91a6-0f19 非常感谢。 Re: S32DS for ARM 2018R1 license 您好: 我的 ARM v2.2 IDE 的 S32DS 许可证已过期。您能帮我检查并扩展一下吗? 谢谢。 回复: S32DS for ARM 2018R1 license 你好,我的 ARM 版本 v2.2 的 S32 Design Studio 许可证即将到期 能否请您扩展一下?谢谢。 我的激活代码  95F3-8275-56B8-B07D 非常感谢您 Re: S32DS for ARM 2018R1 license 项目描述S32 Design Studio for ARM v2018 订单号S32-DS-ARM_v2018_169264627 您能帮我延长许可证的长度吗?激活码EBF4-DE52-80C0-FD65 非常感谢。 Re: S32 Design Studio for ARM v2.2 license马上过期了,申请延长 订单号/行号:S32DS-IDE-ARM-V2-X_186201937 / 1 已发货数量:1 激活码:2107-4B0B-EBCA-A774 产品:S32 Design Studio for ARM v2.2 主机:647F47BFF507631C69881D8FA0244925EE42B3D7 订单日期:2022年8月15日
View full article
FRDM-A-S32K344ボードのオンボードエミュレーターは、どのようにしてcomsis-dapやjlinkをサポートしていますか? NXPはFRDM-A-S32K344ユニバーサル開発ボードを立ち上げました。しかし、**搭載**エミュレーターはcomsis-dapやjlinkをサポートしておらず、**Zephyr**ファームウェアの書き込み、デバッグ、VSCode開発などの一般的な**アプリケーション**での利用が大きく妨げられています。FUTUREこの点での支援計画はありますか?
View full article
The system uses an IMX8MP platform, an SGTL5000 sound card, and a Linux kernel version of 5.4.70. When playing sound, the kernel displays an "underrun" message, and the sound card's DMA (Data Transfer Analysis) function malfunctions. Main controller: imx8mp Kernel: Linux 5.4.70 Sound card: SGTL5000 Application: Moves data into the DMA buffer using mmap. Fault symptom: When the application plays audio for a period of time, the kernel displays the error message: fsl-sai 30C3000.sai: isr:Transmit. The "underrun detected" message is printed on the screen and corresponds to the specific kernel file: ./kernel/kernel-5.4.70/sound/soc/fsl/fsl_sai.c. ........... if(flags & FSL_SAI_CSR_FEF) { dev_dbg(dev,"isr:Transmit underrun detected\n"); /* FIFO reset for safety */ xcsr |= FSL_SAI_CSR_FR; } ........... At the same time, use the command `cat /proc/interrupts | grep sdma` to check the DMA interrupt count for the sound card and stop it from increasing. In the current code setup, is it true that when the FIFO goes underrun, the FIFO state becomes abnormal, which in turn causes the DMA to malfunction? Looking at the IMX8MP specifications, there's a description like this: FCONT: IMX8MP PRM document 14.4.2.7.3. When FIFO Continue on Error is enbaled, the FIFO continues transmitting data following an underrun without software intervention. To ensure that data transmits in the correct order, the transmitter continues from the same word number in the frame that caused the FIFO to inderrun, but only after new data writes to transmit FIFO ........................................ According to this configuration in the specification, in this situation, after the DMA goes underrun, can it still work normally? As long as the DMA moves the data to the FIFO, it can continue playing the previous sound, instead of the previous DMA malfunctioning and the FIFO going underrun? Re: imx8mp platform,sgtl5000声卡,linux内核版本5.4.70,当声音播放的时候,内核出现underrun的刷屏打印,而且声卡执行数据搬移的dma工作异常。 Hi @zhuliushun 1. The understanding of FCONT is basically correct, but FCONT is not a fundamental solution. 2. The root cause is that the TX FIFO feeding speed is less than the consumption speed. You can check this to see if it is the case. 3. Consider installing the following two patches: LKML: Shengjiu Wang: [PATCH] ASoC: fsl_sai: Enable 'FIFO continue on error' FCONT bit ASoC: fsl_sai: Remove unnecessary FIFO reset in ISR - Patchwork Best Regards, Zhiming Re: imx8mp platform,sgtl5000声卡,linux内核版本5.4.70,当声音播放的时候,内核出现underrun的刷屏打印,而且声卡执行数据搬移的dma工作异常。 Hello @Zhiming_Liu Yes, the reason for this problem is that the FIFO filling speed is slower than the FIFO data consumption speed. And FIFO filling is based on DMA. 1. Current debugging has revealed that when the FIFO is depleted, it undergoes an underrun, and the DMA also stops working, thus preventing the FIFO from being refilled. 2. After applying the two patches from the post, debugging revealed that the FIFO still underruns, and DMA is not working . In the interrupt callback function fsl_sai_isr() in fsl_sai.c, the values of xcsr and tcr4 are printed. See below for details: fsl-sai 30c30000.sai scsr :status:0xd0170c01 fsl-sai 30c30000.sai isr: transmit inderrun detected,tcr4: 0x18010f3a When the malfunction occurred, the above-mentioned printing kept refreshing the screen. 3. Based on the findings in 2, bit[28] in tcr4 =1, FCONT is enabled . 4. Regarding my problem: audio file playback freezes (FIFO underrun, DMA not working, stuck). My desired solution is: when the FIFO underruns, preserve the hardware data and move the current state without resetting, while the DMA functions normally . When data becomes available in the buffer (filled by the application using mmap), the DMA (based on the DMA request from the FIFO) moves the data to the FIFO , allowing the audio file to continue playing. Is this feasible?
View full article
S32DS for ARM 2018R1 license Hi: My license of S32DS for ARM 2018R1 IDE has expired. Could you help check and extend it for me?  Thanks. Re: S32DS for ARM 2018R1 license Hello, my license of S32 Design Studio for ARM v2018.R1  has expired. Could you please extend it for me?  Activation Code 00B2-2243-F93D-50F1 Thanks a lot. Re: S32DS for ARM 2018R1 license Hi: My license of S32DS for ARM 2018R1 IDE has expired. Could you help check and extend it for me?  Thanks Re: S32DS for ARM 2018R1 license Hi, my license of S32 Design Studio for ARM Version 2018.R1 has expired. Could you please extend it for me?  Activation Code: 0255-52A3-B9BE-AB0C Thanks a lot! Re: S32DS for ARM 2018R1 license Hi: My license of S32DS for ARM V2.2 will expired in 13 days. Could you help check and extend it for me?  S32 Design Studio for ARM ActivationId: 97B6-8CB8-3FC0-851A Evaluation Days: 13 Feature Version: 2.2 Feature Status: Evaluation (13 days) Thanks. Re: S32DS for ARM 2018R1 license ,,,,,,,,,,,,,,,,,,,,,,,,,,, Re: S32DS for ARM 2018R1 license ,,,,,,,,,,,,,, Re: S32DS for ARM 2018R1 license ,,,,,,,,,,,,,,,,,,,,, Re: S32DS for ARM 2018R1 license ,,,,,,,,,,,,,,,,,,,,,,,, Re: S32DS for ARM 2018R1 license yes Yeh Re: S32DS for ARM 2018R1 license Hi: My license of S32DS for ARM 2018R1 IDE has expired. Could you help check and extend it for me?  Thanks. Re: S32DS for ARM 2018R1 license Hi,  My S32DS ARM V2.2 license has expired.  Could you please extend the license for me? ActivationId: DD5C-6F03-8AE4-7ECA Thank you so much. Re: S32DS for ARM 2018R1 license My license of S32DS for S32 Platform 3.4 has expired .Could you help check and extend it for me? Thanks.Activation Code C5A1-5B94-2A38-9034 Re: S32DS for ARM 2018R1 license Hi: Good morning,Sir!My S32ds License has expired,Could you help me extended the license.The Software Version is 2.2 Thank You So Much!Need Your Help! Re: S32DS for ARM 2018R1 license Hi: My license of S32DS for ARM 2018R1 IDE has expired. Could you help check and extend it for me? Thanks. Activation Code:349D-19F8-FFD7-7F10 回复: S32DS for ARM 2018R1 license Hi: My license of S32DS for ARM 2018R1 IDE has expired. Could you help check and extend it for me?  Thanks.  Activation Code592C-8B75-D563-0CAE Re: S32DS for ARM 2018R1 license Hi,  your S32DS license has been extended.  Re: S32DS for ARM 2018R1 license My license for S32DS for ARM 2018R1 has expired. I would like to kindly request an extension for it. Thank you very much. code  9DD9-3E3B-4AA1-1DE3 S32DS for ARM 2018R1 license Hi, My S32 Design Studio for ARM v2018 R1 License has already expired,could you help to extend it?Thanks! Activation Code: DE17-8B75-A725-CBC3 Re: S32DS for ARM 2018R1 license My license of S32DS for Power Win32 v2017 IDE has expired. Could you help check and extend it for me?  It's tips that "Returning this license is not allowed. " when I try to return it. Thanks.  Re: S32DS for ARM 2018R1 license My license of S32DS for ARM 2018R1 IDE has expired. Could you help check and extend it for me?  Activation Code   D429-1EC2-B799-7507 Thanks.    Re: S32DS for ARM 2018R1 license Hi: My license of S32 Design Studio for Power Architecture® v2.1 - Windows/Linux  IDE has expired. Could you help check and extend it for me?  Activation Code  DDD9-023A-976E-CD88 Thanks.    Re: S32DS for ARM 2018R1 license Hi: My license of S32DS for ARM 2018R1 IDE has expired. Could you help check and extend it for me?  Activation Code  DDD9-023A-976E-CD88 Thanks.    Re: S32DS for ARM 2018R1 license Hi,  your S32DS License has been extended. Please activate S32DS again with your old code.  Re: S32DS for ARM 2018R1 license Hi, My S32 Design Studio for ARM v2.2 License has already expired,could you help to extend it?Thanks! Activation Code: 2D6B-DC21-07CF-F125 Re: S32DS for ARM 2018R1 license Hi,  your S32DS license has been extended.  Re: S32DS for ARM 2018R1 license Hi: My license of S32DS for ARM v2.2 IDE expiration soon , Could you help check and extend it for me?  Thanks. My activation Code: BC11-7022-0D21-E460 回复: S32DS for ARM 2018R1 license Hello, My S32 Design Studio for ARM v2018 R1 License has already expired,could you help to extend it?Thanks! Activation Code: 4777-90EB-DAF6-AE57 Re: S32DS for ARM 2018R1 license Hi,  your S32DS License has been extended.  Re: S32DS for ARM 2018R1 license Hello, my license of S32 Design Studio for ARM v2018 R1 is expired. Could you extend it for me?  Activation Code: 6EC6-15B7-7227-97F6 Thanks. Carlo 回复: S32DS for ARM 2018R1 license Hi: My license of S32DS for ARM V1.3 has expired. Could you help check and extend it for me?  Thanks. Re: S32DS for ARM 2018R1 license Problem solved, thank you Re: S32DS for ARM 2018R1 license Please help me extended S32DS license . Activation Code: FF84-9C7B-EFCB-6595. Thanks! Re: S32DS for ARM 2018R1 license Hi, I checked your account and all licenses are valid and activated. For S32DS PA you used different activation key, but it is not an issue.  Re: S32DS for ARM 2018R1 license Software feedback :(License missing) Re: S32DS for ARM 2018R1 license Hi, My S32 Design Studio for Power Architecture Version 2.1 License has already expired,could you help to extend it?Thanks! Activation Code: 77FC-3B94-A7DC-54EE Re: S32DS for ARM 2018R1 license Hi, my license of S32 Design Studio for ARM Version 2018.R1 has expired. Could you please extend it for me?  Activation Code: FF84-9C7B-EFCB-6595 Thanks a lot Re: S32DS for ARM 2018R1 license Hello, I have re-installed S32DS for ARM 2018R1. When activate offline, the activation.xml shows "License can not be generated, it is already expired". Re: S32DS for ARM 2018R1 license Hi,  your S32DS license has been extended.  Re: S32DS for ARM 2018R1 license Hello, the license of S32 Design Studio for ARM Version 2018.R1 has expired. Could you please extend it for me? Activation Code: FC1A-4C29-3203-9C08 Thanks a lot 回复: S32DS for ARM 2018R1 license Hi, My S32 Design Studio for ARM v3.5 License has already expired,could you help to extend it?Thanks! Activation Code: 8A8B-9E9B-F34E-2603 回复: S32DS for ARM 2018R1 license Hi, My S32 Design Studio for ARM v2.2 License has already expired,could you help to extend it?Thanks! Activation Code: D0BA-0474-25E0-F056 S32DS for ARM 2018R1 license Hi, My S32 Design Studio for ARM v2018 R1 License has already expired,could you help to extend it?Thanks! Activation Code: 3EF3-981A-CE8D-45C3 Re: S32DS for ARM 2018R1 license Hi, My S32 Design Studio for ARM v2018 R1 License has already expired,could you help to extend it?Thanks! Activation Code: 3EF3-981A-CE8D-45C3 回复: S32DS for ARM 2018R1 license Hi: My license of S32DS for ARM 2018R1 IDE has expired. Could you help check and extend it for me?  Thanks. Re: S32DS for ARM 2018R1 license Hello, my license of S32 Design Studio for ARM Version 2018.R1 expiration soon Could you please extend it ? Thanks.  My activation Code: C617-86A4-65B7-F3D9 Thanks a lot 回复: S32DS for ARM 2018R1 license Hi, My S32 Design Studio for ARM v2018 R1 License has already expired,could you help to extend it?Thanks! Activation Code: 0384-6363-91F6-CB8E Re: S32DS for ARM 2018R1 license Hello, My S32 Design Studio for ARM v2018 R1 License has already expired,could you help to extend it?Thanks! Activation Code: 8238-B154-F160-0911 Re: S32DS for ARM 2018R1 license Hello, my license of S32 Design Studio for ARM Version 2018.R1 expiration soon Could you please extend it ? Thanks.  My activation Code: 516A-3379-0522-6A9D Thanks a lot Re: S32DS for ARM 2018R1 license Hello, my license of S32 Design Studio for ARM Version 2018.R1 expiration soon Could you please extend it ? Thanks.  My activation Code: 0D34-286B-9EE6-E692 Thanks a lot Re: S32DS for ARM 2018R1 license Hi,  your S32DS license has been extended. Please activate again your S32DS with the old code.  Re: S32DS for ARM 2018R1 license My S32 Design Studio for ARM v2018 R1 License has already expired,could you help to extend it?Thanks! Activation Code: DC0F-DD50-F612-9743 Re: S32DS for ARM 2018R1 license Hello, My license  expired now, please help to extended license , active code : DC0F-DD50-F612-9743 回复: S32DS for ARM 2018R1 license Hello, My license  expired now, please help to extended license , active code : DC0F-DD50-F612-9743 Re: S32DS for ARM 2018R1 license Hi, my license of S32 Design Studio for ARM Version 2018.R1 has expired. Could you please extend it for me?  Activation Code: DE63-F9AF-C189-5399 Thanks a lot Re: S32DS for ARM 2018R1 license Hi: My license of S32DS for ARM 2018R1 IDE has expired. Could you help check and extend it for me?  Thanks. ========================================== Item DescriptionS32 Design Studio Order NumberS32DS_2018_R1_100931407 Purchase Order Number Total Number of Licenses:100 Activation Code  C625-7579-0C28-63DC License Applicable to Product(s): Version Description R1 2018 S32 Design Studio (View EULA) 3.1 S32 Design Studio (View EULA) 100 Available       Re: S32DS for ARM 2018R1 license Hi: My license of S32DS for ARM 2018R1 IDE has expired. Could you help check and extend it for me?  Thanks. Re: S32DS for ARM 2018R1 license Hello,my license of S32 Design Studio for ARM v2.2 has expired. Could you please extend it for me?  Activation Code F1B3-2017-8F0D-17BE Thanks a lot. Re: S32DS for ARM 2018R1 license Hi, @acirillo , I have extended your license expiration to end of 2028. Please use the 'Refresh' action in the NXP License menu to update your local license info. Best Regards, Mehul Patel Re: S32DS for ARM 2018R1 license Hi,  My license of S32S 2018 has expired. Could you help check and extend it for me?  Thanks Re: S32DS for ARM 2018R1 license Hi, @linxwhut ,  I have extended both license expiration to end of 2028. Please use the 'Refresh' action in the NXP License menu to update your local license info. Best Regards, Mehul Patel Re: S32DS for ARM 2018R1 license Hi, @Detective , I have extended your license expiration to end of 2028. Please use the 'Refresh' action in the NXP License menu to update your local license info. Best Regards, Mehul Patel Re: S32DS for ARM 2018R1 license Hi, my license of S32 Design Studio for ARM Version 2018.R1 has expired. Could you please extend it for me?  Activation Code: C819-045E-F1F8-61B7 Re: S32DS for ARM 2018R1 license Hello, my colleague and I have expired the S32 Design Studio for Power Architecture Version 2.1 License, could you please help me extend it? thank you Activation code :82DF-FC84-F43A-1EF0 Activation code :5EBA-DE62-DCF0-02A9 Re: S32DS for ARM 2018R1 license Hello Hogan, I have extended the expiration to 2027. Please re-activate with current code. Best Regards, Mike Re: S32DS for ARM 2018R1 license Hi, my license of S32 Design Studio for ARM Version 2018.R1 has expired. Could you please extend it for me?  Activation Code: E03E-A0CC-D45D-88C8 Thanks a lot Re: S32DS for ARM 2018R1 license thanks Re: S32DS for ARM 2018R1 license Dear, my license of S32 Design Studio for ARM Version 2018.R1 has expired. Could you please extend it for me?  Activation Code: E03E-A0CC-D45D-88C8 Thanks a lot . Re: S32DS for ARM 2018R1 license Hi, @J_Gary , I have extended your license expiration to end of 2028. Please use the 'Refresh' action in the NXP License menu to update your local license info. Best Regards, Mehul Re: S32DS for ARM 2018R1 license Hi, My S32 Design Studio for ARM v2018 R1 License has already expired,could you help to extend it?Thanks! Activation Code: E971-3802-1E3D-5BA6 Re: S32DS for ARM 2018R1 license Hi, @liamtsen ,  I have extended your license through end of December 2028.  Please refresh the activation to use it.  Thank you. Best regards.  - Mehul Patel  Re: S32DS for ARM 2018R1 license Hi, my licence is expired, can you help me to extend it? The number is  Thanks a lot. Re: S32DS for ARM 2018R1 license Hi Sarah, Your license has been extended, please try the activation code again. Best Regards, Mike 回复: S32DS for ARM 2018R1 license Hi, @Hansheng ,  I have extended your license through end of 2027. Please refresh the activation to use it.  Thank you. Best regards.  -Mehul Patel  Re: S32DS for ARM 2018R1 license Hello, My S32 Design Studio for ARM v2018.R1 License has already expired. Could you please help to extend it? Thanks! Activation Code: B7B1-173F-51BA-13A2 Best regards, Sarah Re: S32DS for ARM 2018R1 license Hi, @1772137309 .  I have extended your license through end of 2028. Please go to the Help -> NXP License menu in S32DS and click "Refresh" to update the license data on your local machine. Best Regards, - Mehul Patel Re: S32DS for ARM 2018R1 license Hello, My S32 Design Studio for ARM v2018 R1 License has already expired,could you help to extend it?Thanks! Activation Code: B0A4-688C-2AD6-79EE Re: S32DS for ARM 2018R1 license Hi, @ScreenUser , I have extended your license expiration to 2027. Please use the 'Refresh' action in the NXP License menu to update your local license info. Best Regards, - Mehul Patel Re: S32DS for ARM 2018R1 license My S32 Design Studio for ARM v2018 R1 License has already expired,could you help to extend it?Thanks! Activation Code: 6C82-9208-D1F2-C38F Re: S32DS for ARM 2018R1 license Hello, I have extended your license expiration to 2026. Please use the 'Refresh' action in the NXP License menu to update your local license info. Best Regards, Mike Re: S32DS for ARM 2018R1 license Hi: My license ofS32DS_Power_Win32_v2.1 IDE has expired. Could you help check and extend it for me?  Thanks. 回复: S32DS for ARM 2018R1 license Hello, My license  expired now, please help to extended license , active code :93E3-80E7-2A38-9E70 回复: S32DS for ARM 2018R1 license Hello, My license  expired now, please help to extended license , active code :93E3-80E7-2A38-9E70 Re: S32DS for ARM 2018R1 license Thank you very much. Now everything is working correctly. Thank you again. Re: S32DS for ARM 2018R1 license Hello Hao, I have extended your license by 3 years. Please go to the Help -> NXP License menu in S32DS and click "Refresh" to update the license data on your local machine. Best Regards, Mike Re: S32DS for ARM 2018R1 license Hello, @Jaydenyzhu  I have extended this entitlement through 2026. Please use the activation code to receive the new license. Best Regards, - Mehul Patel S32DS for ARM 2018R1 license Dear, my license of S32 Design Studio for ARM Version 2018.R1 has expired. Could you please extend it for me?  Activation Code D5D0-D801-AB24-58DF Thanks a lot. Re: S32DS for ARM 2018R1 license My S32 Design Studio for ARM 2018_R1 would expired in 4 days, could you help to extend it? thanks; ActivationId: 799E-5E79-910F-6C57 Re: S32DS for ARM 2018R1 license Hello Gen Li, I have extended your license for 3 years. Please re-activate using current activation code. Best Regards, Mike Re: S32DS for ARM 2018R1 license Good morning, my license of S32 Design Studio for Power Architecture Version 2.1 IDE has expired. Could you please extend it for me?  Activation Code DBA1-317C-5265-7E4F Thanks a lot. Re: S32DS for ARM 2018R1 license Hi, Mehul_Patel, S32DS works now, thank you very much !!! Re: S32DS for ARM 2018R1 license Hi, @zuqiao ,  I have extended your license through end of December - 2026.  Please refresh the activation.  Thank you. Kind regards.  - Mehul Patel Re: S32DS for ARM 2018R1 license Hello, The activation code is D876-C313-75B1-2E1B , thanks. Re: S32DS for ARM 2018R1 license Hi, @cjgyf , I've extended your entitlement through end of December 2025. Please refresh or re-activate your installation. Best Regards, - Mehul Patel Re: S32DS for ARM 2018R1 license Hi, @zuqiao ,  Please can you share the activation code for the S32DS for Arm v2018, so that I can reactivate your license.   Thank you. Best regards.  -Mehul Patel Re: S32DS for ARM 2018R1 license My license has also expired (9DE8-C6AE-8B6B-952B), could you extend it for me? Thank you very much! Re: S32DS for ARM 2018R1 license Hello NXP expert, My S32DS for Arm v2018 license has expired, the license has been returned and it shows the license is missing by now, please help to extend the license, thanks a lot ! David Re: S32DS for ARM 2018R1 license Hello Mike Sorry for the delay. Thank you very much. Now everything is working correctly. Kind regards, Francesco Re: S32DS for ARM 2018R1 license Hello, I have extended your license through 2025. Please re-activate with the same code. Best Regards, Mike Re: S32DS for ARM 2018R1 license Hi, my licence is expired, can you help me to extend it? The number is  09D2-DE37-6529-87FB Thank you. Francesco Re: S32DS for ARM 2018R1 license Hello @francesco_solit, I checked the server logs for this entitlement. It is reporting the maximum number of returned licenses has been reached. I reset the count, so it should work now. Please ask your colleagues to try again. Please also note, your colleagues could get their own license if they use the following link and login to their NXP.com account: https://www.nxp.com/webapp/swlicensing/sso/downloadSoftware.sp?catid=S32-DS-ARM_v2018 Best Regards, Mike Re: S32DS for ARM 2018R1 license Hello Mike The re-activation is now working on my PC, but it is no more working on the other PCs of my colleagues, where in the past the same licence was working. Is it possible to extend the license also for my colleagues? Or is it possible to receive new licences for them? Their NXP accounts are: [email protected] [email protected] Thank you in advance and kind regards, Francesco Solito Re: S32DS for ARM 2018R1 license Thnk you very much mike. Kind regards, Francesco Solito Re: S32DS for ARM 2018R1 license Hello @francesco_solit, I have extended your entitlement. Please refresh the license so it will receive the new expiration date. Best Regards, Mike Re: S32DS for ARM 2018R1 license Good morning. Our licence for S32DS for ARM 2018R1 is going to expire. Could you please extend it? You can find it in attachment. Thank you and kind regards, Francesco Solito Re: S32DS for ARM 2018R1 license Hello, I have extended this entitlement through 2025. Please use the activation code to receive the new license. Best Regards, Mike Re: S32DS for ARM 2018R1 license Hi, my licence is expired, can you help me to extend it? The number is  4F70-F0A3-101C-3C96 Thank u so much. Re: S32DS for ARM 2018R1 license Thank you Mike. Have a good day! Re: S32DS for ARM 2018R1 license Hello, Both entitlements have been extended through 2025. Please use the activation code to re-activate your installations. Best Regards, Mike Re: S32DS for ARM 2018R1 license Hi, my licence is expired, can you help me to extend it? The number is  B361-6887-8BBF-ED12 Moreover, also for my collegue Anna D'Alessio:  E735-6A42-FED4-6005 Thank u so much. Anita Re: S32DS for ARM 2018R1 license Hello @zhanglei327, I have extended your entitlement through 2025. Please use the 'Refresh' button located within the Help -> NXP Licenses menu to synchronize your installation with the license server. Best Regards, Mike Re: S32DS for ARM 2018R1 license Hello, My license will be expired soon. Re: S32DS for ARM 2018R1 license Good morning! The issue is solved! Thanks a lot. Valeria Re: S32DS for ARM 2018R1 license Hello @valeriaalessi, I have manually returned the license from the server side. When you receive the offer to return the license, please choose 'Yes'. Sometimes there is some setting which does not get reset properly and this will force it to be reset. After this, and with my action to return the license, you should be able to activate without issue. Best Regards, Mike Re: S32DS for ARM 2018R1 license Good morning, I tried to re-activate with the same license number but it continues to tell me that the license is for another feature. However, the second error about exceeded number of returns does not come out again, after the first one. Could you help me? Thanks a lot. Valeria Re: S32DS for ARM 2018R1 license Hello @valeriaalessi, I checked the license server. It reported that you had exceeded the maximum number of returns. I have reset the return count. The issue should now be resolved. Please try once more. Mike Re: S32DS for ARM 2018R1 license Good morning, I tried to activate again the license, with the same number as before, but it tells me that the license is for another feature. Then, if I click on return, a error message appears (see attachments). Could you help me please? Thanks a lot! Valeria Re: S32DS for ARM 2018R1 license Hello, I have extended your license through 2025. Please refresh from the Help->NXP Licenses menu or reactivate using the same activation code as before. Best Regards, Mike Re: S32DS for ARM 2018R1 license Good morning, my license of S32DS for ARM 2018R1 IDE has expired. Could you please extend it for me?  In attachment you can find the current licence expired. Thanks a lot. Valeria Re: S32DS for ARM 2018R1 license Hello, I've extended your entitlement. Please refresh or re-activate your installation. Best Regards, Mike Re: S32DS for ARM 2018R1 license Mine is also expired, please help me to extend it, thanks a lot 回复: S32DS for ARM 2018R1 license Extend mine, too. Thanks. A9DC-778F-BAF6-8677, expired. 回复: S32DS for ARM 2018R1 license Ask for an official S32DS for ARM V2.2 extension! a467-a14c-cd17-0852 Re: S32DS for ARM 2018R1 license My S32DS Power V2.1 license has expired.  Could you please extend the license for me? ActivationId: 1C02-6C5E-91A6-0F19 Thank you so much. Re: S32DS for ARM 2018R1 license Hi: My license of S32DS for ARM v2.2 IDE has expired. Could you help check and extend it for me?  Thanks. 回复: S32DS for ARM 2018R1 license Hi, my S32 Design Studio license for ARM version v2.2 is about to expire! Could you please expand on this? Thanks. My activation code 95F3-8275-56B8-B07D Thank you very much. Re: S32DS for ARM 2018R1 license tem DescriptionS32 Design Studio for ARM v2018 Order NumberS32-DS-ARM_v2018_169264627 您能帮我延长许可证的有效期吗? 激活码EBF4-DE52-80C0-FD65 非常感谢。 Re: S32 Design Studio for ARM v2.2 license马上过期了,申请延长 Order ID / Line # S32DS-IDE-ARM-V2-X_186201937 / 1 Fulfilled Quantity 1 Activation Code 2107-4B0B-EBCA-A774 Product S32 Design Studio for ARM v2.2 Host 647F47BFF507631C69881D8FA0244925EE42B3D7 Order Date Aug 15, 2022
View full article
GCC10.2工具链安装失败 Re: GCC10.2工具链安装失败 你试过重启电脑再测试一次吗?
View full article
このシステムは、IMX8MPプラットフォーム、SGTL5000サウンドカード、およびLinuxカーネルバージョン5.4.70を使用しています。音声再生時に、カーネルに「アンダーラン」メッセージが表示され、サウンドカードのDMA(データ転送解析)機能が正常に動作しなくなります。 メインコントローラー:imx8mp カーネル: Linux 5.4.70 サウンドカード:SGTL5000 アプリケーション:mmapを使用してデータをDMAバッファに移動します。 障害の症状: アプリケーションが一定時間オーディオを再生すると、カーネルに次のエラーメッセージが表示されます: fsl-sai 30C3000.sai: isr:Transmit。「アンダーランが検出されました」というメッセージが画面に表示され、特定のカーネルファイル(./kernel/kernel-5.4.70/sound/soc/fsl/fsl_sai.c)に対応しています。 .......... if(flags & FSL_SAI_CSR_FEF) { dev_dbg(dev,"isr:送信アンダーランを検出しました\n"); /* 安全のためFIFOをリセット */ xcsr |= FSL_SAI_CSR_FR; } .......... 同時に、`cat /proc/interrupts | grep sdma` コマンドを使用してサウンドカードの DMA 割り込み数をチェックし、増加しないようにします。 現在のコード構成では、FIFOがアンダーランするとFIFOの状態が異常になり、それが原因でDMAが誤動作するというのは本当でしょうか? IMX8MPの仕様を見ると、次のような説明があります。FCONT: IMX8MP PRMドキュメント14.4.2.7.3。FIFOエラー継続が有効になっている場合、FIFOはアンダーラン後もソフトウェアの介入なしにデータの送信を継続します。データが正しい順序で送信されるようにするため、送信機は、FIFO がアンダーランしたフレーム内の同じワード番号から処理を続行しますが、送信 FIFO に新しいデータが書き込まれた後にのみ続行します。 仕様書に記載されているこの構成によると、この状況でDMAがアンダーランした後でも、正常に動作し続けることができるのでしょうか?DMAがデータをFIFOに移動すれば、以前のDMAが誤動作してFIFOがアンダーランする代わりに、以前のサウンドを再生し続けることができるのでしょうか? Re: imx8mp platform,sgtl5000声卡,linux内核版本5.4.70,当声音播放的时候,内核出现underrun的刷屏打印,而且声卡执行数据搬移的dma工作异常。 こんにちは@zhuliushun 1. FCONTの理解は基本的に正しいが、FCONTは根本的な解決策ではない。 2. 根本的な原因は、TX FIFOの供給速度が消費速度よりも遅いことです。この点を確認して、原因を特定してください。 3. 次の2つのパッチのインストールを検討してください。 LKML: Shengjiu Wang: [PATCH] ASoC: fsl_sai: 「FIFO continue on error」FCONTビットを有効にする ASoC: fsl_sai: ISR 内の不要な FIFO リセットを削除 - Patchwork よろしくお願いします、 志明 Re: imx8mp platform,sgtl5000声卡,linux内核版本5.4.70,当声音播放的时候,内核出现underrun的刷屏打印,而且声卡执行数据搬移的dma工作异常。 こんにちは@Zhiming_Liu はい、この問題の原因は、FIFOへのデータ充填速度がFIFOのデータ消費速度よりも遅いことです。そして、FIFOへのデータ充填はDMAに基づいています。 1. 現在のデバッグにより、FIFOが空になるとアンダーランが発生し、DMAも動作を停止するため、FIFOが補充されなくなることが明らかになりました。 2.投稿にある 2 つのパッチを適用した後、デバッグの結果、FIFO がまだアンダーランしており、DMA が機能していないことが判明しました。 fsl_sai.c の割り込みコールバック関数 fsl_sai_isr() では、xcsr と tcr4 の値が出力されます。詳細は以下を参照してください。 fsl-sai 30c30000.saiscsr :ステータス:0xd0170c01 fsl-sai 30c30000.sai isr: 送信インダランを検出しました、tcr4: 0x18010f3a 不具合が発生した際、前述の印刷処理によって画面が繰り返し更新された。 3. 2の知見に基づくと、tcr4のbit[28]は=1、 FCONTが有効です。 4. 私の問題について:オーディオファイルの再生がフリーズします(FIFOアンダーラン、DMAが動作しない、停止)。私が望む解決策は、FIFOアンダーランが発生した場合、ハードウェアデータを保持し、リセットせずに現在の状態を移動させ、DMAは正常に動作することです。バッファにデータが利用可能になったとき(アプリケーションがmmapを使用してデータを埋めたとき)、 DMA(FIFOからのDMA要求に基づく)はデータをFIFOに移動し、オーディオファイルの再生を継続できるようにします。これは実現可能でしょうか?
View full article
Legacy Software License Codewarrior 10.4.1 Hello, is there a way to use codewarrior 10.4.1 for legacy devices like Power Quicc III with a free license at this time 2026? Re: Legacy Software License Codewarrior 10.4.1 Hello, There is no free/Special Edition available for CodeWarrior for Power Architecture (the tool supporting PowerQUICC III, e.g., MPC85xx family). PowerQUICC III devices (MPC8540, MPC8548, MPC8560, MPC8572, etc.) are supported by CodeWarrior Development Studio for Power Architecture v10.x, which requires a paid license (Basic, Standard, or Professional suite). The paid options through NXP are: CW Development Suite – Basic – Lowest tier, includes Power Architecture (Eclipse, Windows & Linux hosts), but may have code/data size limitations. CW Development Suite – Professional – Full-featured, no size limitations, includes Classic and Eclipse IDEs, Linux and Windows. CW Development Suites for Networked Applications – Specifically targets PowerQUICC I/II/II Pro/III, QorIQ P/T-series, and Layerscape.   Regards
View full article
圧力センサの導入RDK358BMU推奨。 RD-K358BMU RDK358BMU評価ボードの作成に取り組んでおり、圧力センサの導入計画を進めています。 以下の情報をご協力いただけますか? 1.RDK358BMUで使用する際の推奨される圧力センサーの部品番号は何ですか? 2. NXPのリファレンスデザインで使用または検証された特定の圧力センサーはありますか? 3. センサーインターフェース、接続情報、起動に必要なソフトウェア設定も共有していただけますか? BMUとの圧力センサ統合に関するドキュメントやアプリケーションノートも教えていただけると助かります。 Re: Pressure sensor recommendation for RDK358BMU pressure sensor bring-up. こんにちは、 @shweta_jagadale さん。 1. & 2.RDK358BMUは高集積バッテリー圧力モニターセンサーNBP8-9xを使用しています。 3. 圧力センサーの接続やプログラミングについては、圧力センサーのデータシートを参照してください。 RD-K358BMUユーザーガイドには圧力センサーホースポートも説明されています。 最後に、RD-K358(S32K358)に必要なソフトウェア関連のすべては、当社の自動車ソフトウェアパッケージマネージャーからご覧いただけます。 また、ホストMCU用のアプリケーションソフトウェアがNBP8 – KE15Z FreeMASTERデモに接続されています。 よろしくお願いします、 ジュリアン
View full article
i.MX95 FRDM + OX05B1S:室内照明下での眼鏡の青/紫色の反射 ボード/セットアップ: - SoC: NXP FRDM i.MX95 - カメラセンサー:OmniVision OX05B1S(MIPI CSI経由で接続) - パイプライン/ソフトウェア:libcamera(v0.5.2)+ NXP Neo IPA(nxpneo)+ GStreamer(imxvideoconvert_g2d) - BSP:i.MX Linux BSP 説明: FRDM i.MX95に搭載されたOX05B1Sカメラからライブ映像をストリーミング配信する際、一部のメガネに、オフィス内の照明下で濃い青紫色のグレアスポットが現れることがあります(添付画像参照)。 この反射面(例えば眼鏡)に見られる濃い青や紫のまぶしさをどう解決すればよいのでしょうか?この問題を解決するために、i.MX95で推奨されるNeo ISPチューニングパラメータまたは利用可能なチューニングツールバージョンは何ですか? Re: i.MX95 FRDM + OX05B1S: Blue/Purple AR coating reflection on eyeglasses under indoor lighting こんにちは、 @JosephAtNXP さん。 迅速なご対応と、レンズフレア、トーンマッピング、ブラックレベル設定に関する貴重なご意見をありがとうございました。 現在、ISPチューニングに第三者機関は利用しておりません。NXPが提供したチューニングファイルを使っており、OX05B1SセンサはBSP内の/usr/share/libcamera/ipa/nxp/neo/ox05b1s.yamlにあります。 NXP社は、この特定の照明アーティファクトを軽減する、OX05B1S用の最新のチューニングファイルを提供することは可能でしょうか? 更新されたファイルが利用できない場合、既存のox05b1s.yamlファイルで手動で調整すべきパラメータの具体的な変更点を教えていただけませんか? ご指導をお待ちしております。 よろしくお願いいたします。 アカシュ・H Re: i.MX95 FRDM + OX05B1S: Blue/Purple AR coating reflection on eyeglasses under indoor lighting こんにちは、 NXP Semiconductors製品にご関心いただきありがとうございます。 添付画像から判断すると、黒い斑点は特定の角度から撮影されたレンズフレアのようで、おそらく眼鏡のブルーライトフィルターによって反射されたものと思われます。 ダークトーンはISPのトーンマッピングやブラックレベル設定によるものかもしれません。ISPにセンサーの調整をおすすめします。 あなたのプロジェクトでは、センサはあなた自身が調整していますか、それとも第三者が調整していますか? よろしくお願いします。
View full article
FRDM-A-S32K344 板载仿真器如何支持 comsis-dap 或 jlink? 恩智浦半导体推出了FRDM-A-S32K344通用开发板。然而,板载模拟器不支持 comsis-dap 和 jlink,这严重阻碍了它在 Zephyr 固件烧录、调试和 VSCode 开发等一般应用程序中的使用。未来是否有这方面的支持计划?
View full article
关于 MRF300AN 27MHz 参考设计中 C16 电容额定值的问题 您好,NXP支持团队, 我目前正在审查 MRF300AN 27MHz 参考设计,对输出端的电容 C16 有一个疑问。 根据我手头的物料清单(例如,来自 Farnell 的数据手册),C16 被指定为 39,000 pF (39 nF) / 50V 的贴片电容(ATC 零件号 200B393KT50XT) 。鉴于 MRF300AN 的工作漏极电压为 50V,且输出级需处理高射频功率(高达 300W 以上),我担心在此位置使用 50V 额定值的电容可能不足以保证长期可靠运行。 我的问题是: 物料清单中 C16 的额定电压为 50V 是否正确,还是可能是笔误? 在这个电路中,C16 的具体作用是什么?它是输出匹配网络的一部分、直流阻隔电容,还是旁路/去耦电容? 如果它确实是射频输出路径中的直流阻隔或匹配电容,那么使用更高电压额定值(例如 100V 或更高)的电容来处理电压瞬变和驻波岂不是更合适? 非常感谢您能就此事作出澄清。感谢您的时间和支持。 顺祝商祺! Re: Question about C16 capacitor rating in MRF300AN 27MHz reference design 风雨绮你好 再会! 300W 并不能直接决定电容上的电压应力。 电容的额定电压必须与该电容两端的实际射频电压进行比较,而不是与放大器的输出功率进行比较。 C16 不一定能看到完整的射频输出电压。 根据参考设计物料清单,C16 属于电源去耦/射频旁路网络,而不是直接跨接在 50 Ω 输出连接器上。 希望这些信息对您有所帮助,如果您还需要其他帮助,请告诉我。 祝你今天过得愉快,一切顺利。 Re: Question about C16 capacitor rating in MRF300AN 27MHz reference design 亲爱的 RafaR, 感谢您详尽且有帮助的回复。我非常感谢您抽出时间解释电容的电压应力问题。 我想承认您说得完全正确——C16 两端的电压没有射频输出电压那么高,因为电压应力取决于元器件两端的实际射频电压,而不是放大器的输出功率。我完全同意这一点。 不过,关于 C16,我想澄清一点。仔细检查我手头的 PCB 布局后,假设所有走线都布线在顶层,那么 C16 看起来确实是位于 RF 输出之前的直流阻隔电容器。我知道这可能与您文档中的物料清单名称有所不同,但根据我目前可以访问的布局文件,这是我观察到的情况。 目前我下载的资料仅包括 PCB 布局文件和一份简要概述文档——我无法访问完整的原理图、包含元器件功能的详细物料清单或完整的参考设计用户指南。 能否提供该参考设计的更详细文档,例如: 完整示意图 包含元器件功能描述的完整物料清单 参考设计用户手册或应用说明 如果您能提供任何其他资料,我将不胜感激。如果分享这些文件有任何限制,也请告知我,以便我可以通过正规渠道申请获取。 再次感谢您的指导,期待您的回复。 此致, 风雨绮 Re: Question about C16 capacitor rating in MRF300AN 27MHz reference design 风雨绮你好 再会! 遗憾的是,NXP提供的该设计文档包中不包含原理图。由于大多数射频设计对电路板布局都很敏感,因此这是我们的常规做法。因此,布局视图加上物料清单比单纯的原理图能提供更具可重复性的结果。如果需要,您可以自己使用布局图和物料清单绘制原理图。 遗憾的是,我们没有 27MHz 频段的 MRF300 参考设计。 我们推荐的文档位于我们官方网站的“设计资源”部分: 但是,这种设计已经实施了好几年,所以我可以向您保证,我们提供的文档中列出的物料清单是正确的。 希望这些信息对您有所帮助,如果您还需要其他帮助,请告诉我。 由此给您带来的不便,我们深表歉意。 祝你今天过得愉快,一切顺利。 Re: Question about C16 capacitor rating in MRF300AN 27MHz reference design 亲爱的 RafaR, 非常感谢您之前的回复以及分享的设计资源。我已经按照您的建议审查了布局和物料清单,现在正准备制作自己的原型。在继续之前,我想就元器件选择和可能的修改提出几个具体问题: 电容器替换——物料清单中列出的一些 ATC 电容器在我所在的地区很难找到。我正在考虑使用 Vishay RF 电容,其关键规格类似,例如 39 pF、C0G/NP0 介质和相同的额定电压。根据您的经验,如果其他参数(如 ESR、Q 值和自谐振频率)相当,那么这种替换是否安全?还有其他我应该特别注意的隐藏特征吗? C10 的值变化 – 在我的 ADS 模拟中,我发现用 200 pF 电容替换 C10 可以明显提高效率。您会建议在实际电路板上进行此项更改吗?如果是这样,在这样做之前我应该评估一下是否存在任何稳定性或散热方面的问题吗? 调试方法——由于没有提供原理图,我计划使用布局图和物料清单作为主要参考。我假设我对电路理解上的细微偏差可以通过对原型进行实际调整和测量来解决。您认为这种做法是否合理?或者您预见到是否存在任何重大风险? 我非常感谢您抽出时间给予指导。如果以上任何问题需要进一步澄清,请随时告诉我。 祝您今天过得愉快,并致以最诚挚的问候! 风雨绮 Re: Question about C16 capacitor rating in MRF300AN 27MHz reference design 风雨绮你好 再会! 电容替换 遗憾的是,NXP 没有推荐的替代品,而且我也没有机会尝试 BOOM 中列出的元器件以外的元器件,因此我们无法保证它们的功能。 但是,根据我的研究,只有当您之前提到的参数相同时,这些替换方案才可行。如果可能的话,我还会考虑封装几何形状和散热情况。 C10 值变化 如果你已经运行过模拟并且看到了改进,那就继续吧。 调试方法 当然,我认为这是一个很好的方法;通常情况下,小错误可以通过对布局进行一些小的修改来修复,所以我认为这样做没有任何风险。 希望这些信息对您有所帮助,如果您还需要其他帮助,请告诉我。 祝你今天过得愉快,一切顺利。
View full article
i.MX95 FRDM + OX05B1S:室内光照下眼镜上的蓝/紫色 AR 镀膜反射 板/设置: - SoC:NXP FRDM i.MX95 - 摄像头传感器:OmniVision OX05B1S(通过 MIPI CSI 连接) - 管道/软件:libcamera (v0.5.2) + NXP Neo IPA (nxpneo) + GStreamer (imxvideoconvert_g2d) - BSP:i.MX Linux BSP 描述: 当使用 FRDM i.MX95 从 OX05B1S 摄像机传输实时视频时,在室内办公室照明下,一些眼镜会出现深蓝色/紫色的眩光点(见附图)。 如何解决反射表面(如眼镜)上出现的这种深蓝色/紫色眩光伪影?针对 i.MX95,推荐使用哪些 Neo ISP 调优参数或调优工具版本来解决这个问题? Re: i.MX95 FRDM + OX05B1S: Blue/Purple AR coating reflection on eyeglasses under indoor lighting 你好@JosephAtNXP , 感谢您的快速回复以及对镜头光晕、色调映射和黑电平配置的深入见解。 我们目前未使用第三方进行互联网服务提供商 (ISP) 的调优。我们正在使用 NXP 提供的 OX05B1S 传感器的调谐文件,该文件位于我们的 电路板支持包 中的 /usr/share/libcamera/ipa/nxp/neo/ox05b1s.yaml。 NXP 是否有可能提供一个更新的 OX05B1S 调谐文件,以缓解这种特定的照明问题? 如果没有更新的文件,能否指导我们手动调整现有 ox05b1s.yaml 文件中的哪些参数来解决这个问题? 期待您的指导。 问候, 阿卡什·H Re: i.MX95 FRDM + OX05B1S: Blue/Purple AR coating reflection on eyeglasses under indoor lighting 您好, 感谢您对恩智浦半导体产品的关注, 从附图来看,这些暗点像是从特定角度捕获的镜头光晕,可能是被眼镜中的蓝光滤镜反射出来的。 暗色调可能是 ISP 色调映射或黑电平配置的结果。我建议ISP对传感器进行调优。 在您的项目中,传感器是由您自己调校还是由第三方调校? 此致
View full article
i.MX95 FRDM + OX05B1S: Blue/Purple AR coating reflection on eyeglasses under indoor lighting Board/Setup:  - SoC: NXP FRDM i.MX95   - Camera Sensor: OmniVision OX05B1S (connected via MIPI CSI)  - Pipeline / Software: libcamera (v0.5.2) + NXP Neo IPA (nxpneo) + GStreamer (imxvideoconvert_g2d)  - BSP: i.MX Linux BSP Description: When streaming live video from the OX05B1S camera on the FRDM i.MX95, some of the eyeglasses exhibit a dark blue/purple glare spot under indoor office lighting (see attached images). How can we resolve this dark blue/purple glare artifact on reflective surfaces (like glasses)? What are the recommended Neo ISP tuning parameters or tuning tool version available for i.MX95 to fix this? Re: i.MX95 FRDM + OX05B1S: Blue/Purple AR coating reflection on eyeglasses under indoor lighting Hi @JosephAtNXP, Thank you for the quick response and the insights regarding the lens flare, tone mapping, and black level configurations. We do not currently use a third party for ISP tuning. We are using the tuning file provided by NXP for the OX05B1S sensor, which we found located at /usr/share/libcamera/ipa/nxp/neo/ox05b1s.yaml in our BSP. Is it possible for NXP to provide a newly updated tuning file for the OX05B1S that mitigates this specific lighting artifact? If an updated file isn't available, could you guide us on the exact parameter changes we should manually adjust in our existing ox05b1s.yaml file to fix this issue? Looking forward to your guidance. Regards, Akash H Re: i.MX95 FRDM + OX05B1S: Blue/Purple AR coating reflection on eyeglasses under indoor lighting Hi, Thank you for your interest in NXP Semiconductor products, From the attached image, the dark spots seem like lens flares captured from a specific angle and reflected probably by blue light filters in your glasses. Dark tones might be product of ISP tone mapping or black level configs. I would suggest ISP tuning the sensor, In your projects, are sensors tuned by you or third parties? Regards
View full article
レガシーソフトウェアライセンス Codewarrior 10.4.1 こんにちは、 2026年現在、Power Quicc IIIのような旧型デバイスで、無料ライセンスを使ってCodeWarrior 10.4.1を使用する方法はありますか? Re: Legacy Software License Codewarrior 10.4.1 こんにちは、 PowerQUICC IIIをサポートするツール(例:MPC85xxファミリー)のためのCodeWarrior for Power Architectureには無料または特別版はありません。 PowerQUICC IIIデバイス(MPC8540、MPC8548、MPC8560、MPC8572など)は CodeWarrior Development Studio for Power Architecture v10.xでサポートされており、 有料ライセンス (Basic、Standard、またはProfessionalスイート)が必要です。 NXPを通じて利用できる有料オプションは以下のとおりです。 CW開発スイート – Basic – 最下位クラスで、Power Architecture(Eclipse、Windows、Linuxホスト)を含みますが、コードやデータサイズの制限がある場合があります。 CW開発スイート – プロフェッショナル – フル機能でサイズ制限なし、ClassicおよびEclipse IDEs、LinuxおよびWindowsを含みます。 ネットワークアプリケーション向けCW開発スイート – 特にPowerQUICC I/II/II Pro/III、QorIQ P/Tシリーズ、Layerscapeを対象としています。   よろしくお願いします。
View full article
Pressure sensor recommendation for RDK358BMU pressure sensor bring-up. RD-K358BMU  I am working on the RDK358BMU evaluation board and am planning the pressure sensor bring-up. Could you please help with the following information: 1. What is the recommended pressure sensor part number for use with the RDK358BMU? 2. Is there a specific pressure sensor used or validated in the NXP reference design? 3. Could you also share the sensor interface, connection details, and any software configuration required for bring-up? Any reference documentation or application notes related to pressure sensor integration with the BMU would also be appreciated. Re: Pressure sensor recommendation for RDK358BMU pressure sensor bring-up. Hi @shweta_jagadale, 1. & 2. RDK358BMU uses the Highly Integrated Battery Pressure Monitor Sensor NBP8-9x.  3. You can refer to pressure sensor datasheet for more information about connection and programming of the pressure sensor.  The RD-K358BMU User Guide also describes the pressure sensor hose port. Lastly, you can find all of the related SW needed for the RD-K358 (S32K358) from our Automotive Software Package Manager. There is also the Application Software for the Host MCU connected to the NBP8 – KE15Z FreeMASTER demo. Best regards, Julián 
View full article
Methods to update NBU firmware on KW47 and MCX W72 This post provides guidance on how to update the NBU firmware on MCX W72 and KW47 devices through several methods: Bootloader Host Application (blhost), Secure Provisioning Tool, LinkServer. The Narrow Band Unit (NBU) is a dedicated compute subsystem for the Narrowband Radio, present in select NXP wireless microcontrollers. It is comprised of an Arm® Cortex®-M33 and associated peripherals that, in conjunction with the Bluetooth Unit, support the Bluetooth LE protocol. Running at 96 MHz alongside a 2.4 GHz transceiver, the NBU operates independently from the main application core, offloading all radio processing from the primary CPU and freeing it for application tasks. While the NBU allows for flexibility for evolving requirements, firmware to implement radio protocols is intended to be developed and delivered by NXP. Note: It is important that the NBU firmware version matches the SDK version of the application. After downloading the SDK and before running any wireless examples, update the NBU firmware using the binaries provided in the SDK folder. The NBU binary file is located in the SDK folder. Go to the SDK root folder and open the path: path_to_SDK\mcuxsdk\middleware\wireless\ble_controller\bin Prerequisites To follow this guide, the following environment is required: Software Setup Bootloader Host Application (blhost). Download here. MCUXpresso Secure Provisioning Tool. Download here. LinkServer for Microcontrollers. Download here. Hardware Setup Development boards associated with the MCX W72 or KW47 microcontroller families may be used. The ISP button varies by board and is referred to as ISP_button  throughout this guide: Development board ISP_button FRDM-MCXW72 SW3 MCXW72-LOC SW4 KW47-EVK SW4 KW47-LOC SW4 To set the board to the Bootloader ISP mode, press and hold the ISP_button , connect the development board via the MCU-Link connector to the PC, then release ISP_button . Bootloader Host Application (blhost) Place the board in ISP mode by pressing and holding ISP_button . Connect the USB cable to the MCU-Link connector and release ISP_button after the connection is established. Verify the COM port assigned to the board by opening Device Manager in Windows and searching for Ports (COM & LPT). Identify and note the corresponding COM port number. Open a command prompt and change the directory to the location of the blhost.exe file: (BLHost_root_location)\blhost_2.6.7\bin\win Verify communication by running the following command, making sure to replace COMX with the COM port assigned to your device: blhost.exe -p COMX get-property 1 Update the NBU firmware image. First, erase the NBU memory: blhost.exe -p COMX flash-erase-all 2 Write the new firmware image using the following command. The write-memory command uses 0x48800000 as the start address, which corresponds to the NBU memory base. Provide the full path to the binary file, or alternatively, copy the .bin file into the same directory as blhost.exe to simplify the command: blhost.exe -p COMX write-memory 0x48800000 .bin MCUXpresso Secure Provisioning Tool Create a workspace for the device. To use the keys same as the development board, select the processor relevant to the FRDM/EVK board. Place the board in ISP mode by pressing and holding ISP_button . Connect the USB cable to the MCU-Link connector and release ISP_button after the connection is established. To verify communication, click the UART tab, refresh the Port field selection and select the assigned COM Port identified. Click Test connection and confirm that the result displays OK. In the toolbar, select the boot type as Plain unsigned or Plain with CRC. In the Build Image view, load the binary file in Source executable image, enter the start address as  0x48800000  (which corresponds to the NBU memory base), and click Build image. Navigate to the Write Image view, select Use built image, and click Write image. A success message appears when the NBU firmware loading is complete. LinkFlash Tool For this method, a LinkServer debug probe must be available on the board. The steps on how to install the CMSIS-DAP/SEGGER J-link firmware are available here. Navigate to the main LinkServer folder in your computer and execute the  LinkFlash.exe  file. Place the board in ISP mode by pressing and holding ISP_button . Connect the USB cable to the MCU-Link connector and release ISP_button after the connection is established. In the LinkFlash tool, after the device is connected, click the Refresh button to update and set the probe target of the board. Go to the Program tab, click Browse, select the NBU firmware file, and enter the start address  0x48800000 . Ensure to check the boxes Mass erase before programming and Reset target after programming. To load the NBU firmware, click Program.
View full article
T1042 LAW 与 CCSR 内存映射对比 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 我试图理解 LAW& CCSR 的概念,以及 LAW 和 CCSR 内存映射之间的区别,但在阅读 T1040 RM 后,我无法澄清自己的观点。例如,T1040 RM 中的表 2-3(LAWs 内存映射)显示 IFC 映射到地址 0x80000000,而表 2-5(CCSR 内存映射)显示 IFC 位于 0xFF124000。 有人能澄清一下司机实际使用哪些地址(LAW 或 CCSR)来访问设备吗。 QorIQ T1 设备 Re: T1042 LAW vs CCSR Memory Maps 这是一个非常有趣的问题,你所指出的区别一开始肯定会让人感到困惑。根据我的了解,驱动程序在与硬件模块交互时通常依赖CCSR视图,而LAWs则在更高层次上描述这些区域是如何转换的。我在查阅蒙哥马利郡法院 时发现了一些有用的背景资料,其中解释了不同的映射如何可以共存,以实现不同的访问目的。将 LAW 视为翻译规则,而将 CCSR 视为实际使用的寄存器访问视图,可能会有所帮助。 Re: T1042 LAW vs CCSR Memory Maps <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 这些是各自的 FCM(闪存控制机器)控制器使用的基地址。例如 与非 使用 SRAM 作为缓冲区,使用 0xFF800000 你可以达到这个缓冲区。 Re: T1042 LAW vs CCSR Memory Maps <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 感谢亚历山大-雅科夫列夫。从理论上讲,我已经理解了其中的区别,但是以下 T1042D4RDB 板的设备树片段中提到的是,IFC 控制器(本地总线)是 @ 0xFFE124000(CCSR 内存映射)。而地址映射属性 “ranges” 提到了来自 LAW 地址空间的父地址(在 u-boot 的定律中,地址 0xfe8000000、0xfff800000、0xfffdf0000 设置为 或非、与非 和 cpld。文件) localbus@ffe124000 {         reg = <0xf 0xfe124000 0x0 0x2000>;         ranges = <0x0 0x0 0xf 0xe8000000 0x8000000 0x2 0x0 0xf 0xff800000 0x10000 0x3 0x0 0xf 0xffdf0000 0x8000>;         #address-cells = <0x2>;         #size-cells = <0x1>;         compatible = "fsl,ifc", "simple-bus";         interrupts = <0x19 0x2 0x0 0x0>;         nor@0,0 {             #address-cells = <0x1>;             #size-cells = <0x1>;             compatible = "cfi-flash";             reg = <0x0 0x0 0x8000000>;             bank-width = <0x2>;             device-width = <0x1>;         };         nand@2,0 {             #address-cells = <0x1>;             #size-cells = <0x1>;             compatible = "fsl,ifc-nand";             reg = <0x2 0x0 0x10000>;         };         cpld@3,0 {             compatible = "fsl,t1040d4rdb-cpld", "fsl,deepsleep-cpld";             reg = <0x3 0x0 0x300>;         };     }; 我希望你能理解我的困惑所在。 Re: T1042 LAW vs CCSR Memory Maps <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 本地访问窗口(LAW)用于配置处理器地址空间如何映射到目标接口--DDR 控制器、IFC 控制器、PCI-E 等。 CCSR 空间是处理器内部内存映射寄存器映射到地址空间的空间。 表 2-3 将 IFC 显示为 " 目标 "-可通过此窗口访问连接到 IFC 控制器的目标设备。 表 2-5 列出了与 IFC 相关的内存映射寄存器,即用于配置 IFC 控制器的寄存器。 祝您愉快! Alexander TIC ----------------------------------------------------------------------------------------------------------------------- 注:如果本帖回答了您的问题,请点击正确答案按钮。Thank you! ----------------------------------------------------------------------------------------------------------------------- Re: T1042 LAW vs CCSR Memory Maps T1042 LAW 和 CCSR 内存映射之间的区别很有意思,尤其是在研究内存区域的组织和访问方式时。清晰的地址范围文档可以大大简化技术比较。我还发现,查阅结构化的格林维尔县记录可以很好地说明组织化的信息如何支持高效的研究。总而言之,对于任何从事内存映射概念研究的人来说,这都是一个很有帮助的主题。
View full article
FRDM-i.MX93はM33準備完了以降に起動できません。LinuxとWindowsでUUU SDPSの起動がタイムアウトします。 こんにちは、NXPサポート様 FRDM-i.MX93ボードの復旧についてご協力をお願いします。ボードは、SPLブートの初期段階で「M33 prepare ok」の直後に一貫して停止し、BL31または完全なU-Bootに進みません。UUUリカバリもSDPSの起動中にタイムアウトで失敗します。 役員の詳細: ボード: FRDM-i.MX93 シリアルログに表示されるSoC:0xa1009300 シリアルログに表示されたLC: 0x2040010 PMIC: PCA9451A DDR: 3733MTS 典型的なシリアル出力: U-Boot SPL 2024.04+gde16f4f1722+p0(2024年9月2日 10:44:35 +0000) SOC: 0xa1009300 LC: 0x2040010 PMIC: PCA9451A PMIC: オーバードライブ電圧モード DDR: 3733MTS DDR: 3733MTS M33準備OK 再構築された2025 SPLでも、同じ停止ポイントが発生します。 U-Boot SPL 2025.04 (2026年4月26日 16:21:54 +0000) PMIC: PCA9451A PMIC: オーバードライブ電圧モード DDR: 3733MTS DDR: 3733MTS M33準備OK 使用したハードウェア構成: P1 = 外部電源、45W USB-Cウォールアダプターでテスト済み P16 = デバッグ用シリアルコンソール P13 = microSDカードスロット P2 = UUU / シリアルダウンローダーモード用のUSB-C接続 PCのUSB電源ではなく、壁のコンセント用アダプターから電源を供給するテストも行いました。行動に変化は見られなかった。 テスト対象のホストシステム: Linux Mint / Ubuntu ホスト Windowsホスト UUUのバージョンをテストしました: ううう 1.5.141 ううう 1.5.243 主な問題は、ボードがSPLに到達し、PMICとDDRを初期化して「M33 prepare ok」と出力した後、何も起こらないことです。「Normal Boot」、「Trying to boot from BOOTROM」、「NOTICE: BL31」、または完全な U-Boot に到達しません。これは、SDカードとeMMCの両方から起動した場合に発生します。 USBシリアルダウンローダーモードでは、ボードはUUUによって検出されます。 sudo ./uuu-lsusb コネクテッド Known USB Devices パスチッププロビデオPID Bcdバージョン 5:2 MX93 SDPS: 0x1FC9 0x014E 0x0001 しかし、SDPSの起動中にUUUが失敗します。使用されたコマンドは次のとおりです。 sudo ./uuu-V -b emmc_all imx-boot-imx93frdm-sd.bin-flash_singlebootimx-image-full-imx93frdm.rootfs.wic.zst Linuxでは、以下のエラーが発生します。 開始コマンド:SDPS: boot -scanterm -f imx-boot-imx93frdm-sd.bin-flash_singleboot-scanlimited 0x800000 HID(W)エラー:LIBUSB_ERROR_TIMEOUT Windowsでは、以下のエラーが発生します。 開始コマンド:SDPS: boot -scanterm -f .\imx-boot-imx93frdm-sd.bin-flash_singleboot -scanlimited 0x800000 14% HID(W)エラー: LIBUSB_ERROR_TIMEOUT (-7) これはLinuxとWindowsの両方でテストされ、同じ結果が得られました。 テスト対象画像: NXP公式FRDM-i.MX93 Rev 4.0デモイメージパッケージをテストしました。 LF_v6.6.36-2.1.0_images_FRDM_4.0_IMX93 ブートイメージのハッシュ値は次のとおりです。 7aba6102e5ec64add632cd6667e77fa3f6886fd72c314e4c01f2964c0fc56a5f imx-boot-imx93frdm-sd.bin-flash_singleboot 私は、同じブートイメージハッシュを使用するimx93frdm用の独自のYoctoイメージもテストしました。 SDカードからの起動選択が機能することを確認しました。SDカードが挿入されていないSDブートモードでは、シリアル出力はありません。SDカードを挿入したSDブートモードでは、SPLは起動して「M33 prepare ok」で停止します。SDカードブートスイッチは正常に動作しているようです。 また、公式のNXP .wicファイルも確認しました。イメージには、想定される32 KiB / 0x8000オフセットにブートイメージが含まれています。使用したコマンド: WIC=nxp.wic BOOT=imx-boot-imx93frdm-sd.bin-flash_singleboot xxd -l 64 -s $((32*1024)) "$WIC" xxd -l 64 -s 0 "$BOOT" cmp -n "$(stat -c%s "$BOOT")" -i $((32*1024)):0 "$WIC" "$BOOT" && echo "NXP WICには32Kにブートイメージが含まれています" || echo "NXP WICには32Kにブートイメージは含まれていません" 結果: NXP WICには32Kのブートイメージが含まれています つまり、SDカードイメージにはブートコンテナが正しく含まれているようです。 2024.04 SPLイメージだけが問題の原因ではないことを確認するため、Flexbuild/U-Bootを使用してより新しいブートイメージを作成しました。構築されたイメージ内のSPLは以下を示します。 U-Boot SPL 2025.04 (2026年4月26日 16:21:54 +0000) NXP FRDM-IMX93 私は以下の方法で、この新しい flash.bin ファイルを SD カードの 32 KiB オフセットに書き込みました。 sudo dd if=flash-imx93frdm-2025.bin of=/dev/sdX bs=1K seek=32 conv=fsync 同期 その後、ボードは新しいSPLバナーを印刷し、新しいSDブートイメージが実行されていることを確認した。 U-Boot SPL 2025.04 (2026年4月26日 16:21:54 +0000) PMIC: PCA9451A PMIC: オーバードライブ電圧モード DDR: 3733MTS DDR: 3733MTS M33準備OK しかし、それでも同じ箇所で停止し、BL31/完全なU-Bootまでは進みませんでした。 eMMCの状態: 当初、eMMCはLinuxログイン画面まで起動したが、ルートファイルシステムに/bin/shが存在しなかったため、rootログインができなかった。復旧試行中に、eMMCは.wicファイルを使用してSD Linuxから書き換えられた。画像。その後、eMMCブートも「M33 prepare ok」の後に停止します。しかし、同じ停止ポイントは、公式のNXPイメージを使用したSDブートと、再構築された2025 SPLを使用した場合にも発生するため、現在の問題はLinux/rootfsよりも前の段階にあるようです。 私が除外されたと考えること: シリアルポートが間違っています:シリアル接続は正常に動作し、SPL出力が表示されます。 PCの電源不良:45Wの外部ACアダプターを使用してテストしました。 SDカードブートスイッチの設定が間違っています:SDカードが入っていない状態でSDブートモードにすると、何も出力されません。 SDイメージにブートイメージがありません:公式NXP WICの0x8000 / 32 KiBにブートイメージが存在することが確認されています。 Linux/rootfsの問題:BL31/完全なU-Boot/Linuxの前に障害が発生します。 UUUのホストOSの問題:UUU SDPSの起動タイムアウトがLinuxとWindowsの両方で発生します。 古い2024 SPLだけが問題で、再構築された2025.04 SPLも「M33 prepare ok」の後に停止します。 これがFRDM-i.MX93の既知の早期起動問題かどうか、確認にご協力いただけますでしょうか? Re: FRDM-i.MX93 cannot boot past M33 prepare ok; UUU SDPS boot times out on Linux and Windows 弊社がリリースしたBSPバージョンをご利用ですか? i.MXアプリケーション・プロセッサ向け組み込みLinux | NXP Semiconductors どのバージョンのBSPを使用していますか?また、どのバージョンを選択していますか? 労働者の休暇から戻り次第、当社のボードでテストしてみます。来週の水曜日にオフィスに戻り、テストを実施してから、テスト結果をご報告します。 素敵な一日をお過ごしください よろしくお願いいたします。 リタ Re: FRDM-i.MX93 cannot boot past M33 prepare ok; UUU SDPS boot times out on Linux and Windows 私はLF_v6.6.36-2.1.0_images_FRDM_4.0_IMX93を使用しています。画像 Re: FRDM-i.MX93 cannot boot past M33 prepare ok; UUU SDPS boot times out on Linux and Windows オフィスに戻りましたので、ボードでテストを行い、結果をお知らせします。 Re: FRDM-i.MX93 cannot boot past M33 prepare ok; UUU SDPS boot times out on Linux and Windows 解決できましたか? Re: FRDM-i.MX93 cannot boot past M33 prepare ok; UUU SDPS boot times out on Linux and Windows @Rita_Wang 同じ問題が発生しています... 私のimx-image-full-imx93frdm.rootfs-20260705225501.wic.zst scarthgapビルドでは、BL31が起動を開始したのを見たことがありません。 Re: FRDM-i.MX93 cannot boot past M33 prepare ok; UUU SDPS boot times out on Linux and Windows こんにちは、私も現在同じ問題を抱えています。解決策は見つかりましたか? Re: FRDM-i.MX93 cannot boot past M33 prepare ok; UUU SDPS boot times out on Linux and Windows 私も同じ問題に直面しています。imx93がSDカードから起動できるようにするため、あるいはUUUが正常に動作するようにするために必要なアップデートはありますか? Re: FRDM-i.MX93 cannot boot past M33 prepare ok; UUU SDPS boot times out on Linux and Windows 他のFRDM-IMX93ボードと比較して、このボード上のメモリチップに違いがあることに気づきました。これが問題解決の手がかりになるかもしれません。 正常に動作する基板にはミクロン製の部品が使われており、故障した基板には見覚えのないメーカーの部品が使われている。     Re: FRDM-i.MX93 cannot boot past M33 prepare ok; UUU SDPS boot times out on Linux and Windows 私も同じ問題を抱えています。 これは最優先事項としてマークされるべきです。なぜなら、唯一正常に動作するイメージは、工場出荷時にeMMCに搭載されているものだけだからです!もしそれを再フラッシュしたら、解決策が見つかるまでFRDM-IMX93は起動不能な状態になってしまうでしょう。これはDDRメモリのタイミングに関係しているのではないかと疑っています。 私も「M33 prepare ok」で止まってしまいます。これはDDRの設定/タイミングの問題を示しています。私のボードにも、上記の@SynchronicITさんの投稿と同じ「ノーネーム」DDR IC(メーカーロゴに「J」が付いているもの)が搭載されています。 なぜこれらのボードはeMMCで動作イメージを付けて出荷できるのに、NXPのどの画像も動作しないのでしょうか? 工場出荷時に搭載されているeMMC経由で起動した場合(これは正常に動作します)、u-bootのバージョンは以下のとおりです。 U-Boot SPL 2025.04-g99518e6b6f20(2026年2月2日 05:52:54 +0000) 一方、NXPからの最新ダウンロード(LF_v6.6.36-2.1.0_images_FRDM_4.0_IMX93.zip)では、「imx-boot-imx93frdm-sd.bin-flash_singleboot」ファイルはU-Bootのバージョンです。 U-Boot SPL 2024.04+gde16f4f1722+p0(2024年9月2日 10:44:35 +0000) 以下は、正常に動作する工場出荷時イメージのeMMC、および動作しないSDカードに書き込まれたイメージとUUUにアップロードされたu-bootからの完全な出力です。 * 動作確認済み(工場出荷時設定のeMMC搭載) * U-Boot SPL 2025.04-g99518e6b6f20(2026年2月2日 05:52:54 +0000) PMIC: PCA9451A PMIC: オーバードライブ電圧モード DDR: 3733MTS DRAM 2CS_2GB DRAMが一致しました M33準備OK 通常起動 BOOTROMから起動しようとしています ブートステージ:プライマリブート 画像オフセット 0x8000、ページサイズ 0x200、IVT オフセット 0x0 ROM_APIを使用して0x57800からイメージをロードします 通知:TRDC初期化完了 お知らせ:BL31:v2.12.0(リリース):lf-6.18.2-1.0.0 お知らせ:BL31:製造日時:2026年2月10日 07:53:18 U-Boot 2025.04-g99518e6b6f20(2026年2月2日 05:52:54 +0000) リセットステータス: POR CPU:NXP i.MX93(52) Rev1.2 A55、1700 MHz CPU:インダストリアル温度グレード(-40°Cから105°C)、24°Cで対応 モデル:NXP FRDM-IMX93 DRAM:2 GiB ボード:V1.0(ADC2:684、ADC3:271) TCPC:ベンダーID [0x1fc9]、製品ID [0x5110]、Addr [I2C2 0x52] 無駄。CC1でのPower3.0 PDO 0:タイプ0、5000 mV、3000 mA [E] PDO 1:タイプ0、9000 mV、3000 mA [] PDO 2:タイプ0、12000 mV、3000 mA [] PDO 3:タイプ0、15000 mV、3000 mA [] PDO 4:タイプ0、20000 mV、3250 mA [] PDO 5:タイプ3、未定義 PDO 4を要請:20000 mV、750 mA ソース受理リクエスト PDソース準備完了! tcpc_pd_receive_message:ALERTレジスタのポーリング、TCPC_ALERT_RX_STATUSビット失敗、ret = -62 TCPC:ベンダーID [0x1fc9]、製品ID [0x5110]、Addr [I2C2 0x50] コア:229デバイス、32 uクラス、devicetree:別々 MMC: FSL_SDHC: 0, FSL_SDHC: 1 MMCからの読み込み環境...MMC(0)から読み上げています... *** 警告 - CRCが悪い、デフォルト環境を使用しています ビデオリンクの設定に失敗しました 掲載: シリアル 出力: シリアル エラー: シリアル ビルド情報: - ELEファームウェアバージョン2.0.5-7a34cee パーティション#0に切り替える、OK MMC0(パート0)は電流装置です UID: 4a7ff07fa81b46d8b2b59146dfa5af84 フラッシュターゲットはMMC:0です ネット:eth0: ethernet@42890000、eth1: ethernet@428a0000 [プライム] 速攻:通常 通常起動 自動起動を停止するには、任意のキーを押してください: 0 u-boot=> *動作しません* U-Boot SPL 2024.04+gde16f4f1722+p0(2024年9月2日 10:44:35 +0000) SOC: 0xa1009300 LC: 0x2040010 PMIC: PCA9451A PMIC: オーバードライブ電圧モード DDR: 3733MTS DDR: 3733MTS M33準備OK - 下がる - Re: FRDM-i.MX93 cannot boot past M33 prepare ok; UUU SDPS boot times out on Linux and Windows 私も同じ問題を抱えています。uuu.exe を介してイメージをフラッシュしようとしましたが、同じ「HID(W): LIBUSB_ERROR_TIMEOUT (-7)」エラーが出力されました。私のマザーボードに搭載されているメモリチップも、Micron製ではなく「J」ブランドのものです。
View full article