Multi Source Translation Content

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

Multi Source Translation Content

Discussions

Sort by:
How to configure the PF53 to output 0.8V? Hello, I am using S32G399, MVR5510AMDALES, and MPF5302AMDA0ES for my design. According to the datasheet, the MPF5302AMDA0ES is a non-programmed device. How can I configure the MPF5302AMDA0ES to output 0.8V to the S32G399 Core? Supply uses it. I originally wanted to program the S32G399 via JTAG so that the S32G399 could configure the MPF5302AMDA0ES to output 0.8V via IIC. However, there is no 0.8V being supplied to the S32G399 core. Supply cannot connect via JTAG. This seems to be a vicious cycle. Re: PF53如何配置输出0.8V Okay, thank you. I'll post it again on the new page. Re: PF53如何配置输出0.8V Hello, @MichaelTao Hello, generally speaking 1. During the engineering development phase, customers are allowed to use the NXP GUI and socketed evaluation board to perform OTP emulation/programming (which can then be used with the S32G). 2. For custom OTPs used in the mass production stage, you need to contact NXP's sales channel/distributor; mass production OTP programming should be completed by NXP or a recommended third party. Since this forum primarily addresses issues related to the S32G itself, if you require further details for confirmation, please post in the following forums where dedicated product support engineers will provide further assistance. Thank you for your understanding. BR Chenyin BR Chenyin
View full article
[i.MX95/AAOS16] Bringup support HW: i.MX95 15x15 SW: AAOS16_1.3.0 We patched about all files. But, still has a kernel boot problem. Need a Richard-kim's support. Re: [i.MX95/AAOS16] Bringup support Hello @Jaeheon-Sim_Mobis, Please find the revised guideline attached. I have also attached all the patched files with the correct directory structure so that you can directly overwrite them in your source tree. Thank you.
View full article
GUIGuider-2.0.0生成C代码时generated文件下面的文件夹全是空的 GUIGuider-2.0.0,Windows11,生成C代码时generated文件下面的文件夹全是空的,日志显示已经生成成功,实际文件夹全是空的,同意电脑,GUI-Guider-1.10.1-GA可以完美生成。关了杀毒软件,用管理员启动,等等试了各种方法,都一样,有没有遇到相同问题的,请教一下。 21:10:08INFO[gg_event] gg_event_layer_sys.c Generated 21:10:08INFO[gg_event] gg_event_layer_top.c Generated 21:10:08INFO[gg_event] gg_event_layer_bottom.c Generated 21:10:08INFOupdate-sdk Started 21:10:08INFOTarget Executor initialized 21:10:08SUCCESSSDK template updated successfully 21:10:08SUCCESSOperation completed in 0.00s 21:10:08INFO[gg_event] gg_event_screen.c Generated 21:10:08INFO[gg_event] gg_event.h Generated 21:10:08INFO[gg_event] Generation completed 21:10:08SUCCESS=== Code generation completed successfully === Re: GUIGuider-2.0.0生成C代码时generated文件下面的文件夹全是空的 我重装系统都不行,GUI Guider1.10能够正常使用。一个空白工程加了一个按钮。 Re: GUIGuider-2.0.0生成C代码时generated文件下面的文件夹全是空的 Hello @IFYINT , 抱歉让您久等了。您方便共享一下出问题的工程吗,我们这边尝试复现一下。 BR Celeste Re: GUIGuider-2.0.0生成C代码时generated文件下面的文件夹全是空的 我这边试了一下(windows 11 PC),没能复现您的问题: 您那边方便换一台电脑再试一下吗?
View full article
RT1176 - SPI NOR-Flash readout issue via JTAG after programming BT_FUSE_SEL Hello, we are testing the signing and encryption process on RT1176 CPU. Our basic System setup is: UART/JTAG <-> RT1176 <-> SPI Nor Flash The Software we use for testing is: - RT1176 testfirmware (simple firmware which does active an LED after boot) - NXP MCUXpresso Secure Provisioning / blhost (for signing and encryption via UART) - Segger JFlash (for Flash access via JTAG) So far, we carried out the following tests: 1) While the CPU is unlocked and signing is off, the firmware (unsigned / not encrypted) boot as expected and we can access the flash without problems via JTAG. 2) While the CPU is unlocked and signing is active, the firmware (signed / not encrypted) boot as expected and we can access the flash without problems via JTAG. 3) While the CPU is locked and signing is on, the firmware (signed / encrypted) will not boot and access to the flash becomes unstable via JTAG. So, we have some kind of encryption issue. But before we examine the big encryption issue we want to understand the unstable flash behavior in step 3. During a few tests, it became apparent that the flash problem always occurs as soon as BT_FUSE_SEL is blown (BT_FUSE_SEL intact: full flash access via jtag, BT_FUSE_SEL blown: unstable flash access via JTAG). Since we're still testing, we haven't disabled JTAG via fuse setting. So the Question is: Why does BT_FUSE_SEL cause us to lose access to flash? (Is there some read-out-protection active when the CPU is locked? Does the segger jflash tool have problems with the locked CPU? ...) Also see: https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/mxrt1176-quot-half-quot-bricked-after-programming-fuses-for/m-p/2044051 -> same issue: BT_FUSE_SEL > no flash access Thanks in advance. Best regards, Florian Re: RT1176 - SPI NOR-Flash readout issue via JTAG after programming BT_FUSE_SEL Hi @florian_arndt , Thanks for your interest in NXP MIMXRT series! BT_FUSE_SEL does not directly enable SPI NOR read-out protection or disable JTAG. Its function is to force the Boot ROM to use the boot configuration stored in eFuse instead of the BOOT_CFG pins. If the OTFAD/encrypted-XIP configuration has also been programmed into eFuse, burning BT_FUSE_SEL makes that configuration effective on every boot and removes the possibility of bypassing it through the BOOT_CFG pins. An incorrect OTFAD context, key, address range, or encrypted image can therefore cause the Boot ROM to fail before the application starts. Therefore, I believe the most likely cause at this point is that the GPIOs related to boot have been bypassed, but the corresponding eFuse has not been properly configured. BT_FUSE_SEL itself does not affect the JTAG connection. I suggest you conduct an A/B test to quickly pinpoint the issue. Best regards, Gavin Re: RT1176 - SPI NOR-Flash readout issue via JTAG after programming BT_FUSE_SEL Hello @Gavin_Jia, thanks for your answer! Today we fixed the encryption process (bug in our firmware). Our Firmware is now booting with signing/encryption activated in the CPU. So the big issue is fixed. Whats left is the spi-flash read out issue via JTAG after setting BT_FUSE_SEL. Attached you will find our fusemap. Do you see anything which could lead to our problem? Thanks in advance. Florian
View full article
8M以上のリアルタイム精度について こんにちは。8M Plusのリアルタイムアプリケーションに関する機能について、さらに詳しく知りたいと思います。TSNやリアルタイムパフォーマンス、ジッターに関するテストレポートや関連資料はありますか? i.MX 8M | i.MX 8M Mini | i.MX 8M Nano Re: Regarding 8M Plus Real time Accuracy エリア 入手可能な資料 内容物 リアルタイムCPU/RTOSレイテンシ ハープーンユーザーガイド  i.MX 8M Plus / Zephyr でリアルタイムレイテンシを測定し、IRQレイテンシやタスクレイテンシ(ns単位)も含まれます。例としての結果:no-load IRQ レイテンシ min/avg/max/stddev = 625 / 796 / 11,125 / 1,798 ns タスクレイテンシ = 2,583 / 2,671 / 13,041 / 6,045 ns 。Linux CPU + メモリ負荷の場合、IRQレイテンシ= 625 / 798 / 4,250 / 4,674 ns 、タスクレイテンシ= 2,583 / 2,670 / 14,333 / 10,407 ns です。 リアルタイムベンチマーク方法 Harpoon ユーザーガイド — RT レイテンシアプリケーション ベンチマークをハードウェアIRQイベントとソフトウェア動作間の時間差と定義し、ハードウェアタイマーとサブマイクロ秒単位の精度で測定します。 TSNの能力 i.MX 8M Plus製品/リファレンスマテリアル i.MX 8M PlusはデュアルGbイーサネットを搭載し、そのうち1つはTSNに対応し、産業用リアルタイム制御には統合 800 MHzのArm Cortex-M7 を使用します。 TSNハードウェア規格 i.MX 8M プラスリファレンスマニュアル TSNのサポートには 、IEEE 802.1Qbv Time-Aware Shaper 、 802.1Qav Credit-Based Shaper 、 IEEE 1588v2 PTP 、およびイーサネットブロック実装 802.1Qbv-2015が含まれます 、 802.3br 、 そして 802.1Qbu フレームプリエンプション関連のTSN関数。 TSNテスト/検証環境 リアルタイムエッジユーザーガイド トラフィック生成・解析およびレイテンシ、ジッター、同期精度の監視を含む8M Plus TSNの能力を評価するためのTSNテスト環境 i.MX 説明します。 TSNジッター/レイテンシの例 リアルタイムエッジユーザーガイド — TSNエンドポイントサンプルアプリ トラフィックの最小/平均/最大レイテンシやノート レイテンシは約503μs と レイテンシ ジッターは約300 ns を含むTSNエンドポイント統計を提供します。 TSNアプリケーションデモ AN13588 GenAVB/TSNのリアルタイム制御アプリケーションを実証します。これは 2ミリ秒サイクル  、400μsの予約/保証制御トラフィックウィンドウ 、スケジューリング、プロセッシングタイミング、トラフィックの正確性、レイテンシのための統計スレッドを記述しています。 TSN 802.1Qbv デモ AN13995 8M Plus i.MX を用いたTSN 802.1Qbvの実演と、時間認識シェーピングが固定リピーティングサイクルを用いてデターミニスティックなレイテンシを提供する方法を説明しています。また、Linux  tc  /  taprio  configurationの例も含まれています。   Re: Regarding 8M Plus Real time Accuracy @yipingwang 情報を提供していただきありがとうございます。iMX8M Plus EVKについても情報を教えていただけますか? ありがとうございます。 Re: Regarding 8M Plus Real time Accuracy i.MX95 EVKに関する公式な「リアルタイム性能レポート」は公開されていないことを承知しております。しかし、NXPはi.MX95プラットフォーム上でリアルタイムのベンチマークを内部で行っています。内部ベンチマーク文書によると、cyclictestおよびEtherCATのパフォーマンス評価は、Linux上でリアルタイムエッジソフトウェアを実行するi.MX95 LPDDR5 EVK上で実施PREEMPT_RTされています。報告された例としては、6時間のストレスNGテストにおける最大周期テスト**レイテンシ**約38μsや、EtherCATのフィルタによる最大ジッター約12μsが報告されています。リアルタイム性能はBSPバージョン、カーネル構成、CPU分離、ワークロード、ネットワークトラフィックに大きく依存するため、これらの値はアプリケーションレベルの保証された制限ではなく、参照の測定とみなすべきです。   詳細については、 https://www.nxp.com/docs/en/user-guide/REALTIMEEDGEUG.pdfを参照してください。 サポートされるベンチマークプラットフォームとして、詳細なサイクリックテスト、ストレス、rt_latency手順を提供します。 Re: Regarding 8M Plus Real time Accuracy 代理店からは、NXP i.MX95 EVKのリアルタイムパフォーマンスやジッターに関する公式なパフォーマンスレポートは現在存在しないと伝えられました。 しかし、リアルタイムレイテンシを評価するためのテスト手法(例:cyclictest)についてのドキュメントも提供しました。 これは我々の側で多少の混乱を招いている。標準化されたテスト手法が存在することから、そのようなテストは少なくともリファレンスEVKプラットフォーム上で内部で実施されたと仮定します。 したがって、以下の点を明確にしたいと思います。 NXPはi.MX95 EVKのリアルタイム性能(例:レイテンシ、ジッター)の内部測定を行ったことはありますか? もしそうなら、共有できる参考や基準の結果はありますか? リアルタイムのパフォーマンスは、システム構成やワークロードによって変動する可能性があることを理解しています。しかし、管理された条件下(例えば、デフォルトのBSP、最小負荷)でのベースライン結果であっても、初期評価には非常に役立つだろう。 再開まで今しばらくお待ちください。 Re: Regarding 8M Plus Real time Accuracy REALTIMEEDGEUG (リアルタイムエッジソフトウェアユーザーガイド)(https://www.nxp.com/docs/en/user-guide/REALTIMEEDGEUG.pdf) .リアルタイムエッジソフトウェア(最も関連性が高い) NXPの Real-Time Edgeソフトウェア は公式にi.MX8M Plus EVKをサポートし、以下を含みます: PREEMPT_RT Linux TSNスタック IEEE 802.1AS (gPTP) 同期 TSNトラフィックシェーピングとスケジューリング EtherCAT、OPC-UA、CAN関連の産業用プロトコル Cortex-A53 + Cortex-M7を用いた異種リアルタイム動作 内部文書 REALTIMEEDGEUG によると、Real-Time Edge Softwareは以下の機能を提供します: リアルタイムネットワーキング(TSN) リアルタイムLinux(PREEMPT_RT) 純粋なRTOS/ベアメタルオプション 刑務所の仕切り インダストリアルプロトコルサポート i.MX 8M Plus LPDDR4 EVKのサポート NXPアプリケーションノート AN13995 – i.MX 8M Plusを用いたTSN 802.1Qbvデモンストレーション リアルタイムエッジのSix Pack資料(PREEMPT_RT+TSNサポートを説明する) Re: Regarding 8M Plus Real time Accuracy @yipingwang情報を提供していただき、本当にありがとうございました。
View full article
FlexCAN(S32K348) bit timing calculation for TJA1445 Hello, I downloaded the attachment from the MPC5xxx/S32Kxx/LPCxxxx: CAN / CAN FD bit timing calculation knowledge base document to configure my settings. However, I cannot find the option for the TJA1445 transceiver in the calculator, so I am unable to proceed with the configuration for my S32K348 board. Could you please advise if there is an updated version of the calculator that includes the TJA1445 transceiver? If not, which alternative transceiver from the existing dropdown list would be the most compatible or closest option to select instead? Thank you in advance for your help! Best regards, Re: FlexCAN(S32K348) bit timing calculation for TJA1445 Hi @Penta7, By selecting Transceiver, propagation delay parameter is also loaded, but can be simply overwritten by user value. You can refer to TJA1445's datasheet and overwrite propTXRX to 220 ns: Best regards, Julián Re: FlexCAN(S32K348) bit timing calculation for TJA1445 Do you try FlexGUI for TJA14XX Family? Not sure it has timing setting information for your request Current version is NXP_TJA14XX_GUI_1.1.0 and can be downloaded from NXP official website
View full article
imx8mmini sai1 最大采样率 hi sai1连接编解码器支持 768kHz/32bit 采样率。SAI1 -RX0 连接 codec_DOUT。 没有 768kHz/32bit 和 L/R 通道的数据可供读取。但SAI1-TXFS/SAI1-TXC 可以输出 768kHz/49.152MHz 的数据。读取 768kHz/16bit 和 384kHz/32bit 的 L/R 通道数据正常。内核版本 6.1.36。 谢谢。 Re: imx8mmini sai1 max sample rates 关于编解码器 DTS 的信息如下: 运行 arecord 命令,参数为“-f S32_LE -r 384000 -c 2 -d 1 test.wav”或者“-f S16_LE -r 786000 -c 2 -d 1 test.wav”也可以。但是运行“-f S32_LE -r 768000 -c 2 -d 1 test.wav”,test.wav 为 NULL。 Re: imx8mmini sai1 max sample rates 你好, 请问您能否分享一下您的设备树配置? 你使用的是哪种编解码器? 顺祝商祺! Re: imx8mmini sai1 max sample rates 你好, 如果出现与采样率相关的错误,可能是由于时钟源无法产生该采样率所需的频率造成的。 有时需要使用专用时钟源(例如外部时钟)来获得特定的采样率。 顺祝商祺! Re: imx8mmini sai1 max sample rates 当使用 768kHz 32bit x 2 通道读取时,SAI1_TXFS/SAI1_TXC 输出正常(768kHz/49.152MHz)。用示波器检查时,编解码器数据输出引脚(连接到 SAI1_RX0)有数据输出。imx8mmini sdma 是否有可能不工作? Re: imx8mmini sai1 max sample rates 你好, 测试过程中是否出现下溢或溢出错误? 顺祝商祺! Re: imx8mmini sai1 max sample rates 测试过程中出现如下内核打印错误: [ 506.336480] [858] wait_for_avail:1936: asoc-simple-card sound-pcmdev: 捕获写入错误(DMA 或 IRQ 问题?) Re: imx8mmini sai1 max sample rates 你好, 请分享您的 dmesg: dmesg | grep -i -E "xrun|overrun|dma|fifo|sdma|sai" 根据该错误日志,问题可能是由溢出引起的,请尝试增加周期和缓冲区大小,例如: arecord -D hw:0,0 -f S32_LE -r 768000 -c 2 --buffer-size=65536 --period-size=8192 -d 5 test.wav 顺祝商祺!
View full article
PF53如何配置输出0.8V 您好, 我使用S32G399,MVR5510AMDALES和MPF5302AMDA0ES进行设计 通过datasheet 我了解到MPF5302AMDA0ES是non-programmed device. 那我可以用什么方式配置MPF5302AMDA0ES输出0.8V给S32G399的Core Supply使用。 我原本想通过JTAG烧录程序到S32G399中,让S32G399通过IIC配置MPF5302AMDA0ES输出0.8V。但是如果没有0.8V给到S32G399的Core Supply,JTAG是没法连接成功的。这似乎陷入了一个死循环。 Re: PF53如何配置输出0.8V 好的,谢谢,我在新的版面再发一下 Re: PF53如何配置输出0.8V Hello, @MichaelTao  您好,一般而言 1. Engineering development 阶段允许客户使用 NXP GUI 和 socketed evaluation board 做 OTP emulation / programming(然后可用于S32G) 2. 而量产阶段用的 custom OTP 需要联系 NXP sales channel / distributor;量产 OTP 编程应由 NXP 或推荐第三方完成。 因为本版面主要处理S32G本身的问题,如果您有进一步的细节需要确认,可以在以下版面发帖,会有专门的产品支持工程师进一步答复,感谢您的理解。 BR Chenyin BR Chenyin
View full article
未解決: プログラマーは TEA2016 および TEA2017 を書き込むことができません。 お客様はTEA2016およびTEA2017のプログラミング用に、2つのバッチのI2Cプログラマを受け取りました。以前のプログラマは問題なく動作しましたが、新しく納品されたプログラマはプログラミング中にほとんどの場合問題が発生し、プログラミングが不可能でした。お客様からの説明は以下のとおりです。ドキュメントを参照してください。 Re: 尚未解決: 燒錄器不能燒錄 TEA2016和 TEA2017 こんにちは風火 良い一日! 新しいプログラマーに関する苦情の記録は一切ありません。 プログラミングが成功したサイクル(旧プログラマー使用時)と失敗したサイクル(新プログラマー使用時)で取得したI²C波形を提供してください。 また、これら2つの製品の部品番号や識別番号も教えていただけるととても助かります。私の記憶が正しければ、あなたはRDK01DB1563を使用していますよね? 良い一日をお過ごしください。幸運を祈ります。 Re: 尚未解決: 燒錄器不能燒錄 TEA2016和 TEA2017   下記は、同じ製品をテストした旧型および新型ボックスの波形です。新型ボックスがテストできない理由を分析するお手伝いをお願いします。 新しいボックステストのFAIL波形は以下のとおりです。 ありがとう!
View full article
RFの堅牢性を向上させる必要性 #NXH3675 @pramodhag @VishwaOzlo こんにちは、 Audiohubとwasraベースのユニット(CASEやバッズ)間のRFの堅牢性向上を目指しています。私たちが気づいた点の1つは、CIS接続において、MからSへの接続を2M、SからMへの接続を1Mとする非対称PHYを採用することです。 これを変更するだけでは、2つのバッドに接続するため、CIGは生成されません。Slave to Masterの1M PHYでより良いパフォーマンスを得るために調整できる他のパラメータについても教えてください。 ありがとうございます。 RF Re: Need to improve RF robustness こんにちは、 あなたの調子が良いといいのですが。   ご不便をおかけして申し訳ありませんが、承認されたNDAを持つ特定の**お客様**にはNXH3675と**イネーブルメント**(ドキュメント、ソフトウェア、ボード)が利用可能です。   チップや技術、関連**サポート**について詳しくは、**代理店ネットワーク**に掲載されている当社の**代理店**のいずれかに**お問い合わせ**ください。NXPですか?NDAの手続きだけでなく、ドキュメントの入手やサポートの確認も行ってくれます。 既にプライベートメッセージを送りました。 よろしくお願いします、 アナ・ソフィア。
View full article
S32DS 3.6.7 RTD 7.0.1 P02 HSE code generation error I am trying to generate the HSE-related RTD code for S32K358 using S32DS 3.6.7, but I have encountered an issue. First, I installed the following Update Sites in the order shown below: SW32K3_S32M27x_RTD_R23-11_7.0.1_D2603_DesignStudio_updatesite.zip SW32K3_RTD_R23-11_7.0.1_P02_D2603_DesignStudio_updatesite.zip The installation status is shown in the image below. Next, I created a new project by selecting the SDK shown below. Then, I added the BaseNXP and Hse components in Config Tools as shown below. However, the following validation error occurs: Issue: Hse is not found in the toolchain/IDE project. The project will not compile! Level: Error Type: Validation Tool: Toolchain/IDE project Origin: Peripherals Target: Toolchain/IDE project: M7_0_0 Resource: platform.driver.Hse How can I resolve this issue and successfully generate the HSE-related RTD code? Re: S32DS 3.6.7 RTD 7.0.1 P02 HSE code generation error Hello, I tried generating the code with the following package installed, but I still encounter the same validation error. As you suggested, I first uninstalled all RTD-related extensions and then installed only the following package: - SW32K3_RTD_R23-11_7.0.1_P02_D2603_DesignStudio_updatesite.zip The installation status is shown below. However, after doing this, I can no longer select any SDK when creating a new project, as shown in the image below. What should I do to resolve this issue? Re: S32DS 3.6.7 RTD 7.0.1 P02 HSE code generation error Hi @wodudwo  To verify that there are no missing software packages, could you please compare the packages installed in your IDE with those shown in the following image? Additionally, let's try uninstalling all packages related to S32K3 RTD and then reinstall only the packages that contain "P02" in their name. BR, VaneB Re: S32DS 3.6.7 RTD 7.0.1 P02 HSE code generation error Hi @wodudwo  I believe one of the installation steps may be missing. Below is the procedure I use to install the packages successfully: Since you have already installed some packages, I recommend first uninstalling all packages related to RTD for S32K3 devices, including the S32 Configuration Tools R1.8 NPI Data Package for S32K3 and S32M devices, as these have dependencies on the RTD packages. - Add the following update sites: SW32K3_S32M27x_RTD_R23-11_7.0.1_D2603_DesignStudio_updatesite.zip SW32K3_RTD_R23-11_7.0.1_P02_D2603_DesignStudio_updatesite.zip SW32K3_RTD_R23-11_7.0.1_P02_D2603_DesignStudio_updatesite_updated_D20260630.zip - Select and install only the packages that contain P02 in their name. Allow S32DS to automatically select and install any additional dependent packages required for the installation. - Wait for the installation to complete successfully and allow S32DS to restart. - After the restart, select and install all S32 Configuration Tools R1.8 NPI Data Package for S32K3 and S32M devices components. Again, allow S32DS to automatically select any required dependencies. - Wait for the installation to complete successfully and allow S32DS to restart once more. After following these steps, I end up with six RTD 7.0.1 packages (including P02) installed in my IDE. With this setup, I am able to add the HSE drivers to my projects without any issues.
View full article
s32k388-MBIST-LBIST S32K388のLBISTおよびMBIST機能は、MCUからどのくらいの実行時間を要求しますか? Re: s32k388-MBIST-LBIST こんにちは、 @xlele さん、 NXPはこのMCU向けにSPD(Safety Peripheral Drivers)を提供しています。 https://www.nxp.com/design/design-center/software/functional-safety-software/s32-safety-software-framework-saf-and-safety-peripheral-drivers-spd:SAF ドライバーと一緒に品質パッケージをダウンロードしてください。 そして、この文書を参照してください。 ...\Bist\S32K3XX\BIST_profile\S32K388\S32K388_SAF_BIST_ProfileReport.xlsx GCCシートには測定結果が示されています。 BISTシーケンスは設定変更できません。 よろしくお願いいたします。 ダニエル
View full article
必要なサポート:Wayland-EGLプラグインおよびIVI-Shellのビデオ再生パフォーマンスの問題 こんにちは、NXP チームの皆様、 Yocto Linuxのセットアップで確認されたWayland/Westonシェル関連の問題について、皆様のサポートをお願いしています。 現在、 kiosk-shellとivi-shellを使用した動画再生の検証を行っています。kiosk-shellを使用すると、wayland-egl プラグインが検出されてアクセス可能になり、フレーム落ちやシステムハングアップもなく、ビデオ再生がスムーズに動作します。しかし、 ivi-shellを使うとwayland-eglプラグインに正しくアクセス・取得できず、動画再生時にフレームロスや断続的なハングが発生します。 問題の概要は以下のとおりです。 項目観察 プラットフォーム i.MX8QXP C0 MEK OS Yocto Linux [ Scarthgap L6.6.5] ウェストンシェル1 キオスクシェル ウェストンシェル2 イヴィシェル グラフィックスインターフェース ウェイランド / ウェイランド-EGL ビデオ再生 GStreamerベースの再生 観察 テストケース結果 キオスクシェル + ウェイランドEGL プラグインは利用可能でアクセス可能です キオスク端末+ビデオ再生 動画はフレーム落ちやフリーズなくスムーズに再生されます。 ivi-shell + wayland-egl Wayland-eglプラグインが正しく検出・アクセスされません ivi-shell + ビデオ再生 フレーム落ちや断続的なフリーズが観測された サポートが必要です 以下のポイントについてご助言いただけますか? wayland-eglはi.MX8QXP Yocto Linux 6.6.5バージョンの ivi-shell で完全にサポートされているのでしょうか wayland-eglをivi-shellで有効にするために、Weston、IVI-shell、またはコンポジタの設定で何か特別な変更が必要ですか? i.MX8QXP上でivi-shellを使用する場合、推奨されるweston.iniの設定はありますか? ivi-shellの動画再生やGPUによるレンダリングに既知の制限はありますか? ivi-shell + wayland-egl + video playbackの参考文献、パッチ、または例のアプリケーションはありますか? フレームの損失やハングは、コンポジターの設定、バッファの処理、GPU/VPUの統合、またはGStreamerのスリンク選択に関連しているのでしょうか? 要求 この問題を解決するためのガイダンス、推奨構成、および利用可能な参考資料やパッチをご提供ください。 Re: Support Required: Wayland-EGL Plugin and Video Playback Performance Issue with IVI-Shell こんにちは、 以下のドキュメントを参照してください。 https://wayland.pages.freedesktop.org/weston/toc/ivi-shell.html https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/AGL-architecture-and-How-to-port-in-i-MX8qm/ta-p/1383200 よろしくお願いいたします。 アルド。
View full article
S32DS 3.6.7 RTD 7.0.1 P02 HSE 代码生成错误 我正在尝试使用S32DS 3.6.7为S32K358生成与 HSE 相关的 RTD 代码,但我遇到了一个问题。 首先,我按以下顺序安装了以下更新站点: SW32K3_S32M27x_RTD_R23-11_7.0.1_D2603_DesignStudio_updatesite.zip SW32K3_RTD_R23-11_7.0.1_P02_D2603_DesignStudio_updatesite.zip 安装状态如下图所示。 接下来,我通过选择下面显示的 SDK 创建了一个新项目。 然后,我在配置工具中添加了BaseNXP和Hse组件,如下所示。 但是,出现以下验证错误: Issue: Hse is not found in the toolchain/IDE project. The project will not compile! Level: Error Type: Validation Tool: Toolchain/IDE project Origin: Peripherals Target: Toolchain/IDE project: M7_0_0 Resource: platform.driver.Hse 我该如何解决这个问题并成功生成与 HSE 相关的 RTD 代码? Re: S32DS 3.6.7 RTD 7.0.1 P02 HSE code generation error 你好, 我尝试安装了以下软件包后生成代码,但仍然遇到同样的验证错误。 按照您的建议,我首先卸载了所有与RTD相关的扩展程序,然后只安装了以下软件包: - SW32K3_RTD_R23-11_7.0.1_P02_D2603_DesignStudio_updatesite.zip 安装状态如下所示。 但是,这样做之后,我在创建新项目时就无法再选择任何 SDK 了,如下图所示。 我应该如何解决这个问题? Re: S32DS 3.6.7 RTD 7.0.1 P02 HSE code generation error 嗨@wodudwo 为了验证是否缺少软件包,请将您 IDE 中安装的软件包与下图所示的软件包进行比较? 此外,我们来尝试卸载所有与 S32K3 RTD 相关的软件包,然后只重新安装名称中包含“P02”的软件包。 BR,VaneB Re: S32DS 3.6.7 RTD 7.0.1 P02 HSE code generation error 嗨@wodudwo 我认为安装步骤中可能缺少某个步骤。以下是我成功安装软件包的步骤: 由于您已经安装了一些软件包,我建议您首先卸载所有与 S32K3 设备 RTD 相关的软件包,包括 S32K3 和 S32M 设备的 S32 配置工具 R1.8 NPI 数据包,因为这些软件包依赖于 RTD 软件包。 - 添加以下更新站点: SW32K3_S32M27x_RTD_R23-11_7.0.1_D2603_DesignStudio_updatesite.zip SW32K3_RTD_R23-11_7.0.1_P02_D2603_DesignStudio_updatesite.zip SW32K3_RTD_R23-11_7.0.1_P02_D2603_DesignStudio_updatesite_updated_D20260630.zip - 选择并安装名称中包含 P02 的软件包。允许 S32DS 自动选择并安装安装所需的任何其他依赖软件包。 - 等待安装成功完成,并允许 S32DS 重新启动。 - 重启后,选择并安装所有适用于 S32K3 和 S32M 设备的 S32 配置工具 R1.8 NPI 数据包组件。再次允许 S32DS 自动选择任何所需的依赖项。 - 等待安装成功完成,然后让 S32DS 再次重新启动。 按照这些步骤操作后,我的 IDE 中最终安装了六个 RTD 7.0.1 软件包(包括 P02)。通过这种设置,我可以将 HSE 驱动程序添加到我的项目中,而不会出现任何问题。
View full article
How to Configure BLE MAC Address on a Custom RW610 Board Hi NXP Team, I have a custom RW610 board on which I am testing one of the BLE SDK example projects. When the board starts advertising, the BLE MAC address is displayed as 88:88:88:88:88:88. However, when I tested the same SDK example on the FRDM-RW612 EVK, it advertised with a unique Bluetooth MAC address. I would like to understand: How is the BLE MAC address assigned on the RW610? How can I configure or program a unique BLE MAC address for my custom RW610 board? Is the MAC address expected to be stored in external flash or generated by software? Are there any SDK APIs or board configuration changes required to set the BLE MAC address? Any guidance or references would be greatly appreciated. Thanks & Regards, Prathyush. Re: How to Configure BLE MAC Address on a Custom RW610 Board Hi, The FRDM-RW612 already comes with a programmed BD address. For your custom board, you will need to program a BD address into the OTP memory. Please refer to the Calibration Structure for RW61x application note: https://www.nxp.com/docs/en/application-note/AN13639.pdf For testing purposes, you can use a static BD address. For example, you can create and select one using the id-create command from the Bluetooth shell. Please refer to UM11799 for additional details. Regards, Daniel. Re: How to Configure BLE MAC Address on a Custom RW610 Board Hi Daniel, Thank you so much for your guidance and support. I implemented a temporary static BLE address for testing on my custom RW610 board. I really appreciate your help. Regards, Prathyush
View full article
Support Required: Wayland-EGL Plugin and Video Playback Performance Issue with IVI-Shell Hi NXP Team, We need your support regarding a Wayland/Weston shell-related issue observed in our Yocto Linux setup. We are currently validating video playback with kiosk-shell and ivi-shell. With kiosk-shell, the wayland-egl plugin is detected and accessible, and video playback is working smoothly without frame drops or system hang. However, with ivi-shell, we are not able to access/get the wayland-egl plugin properly, and video playback is showing frame loss and intermittent hang. Please find the issue summary below: Item Observation Platform i.MX8QXP C0 MEK OS Yocto Linux [ Scarthgap L6.6.5] Weston Shell 1 kiosk-shell Weston Shell 2 ivi-shell Graphics Interface Wayland / Wayland-EGL Video Playback GStreamer-based playback Observation Test Case Result kiosk-shell + wayland-egl Plugin is available and accessible kiosk-shell + video playback Video plays smoothly without frame loss or hang ivi-shell + wayland-egl wayland-egl plugin is not getting detected/accessed properly ivi-shell + video playback Frame drops and intermittent hang observed Support Required Could you please help us with the below points? Is wayland-egl fully supported with ivi-shell on i.MX8QXP Yocto Linux 6.6.5 version Are there any specific Weston, IVI-shell, or compositor configuration changes required to enable wayland-egl with ivi-shell? Is there any recommended weston.ini configuration for ivi-shell on i.MX8QXP? Are there any known limitations with ivi-shell for video playback or GPU-accelerated rendering? Is there any reference document, patch, or example application available for ivi-shell + wayland-egl + video playback? Could the frame loss/hang be related to compositor configuration, buffer handling, GPU/VPU integration, or GStreamer sink selection? Request Please provide your guidance, recommended configuration, and any available reference documents or patches to resolve this issue. Re: Support Required: Wayland-EGL Plugin and Video Playback Performance Issue with IVI-Shell Hello, You may refer to the following documentation: https://wayland.pages.freedesktop.org/weston/toc/ivi-shell.html https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/AGL-architecture-and-How-to-port-in-i-MX8qm/ta-p/1383200 Best regards/Saludos, Aldo.
View full article
カスタムRW610ボードでBLE MACアドレスを設定する方法 こんにちは、NXP チームの皆様、 カスタムのRW610ボードを持っていて、そこでBLE SDKのサンプルプロジェクトの一つをテストしています。 掲示板が広告を始めると、BLEのMACアドレスは88:88:88:88:88:88として表示されます。しかし、同じSDKの例をFRDM-RW612 EVKでテストしたところ、ユニークなBluetooth MACアドレスで広告されていました。 理解したいのは以下の点です。 RW610ではBLE MACアドレスはどのように割り当てられますか? カスタムRW610ボード用にユニークなBLEのMACアドレスを設定したりプログラムしたりするにはどうすればいいですか? MACアドレスは外部フラッシュに保存される予定ですか、それともソフトウェアで生成されるのでしょうか? BLE MACアドレスを設定するためにSDKのAPIや基板の設定変更が必要ですか? ご助言や参考資料などございましたら、大変ありがたく存じます。 よろしくお願いいたします。 プラティシュ。 Re: How to Configure BLE MAC Address on a Custom RW610 Board こんにちは、 FRDM-RW612には、既にプログラム済みのBDアドレスが付属しています。 カスタムボードの場合、OTPメモリにBDアドレスをプログラムする必要があります。 RW61xアプリケーションノートのキャリブレーション構造を参照してください: https://www.nxp.com/docs/en/application-note/AN13639.pdf テスト目的では、静的BDアドレスを使うことができます。例えば、Bluetoothシェルのid-createコマンドを使って作成・選択できます。詳細については、UM11799を参照してください。 よろしくお願いいたします。 ダニエル。 Re: How to Configure BLE MAC Address on a Custom RW610 Board こんにちは、ダニエルさん。 ご指導とサポートに心から感謝します。 自作のRW610ボード上でテストを行うため、一時的な静的BLEアドレスを実装しました。 ご協力いただき、本当に感謝しています。 よろしくお願いいたします。 プラティシュ
View full article
S32DS 3.6.7 RTD 7.0.1 P02 HSEコード生成エラー S32DS 3.6.7を使用してS32K358のHSE 関連の RTD コードを生成しようとしています。しかし、問題が発生しました。 まず、以下の更新サイトを下記の順序でインストールしました。 SW32K3_S32M27x_RTD_R23-11_7.0.1_D2603_DesignStudio_updatesite.zip SW32K3_RTD_R23-11_7.0.1_P02_D2603_DesignStudio_updatesite.zip インストール状況は下の画像に示されています。 次に、下記のSDKを選択して新しいプロジェクトを作成しました。 次に、以下に示すように、Config ToolsにBaseNXPとHseのコンポーネントを追加しました。 しかし、以下の検証エラーが発生します。 Issue: Hse is not found in the toolchain/IDE project. The project will not compile! Level: Error Type: Validation Tool: Toolchain/IDE project Origin: Peripherals Target: Toolchain/IDE project: M7_0_0 Resource: platform.driver.Hse この問題をどう解決し、HSE関連のRTDコードを正常に生成すればよいでしょうか? Re: S32DS 3.6.7 RTD 7.0.1 P02 HSE code generation error こんにちは、 以下のパッケージをインストールしてコードを生成しようとしましたが、同じ検証エラーが出ます。 ご提案の通り、まずRTD関連の拡張機能をすべてアンインストールし、その後、以下のパッケージのみをインストールしました。 - SW32K3_RTD_R23-11_7.0.1_P02_D2603_DesignStudio_updatesite.zip インストール状況は以下のとおりです。 しかし、これを実行した後は、下の画像のように新しいプロジェクトを作成する際にSDKを選択できなくなりました。 この問題を解決するにはどうすれば良いですか? Re: S32DS 3.6.7 RTD 7.0.1 P02 HSE code generation error こんにちは、 @wodudwo さん。 ソフトウェアパッケージの欠落がないことを確認するために、IDEにインストールされているパッケージと以下の画像に示されているものを比較していただけますか? さらに、S32K3 RTDに関連するすべてのパッケージをアンインストールし、名前に「P02」が含まれているパッケージだけを再インストールしてみましょう。 BR、VaneB Re: S32DS 3.6.7 RTD 7.0.1 P02 HSE code generation error こんにちは、 @wodudwo さん。 インストール手順の1つが抜けている可能性があります。以下は、私がパッケージをうまくインストールするために使っている手順です: すでにいくつかのパッケージをインストールしているので、まずはS32K3デバイス向けのRTDに関連するすべてのパッケージをアンインストールすることをお勧めします。S32K3およびS32Mデバイス向けのS32 Configuration Tools R1.8 NPIデータパッケージも含めて、これらはRTDパッケージに依存しているためです。 - 以下の更新サイトを追加してください。 SW32K3_S32M27x_RTD_R23-11_7.0.1_D2603_DesignStudio_updatesite.zip SW32K3_RTD_R23-11_7.0.1_P02_D2603_DesignStudio_updatesite.zip SW32K3_RTD_R23-11_7.0.1_P02_D2603_DesignStudio_updatesite_updated_D20260630.zip - 名前にP02を含むパッケージのみを選択しインストールする。インストールに必要な追加の依存パッケージを自動的に選択・インストールできるようにします。 インストールが正常に完了するまで待ち、S32DSを再起動してください。 - 再起動後、S32K3およびS32Mデバイスコンポーネント用のすべてのS32構成ツールR1.8 NPIデータパッケージを選択してインストールします。ここでも、S32DSが必要な依存関係を自動的に選択するように設定してください。 インストールが正常に完了するまで待ち、S32DSを再度再起動してください。 これらの手順を踏んだ結果、IDEsに6つのRTD 7.0.1パッケージ(P02を含む)がインストールされました。このセットアップで、HSEドライバをプロジェクトに問題なく追加できます。
View full article
s32k388-MBIST-LBIST How much execution time does the LBIST and MBIST functions of the S32K388 require from the MCU? Re: s32k388-MBIST-LBIST Hello @xlele, NXP provides SPD (Safety Peripheral Drivers) for this MCU. https://www.nxp.com/design/design-center/software/functional-safety-software/s32-safety-software-framework-saf-and-safety-peripheral-drivers-spd:SAF Download the Quality package along with the drivers. And refer to this document: ...\Bist\S32K3XX\BIST_profile\S32K388\S32K388_SAF_BIST_ProfileReport.xlsx The GCC sheet shows the measurement results. The BIST sequences are not configurable. Regards, Daniel
View full article
需要支持:Wayland-EGL 插件和 IVI-Shell 的视频播放性能问题 您好,NXP团队: 我们需要您的帮助,解决我们在 Yocto Linux 系统中遇到的 Wayland/Weston shell 相关问题。 我们目前正在使用kiosk-shell和ivi-shell验证视频播放功能。使用kiosk-shell ,可以检测到 wayland-egl 插件并进行访问,视频播放流畅,不会出现丢帧或系统卡顿的情况。但是,使用ivi-shell时,我们无法正确访问/获取 wayland-egl 插件,视频播放出现丢帧和间歇性卡顿。 以下是问题概要: 项目观察 平台 i.MX8QXP C0 MEK OS Yocto Linux [ Scarthgap L6.6.5] 韦斯顿壳牌1号 信息亭外壳 韦斯顿壳牌2号 ivi-shell 图形界面 韦兰/韦兰-EGL 视频播放 基于 GStreamer 的播放 观察 测试用例结果 kiosk-shell + wayland-egl 插件可用且可访问 信息亭外壳 + 视频播放 视频播放流畅,无丢帧或卡顿现象。 ivi-shell + wayland-egl wayland-egl 插件无法被正确检测/访问。 ivi-shell + 视频播放 观察到掉帧和间歇性卡顿 需要支持 请您协助我们解决以下几个问题? 在 i.MX8QXP Yocto Linux 6.6.5 版本上, ivi-shell是否完全支持 wayland-egl? 要使用 IVI-shell 启用 wayland-egl,是否需要对 Weston、IVI-shell 或合成器进行任何特定的配置更改? i.MX8QXP 上的 ivi-shell 有什么推荐的 weston.ini 配置吗? ivi-shell 在视频播放或 GPU 加速渲染方面是否存在任何已知限制? 是否有适用于 ivi-shell + wayland-egl + 视频播放的参考文档、补丁或示例应用程序? 丢帧/卡顿是否与合成器配置、缓冲区处理、GPU/VPU 集成或 GStreamer 接收器选择有关? 申请它 请提供指导、推荐配置以及任何可用的参考文档或补丁程序来解决此问题。 Re: Support Required: Wayland-EGL Plugin and Video Playback Performance Issue with IVI-Shell 你好, 您可以参考以下文档: https://wayland.pages.freedesktop.org/weston/toc/ivi-shell.html https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/AGL-architecture-and-How-to-port-in-i-MX8qm/ta-p/1383200 此致敬礼/Saludos, 阿尔多。
View full article