Multi Source Translation Content

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

Multi Source Translation Content

讨论

排序依据:
i.MX6 HABv4 ブート失敗: 生産ボードでのUSBロード成功後、`j4 err` **客観的:** 私たちの目標は、`imx_usb`ローダーを使用して、eMMCを介さずにボードを直接RAMから起動することです。これは、故障解析における重要なステップです。USBブートパスのみを確実にテストするため、製造基板上のeMMCを物理的に切断しました。 **ボードステート:** 1. **開発ボード:** ヒューズは切れていません。SoCは**開発モード**にあると報告しています。 2. **製造基板:** セキュアブートのためにヒューズが切れます。SoCは**生産モード**にあると報告しています。 **結果の概要:** `imx_usb`ユーティリティを使用した際に、2つの異なる結果が観測されています。 **1.成功:開発ボード** 開発ボード上では、署名されていない `u-boot.imx`問題なくロードされ、実行されます。ログにはバイナリがロードされ、SoCがエントリポイントにジャンプしたことが記録されている。 * **コマンド:** `sudo ./imx_usbu-boot.imx` * **キーログ出力(`development.txt`):** 「`」 HABセキュリティ状態:開発モード(0x56787856) ... バイナリファイル(u-boot.imx)を読み込んでいます877ff400、スキップ=0、fsize=5faa4、タイプ=aa 成功しました(ステータス 0x88888888) 0x877ff400にジャンプします 「`」 (結果:ボードがU-Bootプロンプトで起動します) **2.失敗: 生産ボード** 弊社製品版ボードでは、**署名付き`u-boot.imx`**を使用しています。当社の製造チームによって提供され、SoCに組み込まれているハッシュと同じ鍵で署名されています。`imx_usb`ツールは、DCDとバイナリが正常にロードされたことを報告します。しかし、最後のジャンプコマンドは失敗します。 * **コマンド:** `sudo ./imx_usbu-boot-signed.imx` * **キーログ出力(`production.txt`):** 「`」 HABセキュリティ状態:プロダクションモード(0x12343412) ... バイナリファイル(u-boot.imx)を読み込んでいます877ff400へ、スキップ=0、fsize=5faa4、タイプ=aa 成功しました(ステータス 0x88888888) 0x877ff400にジャンプします j4 in err=0、last_trans=64 33 18 c0 00 「`」 *(結果: ボードが起動しません。コンソール出力なし。)* **分析と重要な質問:** 決定的な違いは、「0x877ff400へジャンプする」コマンドの結果です。製造基板上では、イメージがRAMに正常に転送された直後のまさにこの段階で処理が失敗する。これは、SoCのブートROMがRAM内のイメージを実行する前に**HABv4署名検証**を実行しており、この検証が失敗していることを強く示唆しています。 `j4 err`は標準的なUSBエラーではありません。これは、`imx_usb`ツールがjumpコマンドに関連して返す内部ステータスコードのようです。根本的な問題は、ジャンプが成功しないことだ。 1. **HAB認証失敗:** `j4 err`(またはそれに続く起動の失敗)は、HAB認証の失敗を示していますか?ブートROMはイメージを正常に受け入れたものの、実行を拒否しているようだ。 2. **USBブート用イメージ署名:** USBシリアルダウンロードプロトコル経由でロードすることを目的としたU-Bootイメージに署名するための特定の要件またはフォーマットはありますか?私たちはeMMCブート用に署名されたイメージを使用しています。`0x877ff400`に画像がロードされた際に、HABが画像を拒否する原因として、想定されるIVT(画像ベクトルテーブル)構造やその他のメタデータに違いがある可能性はありますか? 3. **ロードアドレス:** イメージは `0x877ff400` にロードされています。これは、セキュリティ保護されたi.MX6上のUSBメモリに保存されたイメージの正しいアドレスですか?ブートROMは、認証のためにイメージがRAM内の別の場所に配置されていることを想定しているのでしょうか? Re: i.MX6 HABv4 Boot Failure: `j4 err` After Successful USB Load on Production Board こんにちは、 署名済みのイメージはeMMCブート用に作成されていますか? エラーは、ステップのRAMへのロードは成功したが、ROMによって実行が拒否されたことを示しています。 HAB認証失敗。
查看全文
在 i.MX95 EVK 或 i.MX8QM 上同时运行 Android 和 Linux 作为 DomU 我正在检查在 Xen 虚拟机监控器之上同时运行 Android Automotive 和 Linux 客户机操作系统的适用性。 在发行说明和用户指南之间存在一些相互矛盾的信息。在安卓汽车的发行说明中,i.MX8QM 和 i.MX95 安卓虚拟化版本上都有一个 " N ",而用户指南中明确说明了如何在 Xen 上运行 Android: 我想回答是否支持它的问题,但我无法根据不同来准确地做出决定文档,较旧的文档说即使是 i.mx8QM 也支持它,而较新的文档则说不。 用户指南中提到,你可以运行 Linux Guest 或 Android Automotive Guest,但没有提到它们是否可以同时共存(2 个 DomU)。请告诉我这在 i.MX95 或 i.MX8QM 中是否可行,还是两者都可行。 如问题 1 所述,旧文件中提到 i.MX 8QuadMax 可以通过 Xen 运行安卓虚拟机,但那是针对安卓 9 或安卓 10 的。在最近的文档中,它被说明为"N" 在 Xen 上的 Android 虚拟机中,而用户指南只显示了 i.mx 95 的说明,它不能运行较新 Android 版本的原因是什么? Android i.MX 8 系列 | i.MX 8QuadMax (8QM) | 8QuadPlus Linux Re: Running both Android + Linux as DomU's on i.MX95 EVK or i.MX8QM 你好, 1 > 这是正确的,在较早的安卓版本中,我们将 i.MX8 XEN 支持作为演示/参考,但是在新的安卓版本中我们不再支持 i.MX8 XEN。而在另一种情况下,对于i.MX95,我们在新版本中确实提供了支持。 2 > 如上所述,对于旧版本,i.MX8可能是可能的,因为官方不支持i.MX95,但通过自定义集成在技术上是可行的。 3 > 它与 1) i.MX8 的 XEN 正式作为演示/参考版本发布,随着安卓新版本的更改,焦点已转移到新的 i.MX95 上。 致以最崇高的敬意/问候, Aldo。 Re: Running both Android + Linux as DomU's on i.MX95 EVK or i.MX8QM 您好,感谢您的快速回复! 因此,对于 i.MX95,官方只支持 Dom0(Linux,但我从文件中看到它并不薄)+ DomU(Android)。有没有可能在 Dom0 上安装一个显示屏,在 DomU 上安装另一个显示屏? 你们是否计划在未来为 i.MX95 支持 2 个 DomU?
查看全文
Power down of modules on LX2160 custom board In our custom board based on LX2160, there are no SPDT switches available to control the power rails through software. However, our objective is to reduce the power consumption contributed by the USB, WiFi, BT, PoE, and Cellular modules. Current observations and approach followed from our side: 1. WiFi, BT, and Cellular modules are connected through PCIe. We observed that these can be disabled through SerDes configuration. By configuring SerDes protocol with S2 = 9, all corresponding lanes are configured as SGMII instead of PCIe, thereby effectively disabling the PCIe-connected modules. 2. USB modules do not appear to have similar SerDes-based disable options. For USB, we are currently trying GPIO-based disable using: USB1_MUX_EN USB2_MUX_EN RCW configuration has already been verified, and the corresponding pins are confirmed to be configured as GPIO. However, even after driving these GPIOs for disable operation, the expected power reduction is not observed. 3.PoE module (AQR113c is used for ethernet) Please provide your comments/suggestions on any additional files or configurations that may need to be modified for complete disablement and power reduction. Re: Power down of modules on LX2160 custom board Is it possible to power down the USB, WiFi, BT, PoE, and Cellular modules when idle? Or this is some different configuration of the product where these interfaces will not be used at all?   Please note even when an interface is unused, power still needs to be applied to its power rail. LX2160A does not support removing power from its rails. If power is removed from interfacing devices, it needs to be ensured that leakage will not happen to LX2160A I/O's   So what you can do: 1) Maximun power is consumed by the cores. SDK supports taking the CPU to a lower frequency when not used to save on power consumption.  Refer Power management - [Layerscape Software Development Kit User Guide | NXP Semiconductors|https://docs.nxp.com/bundle/GUID-487B2E69-BB19-42CB-AC38-7EF18C0FE3AE/page/GUID-2E8E375E-7DCD-4671-B0CF-D4713D8BB9EB.html] 2) Unused IP's can be clock gated through DEVDISR. However once disabled they cannot be enabled. 3) If SerDes lanes are unused, they can be powered down. Refer section 26.10.2 Unused Lanes in LX2160A Reference manual 4) When a SerDes protocol is chosen through RCW setting, it also configures registers relevant to that protocol as per protocol requirement. So reconfiguring lanes is not the correct way. 5) From the schematic snippet, you have configured SerDes#2 for SRDS_PRTCL_S2 =3 but only a single lane is used.  You can use SRDS_PRTCL_S2=11 and power down unused lanes as per (4). Similar mechanism could be applied to other SerDes. 6)  If Gen3 is unused for PCIe, then PLLF can be powered down. Similarly unused PLL can be powered down Thanks Re: Power down of modules on LX2160 custom board How are you measuring power consumption? Please note that for SerDes lanes, you will need to check on the 0.9V and 1.8V power lanes that supply SerDes I/O's For DFS, check the power consumption of VDD (0.8V) supply. Since this is your custom board, do you have power measurment circuitry for power rails?  If you are emasuring at the input of your custom board, I am not sure how much difference you would see. It will also depend on the least count of your measurment. To check, you may operate the core/platform at a lower configuration. Check the Design checklist and it has graphs for VDD rail power consumption. Re: Power down of modules on LX2160 custom board Hi, Thanks for your timely response. I have attached my observations and test results for the points you shared regarding the power optimization suggestions. Please review them and let us know if any additional checks or configurations are recommended. Keypoints Observations CPU hotplug / frequency scaling observation We tested CPU hotplug, CPU frequency scaling, and different CPU modes using: lscpu | grep line Observations: On-line CPU(s): 9 Off-line CPU(s): 0-8,10-15 However, no measurable power reduction was observed in any of these cases. Unused IP clock gating through DEVDISR We understand that unused IPs can be clock gated through DEVDISR.However, since disabling these blocks is not reversible without reset, we consider this approach high risk and therefore not recommended for our current testing. Unused SerDes lane power-down Register writes are successful. However, no noticeable power consumption reduction has been observed so far. SerDes protocol configuration optimization PLL power-down for unused Gen3 PCIe Applied configuration: SRDS_REFCLKF_DIS_S2 = 1 SRDS_PRTCL_S2 = 11 SRDS_INTRA_REF_CLK_S2 = 0 SRDS_PLL_PD_PLL3 = 1 Re: Power down of modules on LX2160 custom board Hi, We are measuring consumption with these current sensors connected to BMC, where VCC_12V is sensing the input of custom board and VCC_0V8 is sensing the input of NXP(LX2160A) chipset Also when flashing(these are measured in VCC_12V i.e, total power consumption) - using CodeWarrior (could see a drop around 10W) and - using ( echo mem > /sys/power/state & echo freeze > /sys/power/state) (could see a drop around 6W)(but under this , as user interaction is not there , it is not recommended for our testing), 
查看全文
NTM88およびMKW01用スターターパッケージのダウンロード こんにちは。以前はFXTHとMKW01を使用していましたが、現在はNTM88に移行しました。NTM88とMKW01用のスターターパッケージをダウンロードしたいと考えています。圧縮フォルダを探してみたところ、どこにも「利用できません」と表示されています。どこからダウンロードできるか教えていただけますか?NTM88とNCKのスターターパッケージは既にダウンロード済みですが、FRDM KW01ボードしか持っていないので、それを使い続けたいと思っています。ありがとう。 Re: Starter Package for NTM88 and MKW01 download サポートありがとうございます。ご報告いただきありがとうございます。近いうちに利用可能になることを願っています。私もSTに連絡してみます。大変感謝いたします。よろしくお願いいたします Re: Starter Package for NTM88 and MKW01 download こんにちは、 @mnicolae さん。 投稿ありがとうございます。NXP SemiconductorsのTPMSソフトウェアで「NTM88およびMKW01用スターターパッケージ」を見つけました。 しかし、このリンクは機能しません。この問題をウェブチームに報告しました。進展があり次第、すぐにお知らせします。 さらに、NXPのMEMSセンサ製品は2026年2月からSTマイクロエレクトロニクスに移行されているため、STマイクロエレクトロニクスに問い合わせてみるのも良いでしょう。 BR セレステ
查看全文
S32DS3.6.2 build gPTP Example Code error 原来一直在S32DS3.5+RTD5..0.0开发,介于新的需求要开发gPTP相关功能,所以重新搭建新的开发环境: S32DS_3.6.2_RFP_win32.x86_64.exe SW32K3_S32M27x_RTD_R21-11_6.0.0_D2506_DesignStudio_updatesite.zip SW32K3_FreeRTOS_11.1.0_6.0.0_CD1_D2506_DesignStudio_updatesite.zip SW32K3xx_M7_gPTP_1.0.0_D2507_DesignStudio_updatesite.zip SW32K3_TCPIP_STACK_3.0.0_D2507_DesignStudio_updatesite.zip 搭建完成后创建S32K388_gptp_free_rtos_ds工程,更新code直接编译发现下面错误: 我的理解是不是环境搭建过程中是不是缺少插件的安装? 实际同样的情况lwip_FreeRTOS_s32k388也出现: 但是对应的插件我都安装了,附件是S32K388_gptp_free_rtos_ds导出例程,刚开始搭建麻烦指点一下,谢谢! Re: S32DS3.6.2 build gPTP Example Code error 你好,实际我不太关注这个错误,这些错误肯定可以修订,主要再S32DS3.5+RTD5.0.0直接导入IDE提供的标准例程没有出现编译出错问题,但是在S32DS3.6.2+RTD6.0.0同样的操作出现该现象,是不是插件安装不匹配导致,最担心是: 涉及的source code file都是SDK提供的,基本上不会修改,就是修改也是通过IDE界面配置修改,后面随着功能增加,会不断update Code,已经修改的文件再次覆盖,每次都需要修改一边,这样是不是不太方便! Re: S32DS3.6.2 build gPTP Example Code error 你好@Ryan_xjl 我能够复制这个问题。要构建没有错误的项目,需要进行以下更改: FreeRTOSConfig.h Add the following definition: #define configKERNEL_PROVIDED_STATIC_MEMORY 1 port.c Add the declaration: void xPortSysTickHandler( void ) __attribute__( ( naked ) ); Vector_Table.s Change .globl vPortSVCHandler to .globl SVC_Handler Change .long vPortSVCHandler to .long SVC_Handler+1 BR、VaneB Re: S32DS3.6.2 build gPTP Example Code error 你好@Ryan_xjl 关于软件兼容性,您目前使用的版本应该可以正常运行,因为它们都依赖于 RTD 6.0.0 版本。 关于从 RTD 5.0.0 迁移到 RTD 6.0.0,以及从 S32DS 3.5 迁移到 S32DS 3.6.2、软件和集成开发环境都有了一些变化。因此,尽管整体功能在很大程度上仍然相似,但无法保证完全的后向兼容性。 最后,关于生成文件中的修改丢失,这是使用 ConfigTools 时的预期行为。每次应用新配置时,该工具都会重新生成文件并将其恢复到默认状态。直接在这些文件中进行的任何手动更改都不会被保留。因此,在使用生成的代码时,必须谨慎管理自定义修改。 Re: S32DS3.6.2 build gPTP Example Code error 非常感谢你如此耐心的帮助我解决困惑,可能是我表达的不够明白,或者我刚开始学习,方便明确表达我的意思,我提供了整个操作流程的视频,可以更好表达我的诉求,再次感谢你如此耐心的帮助我 PS:过程中有个现象,不知道是不是该情况导致 附件是操作流程视频 Re: S32DS3.6.2 build gPTP Example Code error 你好@Ryan_xjl 不用担心,语言的差异有时会造成误解,我非常感谢你分享了一段视频来说明这个问题。 打开 ConfigTools 时显示的窗口只是一个警告,表明创建项目时使用的工具版本比当前使用的版本旧。只有当您尝试打开.mex文件的原始(旧)版本。就您的情况而言,应该不会有任何问题。此外,从头开始创建项目时,也不会出现该警告。 最后,你在编译示例时遇到的版本错误可以通过应用我在第一个回复中提到的更改来解决。 我希望这有助于澄清您的问题。
查看全文
S32K314 FreeRTOSのスタンバイ移行と実行モードへの復帰 私はS32K314、RDT 7.0.0を使用して割り込みとタスクを組み合わせたプロジェクトを開発しています。およびFreeRTOS 7.0.0。 割り込みとタスクは正常に機能しています。RTCで計測した指定時間が経過した後、実行モードからスタンバイモードに移行し、再び実行モードに戻るコードを実装しました。 システムが実行モードからスタンバイモードに移行し、その後リセットが発生してMCUブートローダーが再び実行されることを確認しました。 しかし、MCUの初期化が開始され、PLLがロックされた後、MCUペリフェラルにクロックを分配するプロセス中にエラーが発生します。POR(起動・再起動)中は正常に動作するため、システムをスタンバイモードに移行するプロセスに何らかのエラーがあると考えられます。 手伝っていただけませんか? Re: S32K314 FreeRTOS Standby Transition and Return to Run Mode 追加情報: このプロジェクトはスタンバイRAMを定義します。RAMは、BSSの先頭から始まる32キロバイトの領域として割り当てられます。この領域には、スタンバイ状態から復帰した後に必要となるデータが格納されます。 /*--- スタンバイモードへの移行 ---*/ /* RTCタイマーがWKPU0を起動するためのタイムアウトを設定します */ Gpt_StartTimer(GptConf_GptChannelConfiguration_GptChannelConfiguration_RTC, RTC_BASE_CLOCK_HZ * seconds); /* すべてのOSタスクを一時停止します */ vTaskSuspendAll(); /* クロックモードをスタンバイに初期化します */ Mcu_InitClock(McuClockSettingConfig_Standby); /* 時計モードを設定します */ Mcu_SetMode(McuModeSettingConf_Standby); .....(リセット発生) /*--- MCU初期化 ---*/ /* スタンバイRAM領域をキャッシュ不可に設定する */ MpuConfigurator_AllocateStandbyRamToNonCacheable(); /* キャッシュ不可モードを有効にする */ MpuConfigurator_Enable(); /* MCUモジュールを初期化します */ Mcu_Init(NULL_PTR); /* 実行モードでクロック設定を初期化します */ if (E_OK == Mcu_InitClock(McuClockSettingConfig_Run)) { /* ポーリングによってPLLロックを待機する */ while (MCU_PLL_LOCKED != Mcu_GetPllStatus()) { /* PLLがロックされるまで待機 */ } /* PLLクロックをシステムに分配する */ Mcu_DistributePllClock(); ← ここでエラーが発生します Re: S32K314 FreeRTOS Standby Transition and Return to Run Mode こんにちは@Teruhikoさん エラーに関する詳細情報を入手できますか?これはどのような種類の障害例外ですか? https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K312-HARDFAULT-Handling-Interrupt-DS3-5-RTD300/ta-p/1806259 https://community.nxp.com/t5/S32K-Knowledge-Base/How-To-Debug-A-Fault-Exception-On-ARM-Cortex-M-V7M-MCU-S32K3XX/ta-p/1595570 https://community.nxp.com/t5/S32K-Knowledge-Base/Fault-handling-on-S32K14x/ta-p/1114447 コードをステップ実行することで、例外が発生する正確な場所を特定することもできます。 DCM_GPRレジスタにエラーがないか確認してください。RM、表231。DCMは、製品ファミリにおける機能と利用可能性を制御します。 リセット後のSRAM初期化が正しく行われなかったことが原因である可能性があります。 それを監視するERMは存在するが、モジュールのクロックはデフォルトではゲートで遮断されている。 ありがとうございました。 BR、ダニエル Re: S32K314 FreeRTOS Standby Transition and Return to Run Mode こんにちは@Teruhikoさん MCUがスタンバイモードを終了した後、デバッガを接続できるようになるはずです。 デバッグを容易にするために、アプリケーションの先頭に無限ループを追加することを検討してください。そうすることで、デバッガーを接続して、そこから実行をステップ実行できます。 volatile int var = 1; while(var){} MCU_WAKEUP_REASON の代わりに MCU_POWER_ON_RESET が検出された場合は、次のレジスタを確認してください: DCMROPP1~4。 ありがとうございました。 BR、ダニエル Re: S32K314 FreeRTOS Standby Transition and Return to Run Mode こんにちは、danielmartynek-san、 返信が遅くなり申し訳ありません。 システムがスタンバイモードに移行するとJ-TAGとの通信が途絶えるため、詳細なエラー情報を取得できていません。現在、デバッグ用のコードを書いています。 現在分かっていることをお伝えしたいと思います。 私は以下の条件下でリセットの原因を調査しました。 ・スタンバイモードへの移行後、RTCタイムアウト後に自動的にリセット復旧します。 → リセット原因: MCU_WAKEUP_REASON ・スタンバイモードに入った後、スタンバイモード中にWKPU割り込みで復帰した場合のリカバリをリセットする → リセット原因: MCU_WAKEUP_REASON ・RTCがスタンバイモードに移行した後、タイムアウトが発生してWKPU割り込みによってウェイクアップした際のリカバリをリセットする → リセット原因: MCU_POWER_ON_RESET リセット係数は正しいと思います。 各リセット要因における起動シーケンスの違いは、何らかの関連があるのではないかと推測される。 エラーの詳細が分かり次第、別途ご回答いたします。
查看全文
i.MX95 EVKまたはi.MX8QM上でAndroidとLinuxの両方をDomUとして実行する Xenハイパーバイザー上でAndroid オートモーティブとLinuxゲストOSの両方を実行できるかどうか、その適用可能性を検証しています。 リリースノートとユーザーガイドの間には、矛盾する情報がいくつかあります。Android オートモーティブのリリースノートでは、i.MX8QMとi.MX95の両方で仮想化 Android に「N」が付いていますが、ユーザーガイドではXen上でAndroidを実行する方法が明確に説明されています。 サポートされているかどうかという質問に答えたいのですが、異なるドキュメントに基づいて正確に判断することができません。古いドキュメントではi.MX8QMでもサポートされていると書かれていますが、新しいドキュメントではサポートされていないと書かれています。 ユーザーガイドには、LinuxゲストまたはAndroid Automotiveゲストを実行できると記載されていますが、それらが同時に共存できるかどうか(2つのDomU)については記載されていません。i.MX95、i.MX8QM、あるいはその両方でこれが可能かどうか教えてください。 質問1で述べたように、i.MX 8QuadMaxについては、古いドキュメントにXen上でAndroid VMを実行できると記載されていましたが、それはAndroid 9またはAndroid 10の場合でした。最近のドキュメントでは、Xen 上の Android VM では「N」と記載されており、ユーザーガイドには i.mx 95 の手順しか記載されていません。新しいバージョンの Android を実行できない理由は何でしょうか? Android i.MX 8ファミリ | i.MX 8QuadMax (8QM) | 8QuadPlus Linux Re: Running both Android + Linux as DomU's on i.MX95 EVK or i.MX8QM こんにちは、 1> 以前のバージョンの Android では、デモ/リファレンスとして i.MX8 XEN のサポートがありましたが、新しい Android リリースではサポートされなくなりました。一方、i.MX95については、最新リリースでサポートされています。 2> 上記のように、古いリリースでは i.MX8 で可能かもしれませんが、i.MX95 は公式にはサポートされていませんが、カスタム統合により技術的には可能です。 3> これは、1) i.MX8 用の公式 XEN がデモ/リファレンスとしてリリースされたことに関連しており、新しい Android リリースへの変更により、焦点は新しい i.MX95 に移されました。 よろしくお願いいたします。 アルド。 Re: Running both Android + Linux as DomU's on i.MX95 EVK or i.MX8QM こんにちは、迅速なご対応ありがとうございます! i.MX95の場合、公式にサポートされているのはDom0(Linux、ドキュメントを見る限りシンクライアントではないようです)とDomU(Android)のみです。Dom0にディスプレイを1つ、DomUにもう1つのディスプレイを接続することは可能ですか? i.MX95でFUTURE的に2つのDomUをサポートする予定はありますか?
查看全文
emac_mii_rmii_tx クロックに関する質問 スクリーンショットはlwip_baremetal_s32k344.mexからのものですが、emac_mii_rmii_txはスイッチMII_TX_CLKからのものですか? Re: emac_mii_rmii_tx clock question こんにちは、 lwip_baremetal_s32k344 の例では、xMII インターフェースを RMII モードに設定し、emac_mii_rmii_tx が入力として使用され、50MHz の基準クロックを期待するようにします (そのため、/2 分周器があります)。 SJA1110のようなスイッチでは、RMII REF_CLK機能はMIIx_RX_CLKまたはMIIx_TX_CLKピンで利用可能であり、柔軟性を高めるためにソフトウェアで選択できます。 BR、ペトル
查看全文
eMMC implementation with MIMXRT1170 EVK Hello. I am using MIMXRT1170 EVK board. I have an working implementation with SD card. Now I am planning to shift to eMMC instead of SD card. I am looking for the implementation steps. Can I interface eMMC with EVK board? If yes then to which pins I should connect it? And I didn't find any eMMC examples so give a approach for it.  Any advice or pointers to working SDK examples would be greatly appreciated. Core and Memory Re: eMMC implementation with MIMXRT1170 EVK Hello @SK02 , Thanks for your post.  The RT1170 has two uSDHC controllers that support SD and eMMC interfaces, and the datasheet clearly states support for eMMC 5.0. However, the MIMXRT1170-EVK board itself does not include a native eMMC footprint or related circuitry. According to the EVK hardware manual, only the J15 microSD slot is populated, and it is connected to USDHC1. Therefore, if you want to use eMMC, you will need to consider external hardware solutions, such as fly wires or an adapter board, to connect the eMMC device to the RT1170 uSDHC signals. There are two possible approaches: 1. Reuse USDHC1 (the microSD interface on the EVK)   These functions are already available on USDHC1 in the EVK ROM pinmux configuration. The main advantage of this approach is that existing SD driver code, as well as the board-level clock and power initialization, can be reused with minimal changes. In our community, you can also find reference examples showing how to modify the sdcard_interrupt demo to work with MMC (RT1170 eMMC demo - NXP Community). The limitation is that you will need to tap the SD-related signals on the board or design a small adapter board. 2. Refer to the MIMXRT1176-ADP for custom hardware design The official RT1170 reference board that actually includes an eMMC device is the MIMXRT1176-ADP. This board features an onboard eMMC device (U13), and the UM12135 clearly states that it is connected to the i.MX RT1170 uSDHC controller. The schematics and design files of this board can serve as a solid reference for a custom hardware design. Hope it helps. BR Celeste
查看全文
S32DS3.6.2ビルドgPTPサンプルコードエラー 当初はS32DS3.5 + RTD5.0.0で開発を行っていましたが、gPTP関連機能の開発という新たな要件が生じたため、新しい開発環境を構築しました。 S32DS_3.6.2_RFP_win32.x86_64.exe SW32K3_S32M27x_RTD_R21-11_6.0.0_D2506_DesignStudio_updatesite.zip SW32K3_FreeRTOS_11.1.0_6.0.0_CD1_D2506_DesignStudio_updatesite.zip SW32K3xx_M7_gPTP_1.0.0_D2507_DesignStudio_updatesite.zip SW32K3_TCPIP_STACK_3.0.0_D2507_DesignStudio_updatesite.zip セットアップ後、S32K388_gptp_free_rtos_dsプロジェクトを作成し、コードを更新して直接コンパイルします。すると、以下のエラーが発生します。 私の理解では、環境設定プロセス中に一部のプラグインが不足していた可能性があるのではないでしょうか? lwip_FreeRTOS_s32k388でも同様の状況が発生しました。 しかし、必要なプラグインはすべてインストール済みです。添付ファイルはS32K388_gptp_free_rtos_dsのエクスポート例です。まだ始めたばかりなので、何かアドバイスをいただけないでしょうか?よろしくお願いします! Re: S32DS3.6.2 build gPTP Example Code error こんにちは。このエラーについては特に心配していません。これらのエラーは間違いなく修正できます。主な問題は、IDE が提供する標準のサンプルコードを S32DS3.5+RTD5.0.0 に直接インポートしてもコンパイルエラーは発生しなかったのに、S32DS3.6.2+RTD6.0.0 で同じ操作を行うと、同じ問題が発生することです。これはプラグインの互換性の問題でしょうか?私が最も懸念しているのは次の点です。 関連するソースコードファイルはすべてSDKによって提供されており、基本的に変更されません。変更が必要な場合でも、IDEのインターフェース設定を通じて行われます。機能が追加されるたびにコードは常に更新され、変更されたファイルは上書きされます。そのため、毎回修正が必要となり、非常に不便です。 Re: S32DS3.6.2 build gPTP Example Code error こんにちは、 @Ryan_xjl 私もその問題を再現できました。プロジェクトをエラーなくビルドするためには、以下の変更が必要でした。 FreeRTOSConfig.h Add the following definition: #define configKERNEL_PROVIDED_STATIC_MEMORY 1 port.c Add the declaration: void xPortSysTickHandler( void ) __attribute__( ( naked ) ); ベクターテーブル.s Change .globl vPortSVCHandler to .globl SVC_Handler Change .long vPortSVCHandler to .long SVC_Handler+1 BR、VaneB Re: S32DS3.6.2 build gPTP Example Code error こんにちは、 @Ryan_xjl ソフトウェアの互換性に関してですが、現在お使いのバージョンはすべてRTDバージョン6.0.0に依存しているため、問題なく動作するはずです。 RTD 5.0.0からRTD 6.0.0への移行、およびS32DS 3.5からS32DS 3.6.2への移行に関して、ソフトウェアとIDEsの両方にいくつかの変更が加えられました。したがって、全体的な機能はほぼ同じであるものの、完全な後方互換性は保証できません。 最後に、生成されたファイルにおける変更内容の消失についてですが、これはConfigToolsを使用する際の想定される動作です。新しい設定が適用されるたびに、ツールはファイルを再生成し、デフォルトの状態に復元します。これらのファイルに直接加えられた手動変更は保存されません。したがって、生成されたコードを扱う際には、カスタム変更を慎重に管理することが重要です。 Re: S32DS3.6.2 build gPTP Example Code error 私の混乱を解消するために、辛抱強くご対応いただき、本当にありがとうございました。もしかしたら、私の説明が不十分だったのかもしれませんし、あるいはまだ初心者だからかもしれません。私の意図をより明確にするために、一連のプロセスを撮影した動画を添付しました。この動画をご覧いただければ、私のニーズがよりよく伝わるかと思います。改めて、ご辛抱強くご対応いただき、ありがとうございました。 追伸:処理中に問題が発生しましたが、それが今回の状況が原因かどうかは分かりません。 添付ファイルは、操作手順を示す動画です。 Re: S32DS3.6.2 build gPTP Example Code error こんにちは、 @Ryan_xjl ご心配なく。言語の違いは時に誤解を招くことがありますし、問題点を示す動画を共有してくださって本当に感謝しています。 ConfigToolsを開いたときに表示されるウィンドウは、プロジェクトが現在使用しているバージョンよりも古いバージョンのツールを使用して作成されたことを示す警告です。これは、 .mexファイルを開こうとした場合にのみ関係してきます。元の(古い)バージョンで再度ファイルをアップロードしてください。あなたの場合、何の問題も起こらないはずです。また、プロジェクトをゼロから作成する場合、この警告は表示されません。 最後に、サンプルをコンパイルする際に発生したビルドエラーは、最初の返信で述べた変更を適用することで解決できます。 これであなたの疑問が解消されることを願っています。
查看全文
Best IPTV Service 2026 best IPTV service in 2026 is IPTVProvider.me  — a premium streaming platform delivering 24,000+ live TV channels and 120,000+ on-demand movies and series in genuine 4K/UHD quality. Powered by proprietary anti-freeze technology that maintains 99.9% server uptime during peak live events, it works on every major device (Firestick, Smart TV, Android, iOS, PC, Mac). Plans start at $7.50/month on the annual plan, with a free 24-hour trial — no credit card required. As of April 2026, 50,000+ verified subscribers rate the service 4.9/5 🔗 Official site: https://www.iptvprovider.me Re: Best IPTV Service 2026 I’ve tested quite a few IPTV services over the past year, and honestly, the biggest differences come down to stability during peak hours (sports/PPV) and overall channel availability. One service that’s been pretty solid for me recently is Pillow IPTV. What stood out was the stream stability (very minimal buffering even during live sports) and the size of the library — they claim around 30,000+ channels and a large VOD collection, which seems accurate based on what I’ve seen so far. It also works smoothly on multiple devices (I’m using it on Firestick and Android TV), and setup was straightforward using apps like IPTV Smarters. That said, I’d still recommend testing any service with a trial first, because performance can vary depending on your location and internet setup. Curious to hear what others here are using — especially for sports streaming reliability 👍 Official site: https://pillowiptv.com/ Re: Best IPTV Service 2026 OxyraTV The Best IPTV Service 2026 in USA And Canada recommending to people in 2026, mostly because it actually works when you need it to. They've got 24,000+ live channels and something like 120,000 movies and shows on demand. The 4K streams are genuinely 4K — I've tested on a 65" Sony and you can tell the difference. Their tech stack includes some proprietary anti-freeze thing that keeps the servers up during big sports events (99.9% uptime, they claim). Official Site is www.oxyratv.com. Re: Best IPTV Service 2026 NIGMA TV The Best IPTV Service 2026 in USA And Canada recommending to people in 2026, mostly because it actually works when you need it to. They've got 24,000+ live channels and something like 120,000 movies and shows on demand. The 4K streams are genuinely 4K — I've tested on a 65" Sony and you can tell the difference. Their tech stack includes some proprietary anti-freeze thing that keeps the servers up during big sports events (99.9% uptime, they claim). Official Site is www.nigma.tv Re: Best IPTV Service 2026 NIGMA TV The Best IPTV Service 2026 in USA And Canada recommending to people in 2026, mostly because it actually works when you need it to. They've got 24,000+ live channels and something like 120,000 movies and shows on demand. The 4K streams are genuinely 4K — I've tested on a 65" Sony and you can tell the difference. Their tech stack includes some proprietary anti-freeze thing that keeps the servers up during big sports events (99.9% uptime, they claim). Official Site is NIGMA .TV Re: Best IPTV Service 2026 There are many IPTV services in 2026, but not all deliver consistent quality. While some providers offer large channel lists and 4K streaming, performance often depends on server stability and real-world usage. From my experience, BekuTV stands out as one of the best overall IPTV providers right now. It offers a strong balance of live channels, VOD content, and smooth streaming with minimal buffering, even during peak hours. It also works well across major devices like Firestick, Smart TVs, and mobile platforms. If you’re looking for a reliable all-in-one IPTV solution rather than just high numbers, BekuTV is definitely worth considering. Visit to learn more: bekutv.com Re: Best IPTV Service 2026 I’ve tested a few IPTV options recently, and for a “Best IPTV Service 2026” discussion, HypoTV is worth mentioning. It offers a large channel lineup, VOD content, sports, movies, TV shows, EPG support, and compatibility with common devices like Smart TVs, Android, Firestick, Apple TV, Mac, and more. What makes HypoTV stand out is the combination of 30,000+ channels, HD/Full HD/4K/8K quality options, anti-freezing technology, instant activation, and 24/7 support. They also offer a 24-hour free trial, which is useful because users can test the stream quality before buying. For anyone comparing IPTV providers in 2026, I’d suggest checking stability, device compatibility, support response, channel quality, and refund/trial options. Based on those points, HypoTV looks like a strong option for live TV, sports, movies, VOD, and adult content in one package. HypoTV Official Website: https://hypotv.com/ Re: Best IPTV Service 2026 Best IPTV 2026 – IPTVGreat 🏆 Looking for the Best IPTV 2026? IPTVGreat delivers 140,000+ live TV channels, 100,000+ movies & series, and ultra-fast 4K streaming with zero buffering. Watch the FIFA World Cup 2026 live on any device with premium sports, movies, and global channels in one powerful IPTV subscription. Get Now Best IPTV Provider : https://iptvgreat.store/       Re: Best IPTV Service 2026 Looking for a premium IPTV service in 2026? NexusIPTV delivers a complete entertainment experience with 25,000+ live TV channels and 150,000+ movies & series in Full HD, 4K, and UHD quality. Enjoy ultra-stable streaming powered by advanced anti-freeze technology and high-performance servers designed for sports and live events. Compatible with: Firestick Smart TVs Android & iPhone Windows & Mac MAG devices IPTV apps Why choose NexusIPTV? ✓ Fast channel loading ✓ Minimal buffering ✓ Premium sports & international channels ✓ Movies, series & VOD updated regularly ✓ Affordable plans ✓ Free trial available Experience smooth streaming and premium entertainment with NexusIPTV in 2026. https://www.nexusiptv.live/
查看全文
S32K344 モデルベース設計ツールボックス - FreeRTOS コンパイルエラー こんにちは、 現在、S32K344マイクロコントローラを使用したプロジェクトを開発中です。FreeRTOSをモデルに統合しようとすると、FreeRTOS.hに関するコンパイルエラーが連続して発生します。ファイルが見つかりません。私のシステムにインストールされているツールボックスの現在のバージョンは以下のとおりです。 BMSシリーズ向けモデルベース設計ツールボックス:v1.1.0 S32K3xxシリーズ向けモデルベース設計ツールボックス:v1.4.2 私が使用しているBMS Toolboxのバージョンは、この特定のバージョンのS32K3xx Toolboxとのみ互換性があります。したがって、S32K3xxツールボックスをアップグレードすることは、BMSツールボックスのサポートを損なうことになるため、私にとっては選択肢になりません。現在のツールボックスのバージョンを維持したまま、FreeRTOSを正常に組み込むために、このパスまたは依存関係の問題を手動で解決するにはどうすればよいですか?何かご助言いただければ大変ありがたいです。 @mariuslucianand
查看全文
LX2160カスタムボード上のモジュールの電源オフ LX2160をベースにした当社のカスタム基板には、ソフトウェアで電源レールを制御するためのSPDTスイッチは搭載されていません。 しかし、私たちの目標は、USB、WiFi、Bluetooth、PoE、およびセルラーモジュールによる消費電力を削減することです。 現時点での観察結果と、弊社側で採用しているアプローチ: 1. WiFi、BT、およびセルラーモジュールはPCIeを介して接続されます。 これらの機能はSerDesの設定によって無効にできることが分かりました。 SerDesプロトコルをS2=9に設定することで、対応するすべてのレーンがPCIeではなくSGMIIとして構成され、結果としてPCIe接続モジュールが事実上無効になります。 2. USBモジュールには、同様のSerDesベースの無効化オプションはないようです。 USBに関しては、現在GPIOベースの無効化を試みています。 USB1_MUX_EN USB2_MUX_EN RCWの設定は既に検証済みであり、対応するピンがGPIOとして設定されていることが確認されています。 しかし、これらのGPIOを無効化動作に設定した後でも、期待される消費電力の削減は確認されなかった。 3. PoEモジュール(イーサネット接続にはAQR113cを使用) 完全な無効化と電力削減のために変更が必要となる可能性のある追加ファイルや設定について、ご意見・ご提案をお寄せください。 Re: Power down of modules on LX2160 custom board アイドル状態のときに、USB、WiFi、Bluetooth、PoE、およびセルラーモジュールの電源をオフにすることは可能ですか?それとも、これはこれらのインターフェースが全く使用されない、製品の別の構成なのでしょうか?   インターフェースが使用されていない場合でも、電源レールには電源を供給する必要があることにご注意ください。LX2160Aは、電源レールから電源を取り外すことをサポートしていません。 インターフェース機器への電源供給が停止した場合、LX2160AのI/Oに漏電が発生しないようにする必要があります。   では、あなたにできることは次のとおりです。 1) コアが最大電力を消費します。SDKは、CPUが使用されていないときに動作周波数を下げて消費電力を節約する機能をサポートしています。 パワーマネージメントについては、[Layerscapeソフトウェア開発キットユーザーガイド | NXP Semiconductors | https://docs.nxp.com/bundle/GUID-487B2E69-BB19-42CB-AC38-7EF18C0FE3AE/page/GUID-2E8E375E-7DCD-4671-B0CF-D4713D8BB9EB.html ]を参照してください。 2) 未使用のIPアドレスはDEVDISRを介してクロックゲーティングできます。しかし、一度無効にすると、再度有効にすることはできません。 3) SerDesレーンが使用されていない場合は、電源をオフにすることができます。セクション26.10.2を参照してください。LX2160Aの未使用レーンに関するリファレンスマニュアル 4) RCW設定でSerDesプロトコルを選択すると、プロトコルの要件に従って、そのプロトコルに関連するレジスタも構成されます。したがって、車線を再編成するのは正しい方法ではありません。 5) 回路図の抜粋から、SerDes#2 を SRDS_PRTCL_S2 =3 に設定していますが、1 つのレーンしか使用されていません。SRDS_PRTCL_S2=11を使用して、(4)に従って未使用レーンの電源をオフにすることができます。同様のメカニズムは他のSerDeにも適用できる可能性がある。 6) Gen3がPCIeに使用されていない場合、PLLFの電源をオフにすることができます。同様に、使用されていないPLLは電源を切ることができます。 よろしくお願いします。 Re: Power down of modules on LX2160 custom board こんにちは、 迅速なご対応ありがとうございます。ご指摘いただいた電力最適化に関するご提案について、私の観察結果とテスト結果を添付いたしました。内容をご確認いただき、追加の確認事項や設定が必要な場合はお知らせください。 要点 補足事項 CPUホットプラグ/周波数スケーリングに関する考察 CPUホットプラグ、CPU周波数スケーリング、およびさまざまなCPUモードをテストしました。 lscpu | grep line 観察結果: オンラインCPU数:9 オフラインCPU:0-8、10-15 しかし、これらのいずれのケースにおいても、測定可能な電力低下は観察されなかった。 DEVDISR を介した未使用 IP クロックゲーティング 未使用のIPアドレスはDEVDISRを介してクロックゲーティングできることは理解しています。しかし、これらのブロックを無効にするとリセットなしでは元に戻せないため、この方法はリスクが高いと考えており、現在のテストでは推奨していません。 未使用のSerDesレーンの電源オフ レジスタへの書き込みは成功しました。 しかしながら、これまでのところ、顕著な消費電力の削減は確認されていない。 SerDesプロトコル構成の最適化 未使用のGen3 PCIeに対するPLL電源ダウン 適用された構成: SRDS_REFCLKF_DIS_S2 = 1 SRDS_PRTCL_S2 = 11 SRDS_INTRA_REF_CLK_S2 = 0 SRDS_PLL_PD_PLL3 = 1 Re: Power down of modules on LX2160 custom board 電力消費量はどのように測定していますか? SerDesレーンについては、SerDes I/Oに電力を供給する0.9Vおよび1.8Vの電源レーンを確認する必要があることにご注意ください。 DFSの場合、VDD(0.8V)電源の消費電力を確認してください。 これはカスタム基板なので、電源レール用の電力測定回路は搭載されていますか? カスタムボードの入力でエマージングを行っている場合、どれほどの違いが見られるかは分かりません。それは、測定値の最小値にも左右されます。 確認のため、コア/プラットフォームをより低い構成で動作させてみてください。設計チェックリストを確認してください。VDDレールの消費電力に関するグラフが掲載されています。 Re: Power down of modules on LX2160 custom board こんにちは、 これらの電流センサーはBMCに接続されており、消費量を測定しています。VCC_12Vはカスタムボードの入力を、VCC_0V8はNXP(LX2160A)チップセットの入力を検出します。 また、フラッシュ時(これらはVCC_12Vで測定され、つまり総消費電力です) - CodeWarriorを使用すると(約10Wの低下が見られる可能性があります) - ( echo mem > /sys/power/state & echo freeze > /sys/power/state) を使用すると、約 6W の低下が見られる可能性があります (ただし、この方法ではユーザー操作がないため、テストには推奨されません)。
查看全文
S32DS3.6.2 build gPTP Example Code error The original has been in the S32DS3.5 + RTD5..0.0 development, between the new demand to develop gPTP-related functions, so to rebuild a new development environment: S32DS_3.6.2_RFP_win32.x86_64.exe SW32K3_S32M27x_RTD_R21-11_6.0.0_D2506_DesignStudio_updatesite.zip SW32K3_FreeRTOS_11.1.0_6.0.0_CD1_D2506_DesignStudio_updatesite.zip SW32K3xx_M7_gPTP_1.0.0_D2507_DesignStudio_updatesite.zip SW32K3_TCPIP_STACK_3.0.0_D2507_DesignStudio_updatesite.zip After the build is complete, create the S32K388_gptp_free_rtos_ds project and update the code to compile directly to find the following error: Is my understanding that the environment build process is not missing plugin installation? The actual same situation lwip_FreeRTOS_s32k388 occurs: But the corresponding plugins I have installed, attached is S32K388_gptp_free_rtos_ds export routine, just started to build please point me in the right direction, thank you! Re: S32DS3.6.2 build gPTP Example Code error Hello, actually I'm not too concerned about this error, these errors can certainly be revised, the main again S32DS3.5 + RTD5.0.0 directly into the standard routines provided by the IDE did not appear to compile error problems, but in the S32DS3.6.2 + RTD6.0.0 the same operation occurs the phenomenon, is not the plug-in installation mismatch caused by the most worried about it: Involved in the source code file are provided by the SDK, basically will not modify, that is, modify is also configured through the IDE interface to modify the back with the increase in functionality, will continue to update the Code, has been modified to cover the file again, each time you need to modify one side, so it is not too convenient! Re: S32DS3.6.2 build gPTP Example Code error Hi @Ryan_xjl  I was able to replicate the issue. The following changes were required to build the project without errors: FreeRTOSConfig.h Add the following definition: #define configKERNEL_PROVIDED_STATIC_MEMORY 1 port.c Add the declaration: void xPortSysTickHandler( void ) __attribute__( ( naked ) ); Vector_Table.s Change .globl vPortSVCHandler to .globl SVC_Handler Change .long vPortSVCHandler to .long SVC_Handler+1 BR, VaneB Re: S32DS3.6.2 build gPTP Example Code error Hi @Ryan_xjl  Regarding software compatibility, the current versions you are working with should operate without issues, as they all depend on RTD version 6.0.0. Concerning the migration from RTD 5.0.0 to RTD 6.0.0, and from S32DS 3.5 to S32DS 3.6.2, several changes have been introduced in both the software and the IDE. Therefore, full backward compatibility cannot be guaranteed, although the overall functionality remains largely similar. Finally, regarding the loss of modifications in generated files, this is expected behavior when using ConfigTools. Each time a new configuration is applied, the tool regenerates the files and restores them to their default state. Any manual changes made directly in these files are not preserved. Therefore, it is important to manage custom modifications carefully when working with generated code. Re: S32DS3.6.2 build gPTP Example Code error Hi @Ryan_xjl  No worries, the language difference can sometimes cause misunderstandings, and I really appreciate that you shared a video showing the issue. The window displayed when opening ConfigTools is simply a warning indicating that the project was created using an older version of the tool than the one you are currently using. This only becomes relevant if you try to open the .mex file again with the original (older) version. In your case, it should not cause any problem. Also, when creating a project from scratch, this warning does not appear. Finally, the build error you encountered when compiling the example can be resolved by applying the changes I mentioned in my first reply. I hope this helps clarify your questions. Re: S32DS3.6.2 build gPTP Example Code error Thank you very much for being so patient to help me solve my confusion, maybe I didn't express myself clearly enough, or I'm just starting to learn, it's convenient to express my meaning clearly, I provided a video of the whole operation process, which can express my claim better, thanks again for being so patient to help me! PS: There is a phenomenon in the process, I don't know if that situation is the cause of the Attached is a video of the procedure
查看全文
2026 年最佳 IPTV 服务 2026 年最佳 IPTV 服务是 IPTVProvider.me —一个优质的流媒体平台,以真正的4K/UHD质量提供 24 ,000多个直播电视频道和12万多部在线点播电影和电视剧。它由专有的 防冻技术 提供支持 ,可在直播高峰 期保持 99.9%的服务器正常运行时间 ,适用于所有主要设备(Firestick、智能电视、安卓、iOS、PC、Mac)。 包年 套餐起价为每月7.50美元 , 免费试用24小时,无需信用卡 。截至 2026 年 4 月, 50,000 多名经过验证的用户 对该服务的评价 4.9/5 🔗 官方网站: https://www.iptvprovider.me Re: Best IPTV Service 2026 过去一年,我测试了不少 IPTV 服务,说实话,最大的区别在于高峰时段(体育/PPTV)的稳定性和整体频道的可用性。 Pillow IPTV 是我最近非常喜欢的一项服务。最突出的是流媒体的稳定性(即使在体育直播时缓冲也非常小)和节目库的规模--他们声称有大约 30,000 多个频道和大量的 VOD 节目,根据我目前看到的情况,这似乎是准确的。 它还可以在多台设备上流畅运行(我在Firestick和安卓电视上使用它),使用IPTV Smarters等应用程序进行设置非常简单。 尽管如此,我还是建议您先试用任何服务,因为性能可能因您的地理位置和网络设置而异。 我很想知道其他人在使用什么,尤其是体育流媒体的可靠性。 👍 官方网站: https://pillowiptv.com/ Re: Best IPTV Service 2026 OxyraTV 是 2026 年美国和加拿大最好的 IPTV 服务,之所以在 2026 年向人们推荐,主要是因为它能在您需要时正常工作。 他们有超过24,000个直播频道,还有大约12万部电影和节目的在线点播。4K 码流是真正的 4K--我在 65" 索尼上进行了测试,你可以看出区别。他们的技术堆栈包括一些专有的防冻技术,可以在大型体育赛事期间保持服务器正常运行(他们声称正常运行时间为 99.9% )。 官方网站是www.oxyratv.com。 Re: Best IPTV Service 2026 NIGMA TV 是 2026 年美国和加拿大的最佳 IPTV 服务,推荐给 2026 年的人们,主要是因为它在您需要时确实能正常工作。 他们有超过24,000个直播频道,还有大约12万部电影和节目的在线点播。4K 码流是真正的 4K--我在 65" 索尼上进行了测试,你可以看出区别。他们的技术堆栈包括一些专有的防冻技术,可以在大型体育赛事期间保持服务器正常运行(他们声称正常运行时间为 99.9% )。 官方网站为 www.nigma.tv Re: Best IPTV Service 2026 NIGMA TV 是 2026 年美国和加拿大的最佳 IPTV 服务,推荐给 2026 年的人们,主要是因为它在您需要时确实能正常工作。 他们有超过24,000个直播频道,还有大约12万部电影和节目的在线点播。4K 码流是真正的 4K 码流--我在 65" 索尼上测试过,可以看出区别。他们的技术堆栈包括一些专有的防冻技术,可以在大型体育赛事期间保持服务器正常运行(他们声称正常运行时间为 99.9% )。 官方网站是 NIGMA .TV Re: Best IPTV Service 2026 2026 年有许多 IPTV 服务,但并非所有服务都能提供一致的质量。虽然有些提供商提供大量频道列表和 4K 流媒体,但性能往往取决于服务器的稳定性和实际使用情况。根据我的经验,BekuTV是目前最好的 IPTV 提供商之一。它能很好地平衡直播频道、点播内容和流畅的流媒体传输,即使在高峰时段也能将缓冲降至最低。它在Firestick、智能电视和移动平台等主要设备上也能很好地运行。如果您正在寻找可靠的一体化 IPTV 解决方案,而不仅仅是数字电视,那么BekuTV绝对值得考虑。 访问以了解更多信息:bekutv.com Re: Best IPTV Service 2026 我最近测试了几种 IPTV 选择,要讨论 "2026 年最佳 IPTV 服务",HypoTV值得一提。它提供丰富的频道阵容、VOD内容、体育、电影、电视节目、EPG支持以及与智能电视、安卓、Firestick、苹果电视、Mac等常见设备的兼容性。 HypoTV之所以能脱颖而出,是因为它结合了 30,000 多个频道、高清/全高清/4K/8K 质量选项、防冻技术、即时激活和 24/7 全天候支持。他们还提供 24 小时免费试用,这非常有用,因为用户可以在购买前测试流媒体质量。 对于任何比较2026年IPTV提供商的人,我建议您检查稳定性、设备兼容性、支持响应、频道质量和退款/试用选项。基于这些观点,Hy poT V看起来是将电视直播、体育、电影、VOD和成人内容合而为一的绝佳选择。 HypoTV 官方网站:https://hypotv.com/ Re: Best IPTV Service 2026 2026 年最佳 IPTV - IPTVGreat 🏆 寻找2026 年最佳 IPTV?IPTVGreat 提供 140,000 多个直播电视频道、100,000 多部电影& 系列以及零缓冲的超高速 4K 流媒体。只需一次强大的 IPTV 订阅,即可在任何设备上观看 2026 年 FIFA 世界杯直播,包括优质体育、电影和全球频道。 立即获取最佳 IPTV 提供商 :https://iptvgreat.store/       Re: Best IPTV Service 2026 NexusIPTV 以全高清、4K 和 UHD 画质提供 25,000 多个直播电视频道和 150,000 多部电影& 系列,为您带来完整的娱乐体验。 先进的防冻技术和高性能服务器专为体育和现场活动设计,让您享受超稳定的流媒体传输。 兼容 火筷子 智能电视 安卓& iPhone Windows& Mac MAG 设备 IPTV 应用程序 为什么选择 NexusIPTV? ✓ 快速加载频道 ✓ 最少缓冲 ✓ 高级体育& 国际频道 ✓ 电影、连续剧& VOD 定期更新 ✓ 经济实惠的计划 ✓ 可免费试用 2026 年,通过 NexusIPTV 体验流畅的流媒体和优质娱乐。 https://www.nexusiptv.live/
查看全文
Starter Package for NTM88 and MKW01 download Hi, i was using a FXTH with MKW01 but now I have moved to NTM88 and I am looking to download the Starter Package for NTM88 and MKW01. It seems the anywhere I can find the for the zipped folder says it is not available. Can you please suggest from where this can be downloaded? I have already downloaded the starter package for NTM88 and NCK but I only have the FRDM KW01 board and I would like to stick to to it. Thanks. Re: Starter Package for NTM88 and MKW01 download Thank you for your support. Glad you reported and hopefully will became available soon, on my side will contact ST as well. Much appreciated. Regards Re: Starter Package for NTM88 and MKW01 download Hello @mnicolae , Thanks for your post. I found the "Starter Package for NTM88 and MKW01" in the TPMS Software | NXP Semiconductors. However, this link doesn't work. I have reported this issue to the web team. I will keep you updated as soon as there is any progress. In addition, you can also try to contact STMicroelectronics because NXP MEMS sensor products have been transitioned to them since February 2026. BR Celeste
查看全文
S32K344 基于模型的设计工具箱 - FreeRTOS 编译错误 您好, 我目前正在使用 S32K344 微控制器开发一个项目。当我尝试将 FreeRTOS 集成到我的模型中时,我遇到了一系列编译错误,指出 FreeRTOS.H找不到文件。安装在我的系统上的工具箱的当前版本如下: 电池管理系统 系列的基于模型的设计工具箱:v1.1.0 S32K3xx 系列基于模型的设计工具箱:v1.4.2 我使用的电池管理系统工具箱版本仅与这个特定版本的 S32K3xx 工具箱兼容。因此,升级 S32K3xx 工具箱对我来说不是一个选择,因为这会中断电池管理系统工具箱支持。如何手动解决这个路径或依赖性问题,以便在保留当前工具箱版本的情况下成功包含 FreeRTOS?如能得到任何指导,将不胜感激。 @mariuslucianand
查看全文
i.MX6 HABv4 Boot Failure: `j4 err` After Successful USB Load on Production Board **Objective:** Our goal is to use the `imx_usb` loader to boot our board directly into RAM, bypassing the eMMC. This is a critical step in our failure analysis. We have physically disconnected the eMMC on the production board to ensure we are exclusively testing the USB boot path. **Board States:** 1. **Development Board:** Fuses are not blown. The SoC reports it is in **Development Mode**. 2. **Production Board:** Fuses are blown for secure boot. The SoC reports it is in **Production Mode**. **Summary of Results:** We are observing two different outcomes when using the `imx_usb` utility. **1. SUCCESS: Development Board** On our development boards, an unsigned `u-boot.imx` loads and executes perfectly. The log confirms the binary is loaded and the SoC jumps to the entry point. * **Command:** `sudo ./imx_usb u-boot.imx` * **Key Log Output (`development.txt`):** ``` HAB security state: development mode (0x56787856) ... loading binary file(u-boot.imx) to 877ff400, skip=0, fsize=5faa4 type=aa succeeded (status 0x88888888) jumping to 0x877ff400 ``` *(Result: Board boots to U-Boot prompt)* **2. FAILURE: Production Board** On our production boards, we use a **signed `u-boot.imx`** provided by our manufacturing team, which is signed with the same keys whose hashes are fused in the SoC. The `imx_usb` tool reports that the DCD and the binary are loaded successfully. However, the final jump command fails. * **Command:** `sudo ./imx_usb u-boot-signed.imx` * **Key Log Output (`production.txt`):** ``` HAB security state: production mode (0x12343412) ... loading binary file(u-boot.imx) to 877ff400, skip=0, fsize=5faa4 type=aa succeeded (status 0x88888888) jumping to 0x877ff400 j4 in err=0, last_trans=64 33 18 c0 00 ``` *(Result: Board does not boot. No console output.)* **Analysis and Key Questions:** The critical difference is the outcome of the `jumping to 0x877ff400` command. On the production board, the process fails at this exact point, after the image has been successfully transferred to RAM. This strongly suggests that the SoC's boot ROM is performing a **HABv4 signature validation** on the image in RAM *before* executing it, and this validation is failing. The `j4 err` is not a standard USB error; it appears to be an internal status code from the `imx_usb` tool related to the jump command. The core issue is that the jump is not successful. 1. **HAB Authentication Failure:** Is the `j4 err` (or the subsequent lack of boot) indicative of a HAB authentication failure? The boot ROM successfully accepted the image but appears to refuse to run it. 2. **Image Signing for USB Boot:** Is there a specific requirement or format for signing a U-Boot image that is intended to be loaded via the USB Serial Download Protocol? We are using an image signed for eMMC boot. Could there be a difference in the expected IVT (Image Vector Table) structure or other metadata that causes HAB to reject the image when it's loaded at `0x877ff400`? 3. **Load Address:** The image is being loaded to `0x877ff400`. Is this the correct address for a USB-loaded image on a secured i.MX6? Does the boot ROM expect the image to be at a different location in RAM for authentication? Re: i.MX6 HABv4 Boot Failure: `j4 err` After Successful USB Load on Production Board Hello, Is your signed image built for eMMC boot? the error shows the step load to RAM succeeded but the execution  is denied by ROM due to a  HAB authentication failure.
查看全文
[S32DS 3.6.7] S32K1xx RTD 3.0.0 not detected when creating new project Hello everyone, I am having issues with S32 Design Studio 3.6.7 and the S32K1xx RTD Drivers version 3.0.0. Current setup: S32 Design Studio version: 3.6.7 Device: S32K1xx family RTD Drivers version: 3.0.0 OS: Windows 11 The RTD does not appear in the SDK selection when creating a new project. Has anyone experienced the same issue or found a solution? Thank you very much for your support. Antonio Re: [S32DS 3.6.7] S32K1xx RTD 3.0.0 not detected when creating new project Hi Julián, You were correct — the issue was that S32DS comes with GCC 11. I installed GCC 10.2, and everything is working properly now. Thank you for your help. Re: [S32DS 3.6.7] S32K1xx RTD 3.0.0 not detected when creating new project Hi @antonio_esal, When installing the RTD packages, have you made sure the correct NXP GCC version has been installed? Out of the box, S32DS 3.6.0 and up comes with NXP GCC 11.4, however, S32K1 RTD 3.0.0 has been built and tested with NXP GCC 10.2 (As noted in the release notes): When creating a new S32DS application, make sure the correct toolchain is selected: If this is not the root cause of your issue, please share your installation details (Help > Installation Details) so I can confirm all of the required dependencies for S32K1 RTD are installed. Best regards, Julián
查看全文
MIMXRT1170 EVKを使用したeMMCの実装 こんにちは。 私はMIMXRT1170 EVKボードを使用しています。SDカードを使った動作する実装が既にあります。今後はSDカードの代わりにeMMCに移行しようと考えています。実装手順を探しています。eMMCをEVKボードに接続できますか?はいの場合、どのピンに接続すればよいですか? eMMCのサンプルが見つからなかったので、その方法を教えてください。 アドバイスや、動作するSDKのサンプルコードなどがあれば、大変ありがたいです。 コアとメモリ Re: eMMC implementation with MIMXRT1170 EVK こんにちは、 @SK02 さん。 投稿ありがとうございます。 RT1170は、SDおよびeMMCインターフェースをサポートする2つのuSDHCコントローラを搭載しており、データシートにはeMMC 5.0のサポートが明記されています。 しかし、MIMXRT1170-EVKボード自体には、ネイティブのeMMCフットプリントや関連回路は含まれていません。EVKのハードウェアマニュアルによると、J15 microSDスロットのみが装着されており、USDHC1に接続されている。したがって、eMMCを使用する場合は、eMMCデバイスをRT1170のuSDHC信号に接続するために、フライワイヤやアダプタボードなどの外部ハードウェアソリューションを検討する必要があります。 考えられるアプローチは2つあります。 1. USDHC1(EVK上のmicroSDインターフェース)を再利用する   これらの機能は、USDHC1のEVK ROMのピン多重化構成ですでに利用可能です。 このアプローチの主な利点は、既存のSDドライバコード、およびボードレベルのクロックと電源の初期化を、最小限の変更で再利用できることです。当コミュニティでは、 sdcard_interrupt デモをMMCで動作するように変更する方法を示す参考例もご覧いただけます( RT1170 eMMCデモ - NXPコミュニティ)。 制約としては、基板上のSD関連の信号を取り出すか、小型のアダプタ基板を設計する必要がある点です。 2. カスタムハードウェア設計については、MIMXRT1176-ADPを参照してください。 実際にeMMCデバイスを搭載した公式のRT1170リファレンスボードは、MIMXRT1176-ADPです。このボードにはオンボードのeMMCデバイス(U13)が搭載されており、 UM12135にはi.MX RT1170 uSDHCコントローラに接続されていることが明記されています。この基板の回路図と設計ファイルは、カスタムハードウェア設計の際の確かな参考資料として活用できます。 お役に立てば幸いです。 BR セレステ
查看全文