Multi Source Translation Content

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Multi Source Translation Content

ディスカッション

ソート順:
UUUでi.MX8MM SDカードをフラッシュする際の問題 i.MX8MM で SD カードをフラッシュしようとしましたが、いくつか問題が発生しました。ドキュメントを調べましたが、私の混乱は完全には解消されませんでした。 UUU については、最新の 1.4.127 をダウンロードしました。https://github.com/NXPmicro/mfgtools/releases/tag/uuu_1.4.127 また、最新のビルド済み Linux バイナリ L5.10.9_1.0.0_MX8MM もダウンロードしました: https://www.nxp.com/webapp/Download?colCode=L5.10.9_1.0.0_MX8MM&appType=license 私は UUU を使用して、次の方法でこの 5.10 Linux リリースを eMMC にフラッシュしました。 uuu.exe uuu.auto 問題なく点滅し、起動しました。次に、次のように uuu.車載 ファイルを更新するだけで、これを SD カードにフラッシュしようとしました。 # SD Programming: FB: ucmd setenv fastboot_dev mmc FB: ucmd setenv mmcdev ${sd_dev} FB: ucmd mmc dev ${sd_dev} FB: flash -raw2sparse all imx-image-multimedia-imx8mmevk.wic FB: flash bootloader imx-boot-imx8mmevk-sd.bin-flash_evk FB: ucmd if env exists sd_ack; then ; else setenv sd_ack 0; fi; FB: ucmd mmc partconf ${sd_dev} ${sd_ack} 1 0 FB: done # Emmc programming: #FB: ucmd setenv fastboot_dev mmc #FB: ucmd setenv mmcdev ${emmc_dev} #FB: ucmd mmc dev ${emmc_dev} #FB: flash -raw2sparse all imx-image-multimedia-imx8mmevk.wic #FB: flash bootloader imx-boot-imx8mmevk-sd.bin-flash_evk #FB: ucmd if env exists emmc_ack; then ; else setenv emmc_ack 0; fi; #FB: ucmd mmc partconf ${emmc_dev} ${emmc_ack} 1 0 #FB: done これは次のステップで失敗しました: uuu.exe uuu.auto uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.4.127-0-g08c58c9 Success 0 Failure 1 2:2 7/ 8 [ ] FB: ucmd mmc partconf ${sd_dev} ${sd_ack} 1 0 つまり、単純にどちらかを他のものと交換することはCANないと思うのです。私の質問は、uuu を使用して、v5.10 プレリリース Linux バイナリを i.MX8MM EVK の SD カードにフラッシュするにはどうすればよいかということです。 i.MX 8M | i.MX 8M ミニ | i.MX 8M ナノ Re: Issue flashing i.MX8MM SD card with UUU UUU のドキュメントは非常に乏しく、試行錯誤を繰り返さないと使いにくいということに同意します。 NXP が英語を母国語とするアプリケーション エンジニアを配置し、徹底的に更新して適切な使用例を提供し、標準的な Linux スタイルのコマンド ライン ヘルプ構文を採用すれば、ユーザーには大きなメリットがもたらされるでしょう。 手伝うことはCANのですが、私自身に十分な自由時間がありません... Re: Issue flashing i.MX8MM SD card with UUU スクリプトを使用しても問題ありません。 必要なのは共通の基本的な知識です。 「FB: ucmd mmc partconf ${sd_dev} ${sd_ack} 1 0」から、WIC について知らないのと同じように、emmc と SD カードについても知識がないことがわかります。 以下は SD カードをフラッシュするためのスクリプトです。uuu uuu.sd.車載 を使って使用します。 uuu.sd.車載 uuu_バージョン 1.2.39 # このコマンドは、i.MX6/7、i.MX8MM、i.MX8MQの場合に実行されます。 SDP: ブート -f imx-boot-imx8mmevk-sd.bin-flash_evk # このコマンドはROMがストリームモードをサポートしているときに実行されます # i.MX8QXP、i.MX8QM SDPS: boot -f imx-boot-imx8mmevk-sd.bin-flash_evk # これらのコマンドはSPLを使用するときに実行され、SPLがない場合はスキップされます # SDPU は廃止されます。SDPUの代わりにSDPVを使用してください # { SDPU: 遅延1000 SDPU: -f imx-boot-imx8mmevk-sd.bin-flash_evk を書き込みます-オフセット 0x57c00 SDPU: ジャンプ # } # これらのコマンドはSPLを使用するときに実行され、SPLがない場合はスキップされます # if (SPL は SDPV をサポート) # { SDPV: 遅延1000 SDPV: -f imx-boot-imx8mmevk-sd.bin-flash_evk を書き込みます-スキップスプル SDPV: ジャンプ # } FB: ucmd setenv fastboot_dev mmc FB: ucmd setenv mmcdev ${emmc_sd} FB: ucmd mmc dev ${emmc_sd} FB: flash -raw2sparse all imx-image-multimedia-imx8mmevk.wic FB: 完了 Re: Issue flashing i.MX8MM SD card with UUU WIC が何であるかを知るには、yocto の知識が必要です。 wic は .sdcard と同じです。 Re: Issue flashing i.MX8MM SD card with UUU ご意見ありがとうございます。ドキュメントと `uuu` 出力はどちらも、`.sdcard` ファイル経由でフラッシュされた場合は SD カードについて言及しています。 sd_all burn whole image to sd card arg0: _flash.bin arg1: _rootfs.sdcard 明らかにこのCASEは `.wic` ファイルでした。それは私が見逃したどこかに記載されていますか? 2 番目の質問: 組み込みコマンドが機能する場合、SD カードのフラッシュに uuu.車載 ファイルも使用できますか? Re: Issue flashing i.MX8MM SD card with UUU uuu組み込みコマンドを使用した1つのコマンドラインのみ uuu -b sd_all imx-boot-imx8mmevk-sd.bin-flash_evkimx-image-multimedia-imx8mmevk.wic uuuのマニュアルを読むか、パラメータなしでuuuと入力してヘルプを表示することをお勧めします。
記事全体を表示
SWO on S32K344 with S32 Design Studio Hi is there any complete example how to make SWO running using S32 design studio? How to configure pinMUX, clocks, etc? I've tried multiple examples with J-link and PEMicro debuggers, but with no success. I've been using also retarget_itm.c library for ITM configuration (delivered by NXP).  Re: SWO on S32K344 with S32 Design Studio Hi @Julián_AragónM, Has this issue been resolved? I am encountering the same problem, where the MCU enters a hard fault after configuring the TPIU registers, and J-Link is also unable to write data to these registers. Could this be due to some safety protection? Is there any additional configuration I need to perform before writing to these TPIU registers? I would greatly appreciate any help or insights. Re: SWO on S32K344 with S32 Design Studio Hi @jakub-holoubek, I have sent you a private message through the community. Re: SWO on S32K344 with S32 Design Studio Hi @Julián_AragónM, ok thanks. 🙂 I'm aware of that retarget_itm library. However my suspicion is that there is some issue with TPIU related registers. Which are probably accessed by debugger itself: Cortex m7 TPIU registersCortex m7 TPIU registers In case I'm setting them from the code the MCU goes to hard fault. And same happens also in case I connect the debugger (tried J-Link, PEMicro, Lauterbach) and want to enable the SWO through debugger's settings - MCU goes into hard fault.  Re: SWO on S32K344 with S32 Design Studio Hi @jakub-holoubek, I apologize for the late reply. This may be an issue with the implementation of trace and our architecture. There is an internal discussion with the SW team now. I will try to update you if anything else comes up. As of now, you can create a new project in S32DS with prinft ITM, but the retarget_itm library does not work as expected. Best regards, Julián Re: SWO on S32K344 with S32 Design Studio Hi, @Julián_AragónM, yes, I'm using S32K3-T-BOX board. Those TRACE signals are valid for ETM interface. However I need to communicate using ITM through JTAG_TDO pin - so it is routed to JTAG connector. That pin is used for SWO communication in case the SWD protocol is used instead of JTAG - which is my case. Re: SWO on S32K344 with S32 Design Studio Hi @jakub-holoubek, Are you using the S32K344 evaluation board? By default, all TRACE signals are DISABLED. Best regards, Julián Re: SWO on S32K344 with S32 Design Studio Hi @Julián_AragónM, thanks for reply. I've checked that tutorials. One issue I've got is that MCU goes to the hard fault once I want to write/read some TPIU registers. For example this code: *((volatile unsigned *)(ITM_BASE + 0x400F0)) = 0x00000002; /* "Selected PIN Protocol Register": Select which protocol to use for trace output (2: SWO NRZ, 1: SWO Manchester encoding) */ *((volatile unsigned *)(ITM_BASE + 0x40010)) = SWOPrescaler; /* "Async Clock Prescaler Register". Scale the baud rate of the asynchronous output */ Once trying to set one of those registers the MCU goes to hard fault. I've found in reference manual of ARM M7 core, that TPIU is not configured in M7 cores - can you confirm that?  Or is there any other register I have to set before writing into TPIU related registers? Re: SWO on S32K344 with S32 Design Studio Hi @jakub-holoubek, I believe this is a question for SEGGER instead. There is no other example for configuring this with S32DS specifically, but you can use the following posts as guidance:  Tutorial: Using Single Wire Output SWO with ARM Cortex-M and Eclipse | MCU on Eclipse. PEmicro Forums Topic: Problem with ITM-printf in S32DS using Multilink ACP Rev.B Solved: SWV (ITM --> SWO) on S32k324 not working - NXP Community Also, SEGGER has a dedicated page in their knowledge base for their J-Link SWO Viewer: J-Link SWO Viewer - SEGGER Knowledge Base & UM08001 J-Link / J-Trace User Guide - SEGGER Knowledge Base. Best regards, Julián Re: SWO on S32K344 with S32 Design Studio For example in this article: Single Wire Output (SWO) support within S32 Design Studio, enabled by PEmicro's GDB Server It would be nice have more details, including sources. 
記事全体を表示
Wire ACK Fault in DAP access Hello, I have just recently installed McuExpresso 10.3.0. Previously I was using McuExpresso 10.0.2. When I downloaded the latest SDK for FRDM K64 and tried to debug a demo example, I got this error. Failed on connect: Nn(05). Wire ACK Fault in DAP access I dont understand what is wrong. Kindly, help me with this. Thanks, Saad. Re: Re:  Wire ACK Fault in DAP access Iam also facing the same issue when iam trying to connect to IMXRT1064 using SWD i keep getting error : Wire Ack Fault in DAP Access. Kindly help me with this. Re: Wire ACK Fault in DAP access Thanks for trying. It worked in several cases on my side. Maybe indeed your device is permanently bricked. Re: Wire ACK Fault in DAP access Tried the script....no dice.  But thanks for pointing me in that direction. Re: Wire ACK Fault in DAP access As the screenshot indicates: "Resurrect locked Kinetis device": this feature exists for Kinetis devices only. If you happen to have an LPC: try erasing the flash from the bootloader, or you might use a recover script like described here: https://mcuoneclipse.com/2023/07/25/linkserver-scripting-and-how-to-recover-mcus-with-a-script/ Re: Wire ACK Fault in DAP access In mcuxpressoide-11.7.1_9221 there is no such thing as "Resurrect locked ..." Re: Wire ACK Fault in DAP access I have the same issue, do you find a solution? Re: Wire ACK Fault in DAP access @CBI   Did you manage to find the solution for this? I am facing the same problem and tried the same solution but it is not working for me as well Re: Wire ACK Fault in DAP access Hi, We are also having the same problem as CBI. Is your problem resolved? If so please post it here. Thank you very much. Re: Wire ACK Fault in DAP access The Problem has not been solved for me... I search a solution !!! Re: Wire ACK Fault in DAP access Hi all,  I am young in this forum Meanwhile When I perform this  I have the following result The detail infos in the console: Executing flash operation 'Resurrect locked Kinetis device' (Resurrect locked Kinetis device) - Mon Mar 01 16:30:41 CET 2021 Checking MCU info... Scanning for targets... Executing flash action... MCUXpresso IDE RedlinkMulti Driver v11.3 (Jan 11 2021 16:41:13 - crt_emu_cm_redlink.exe build 9) ( 0) Reading remote configuration Wc(03). No cache support. Found chip XML file in C:/Users/binard/Documents/MCUXpressoIDE_11.3.0_5222/workspace/frdmkw38_heart_rate_sensor_freertos/Debug\MKW38A512xxx4.xml ( 5) Remote configuration complete Reconnected to existing LinkServer process. Connecting to probe 1 core 0 (using server started externally) reports: 'Ee(42). Could not connect to core.' Retrying... Reconnected to existing LinkServer process. Server OK but no connection to probe 1 core 0 (after 3 attempts) - Ee(42). Could not connect to core. ============= SCRIPT: kinetismasserase.scp ============= Kinetis Mass Erase Script Error: Wire Ack Fault - target connected? Assert NRESET Reset pin state: 00 Error: Wire not connected Power up Debug Error: Wire not connected Error: Wire not connected No Debug Power ============= END SCRIPT =============================== Failed on connect: Ee(42). Could not connect to core. No connection to chip's debug port (100) Target Connection Failed Unable to perform operation! Command failed with exit code 1 Re: Wire ACK Fault in DAP access Worked for me as well. Thanks man! Re: Wire ACK Fault in DAP access I found the problem was that the MCP was locked, It's a simple way of unlocking a MCU in MCUXpresso that I thought I'd share with other novices so they can get going again easily:     Step 1: Open the GUI Flash tool Step 2: Choose Resurrect locked... Step 3: Hit Run.   In a moment the MCU will be unlocked and ready for more programming action! Re: Wire ACK Fault in DAP access I have the same problem.  How did you solve the problem in the end? Re: Wire ACK Fault in DAP access I have the same problem.  How did you solve the problem in the end? Re: Wire ACK Fault in DAP access Good to know it. You are welcome! Have a great day, Jun Zhang ----------------------------------------------------------------------------------------------------------------------- Note: If this post answers your question, please click the Correct Answer button. Thank you! ----------------------------------------------------------------------------------------------------------------------- Re:  Wire ACK Fault in DAP access Thanks, The issue has been resolved.:) Re:  Wire ACK Fault in DAP access Hello, I have done what you said to me. Now I am getting the following error 15: Target error from Commit Flash write 15: Target error from Commit Flash write Cannot halt processor. Debugging context: frdmk64f_lwip_tcpecho_bm Debug Re: Wire ACK Fault in DAP access Hi Saad, First, we need identify this issue is only on one project or a common issue for all project. - please create a NEW project in a NEW workspace, see how the connection works. - please test your project in a NEW workspace, how does it work? If both of above can't fix the issue, I suggest you update your K64 firmware. OpenSDA Serial and Debug Adapter|NXP  Have a great day, Jun Zhang ----------------------------------------------------------------------------------------------------------------------- Note: If this post answers your question, please click the Correct Answer button. Thank you! -----------------------------------------------------------------------------------------------------------------------
記事全体を表示
Config Tools for i.MX 12.1: Ubuntu cannot locat python Hello, I am using config tools for i.MX ubuntu version 12.1  to calculate RAM timings. I figured out that after creating a new project code preview does not work because python couldn't be found. swtool.log shows that one of following errors "Python path does not exist: /opt/nxp/i.MX_CFG_v12.1/bin/python39" because after installation only "/opt/nxp/i.MX_CFG_v12.1/bin/python38" is available and python version is 3.10.0a2+. Would you please correct this. Thank you. Whish you Merry Christmas. Re: Config Tools for i.MX 12.1: Ubuntu cannot locat python I also got Python related errors when trying to generate the `lpddr4_config.c` file for U-Boot with the i.MX config tools version 25.06. It looks like the tool does not ship the correct Python version since `python3.13` is symlinked to `python3.12` in the `bin` directory. I got it working and successfully generate the config file on Debian 13 which uses Python 3.13 as system wide python by replacing the `python3.13` symlink with a link to the system python. This can be done with the following bash command: `(cd i.MX_CFG_25.06/bin/python3/bin && rm python3.13 && ln -s /usr/bin/python3.13 python3.13)` Additionally, the `tools` binary has to be executed directly from the `bin` directory, e.g. `(cd i.MX_CFG_25.06/bin && ./tools) Re: Config Tools for i.MX 12.1: Ubuntu cannot locat python One thing I just noticed - If I save my configuration the "Error DDRC Failed to generate code due to erroneous values used to configure DDR!" message goes away but when I try to run the tests on my board I get the message about missing memtool. Re: Config Tools for i.MX 12.1: Ubuntu cannot locat python If I ignore the message and try to run the tests It fails with the following message: /opt/nxp/i.MX_CFG_v12.1/bin/python38/bin/python: Error while finding module specification for 'memtool.s' (ModuleNotFoundError: No module named 'memtool') Re: Config Tools for i.MX 12.1: Ubuntu cannot locat python Thank you, I was able to fix the tools.ini file. The folder that comes with the install package is called python38 but the ini file is set to python39. That cleared the python error but then I get another error: "Error    DDRC    Failed to generate code due to erroneous values used to configure DDR!" I have all of the values set to the defaults for the MX8M Mini evk and I still get this error.  Every time a try to adjust a value I get a message saying "the specified value is not supported". The same values work properly when I use the Windows based tool. Don Re: Config Tools for i.MX 12.1: Ubuntu cannot locat python Hello, you can set your own path in the tool.ini to -Dpython.dir=python39 (/opt/nxp/i.MX_CFG_v12.1/bin) and it should work too. But the failure (maybe copy paste) is available from my understanding. Happy new year. Re: Config Tools for i.MX 12.1: Ubuntu cannot locat python I have the same issue.  Any update on this?
記事全体を表示
imx95 | Electronで透明なウィンドウを実現する方法 Electron AppImage 内の背景の透明性に関して予期しない動作が発生しています。私は、electron アプリでブラウザ ウィンドウを background: transparent に設定し、Ubuntu 22 および 24 で目的の結果が得られるようにしました。Ubuntu では、Electron ウィンドウが透明になります (その下のアプリが見えます)。しかし、アプリケーションは透明な背景ではなく、 dart i.MX95 ターゲット デバイスに黒い背景を表示します。このデバイスは最新の Scarthgap リリース (カーネル 6.6.52) で実行されており、カーネル 6.6.23 でもこの問題が確認されています。 これを解決するための指導を求めています。 ディストリビューション= fsl-imx-xwayland 画像 = fsl-image-gui-chromium ウェストンバージョン - 12.0.4 weston.ini内 gbmフォーマット=argb8888 xwayland=true また、weston.ini のソフトウェア レンダリング用にrenderer=pixmanを使用してテストしました。 アプリケーションは、次のコマンドを使用して起動されます: ./myapp.AppImage --no-sandbox --ozone-platform=wayland さらに、 --disable-gpuフラグが追加され、テストされました。 Wayland と Electron のデバッグを有効にしたログを添付しました。 この問題を解決するためのアドバイスを求めています Re: imx95 | How to achieve transparent window in electron こんにちは、 これはアプリの問題であり、アプリ外で使用すると透過的なテストが行われます。これが BSP の問題であるかどうかは開発者に確認します。 敬具
記事全体を表示
eMIOS ICU signal measurement issues on S32K324 Hi there, I am having issues with the eMIOS ICU on the S32K324. I am trying to use the signal measurement feature to measure a PWM signals period and duty cycle. I have a PWM signal connected to the MCU but the signal measuring function (Emios_Icu_Ip_GetDutyCycleValues()) is returning zero all the time. Configuration of eMIOS: Initialization code:  Emios_Mcl_Ip_Init(2u, &Emios_Mcl_Ip_2_Config_BOARD_INITPERIPHERALS); Emios_Icu_Ip_Init(2u, &eMios_Icu_Ip_2_Config_PB); Loop code:  Emios_Icu_Ip_GetDutyCycleValues(2u, 0u, &dutyCycleValues0); 1) Could it be that I'm doing something wrong? How does the signal measurement feature work? 2) If my approach is not correct, how do I get the duty and period values? As I understood it is possible with both SAIC and IPWM modes but am currently only able to use SAIC because I cannot change the wiring on the PCB. Re: eMIOS ICU signal measurement issues on S32K324 Hi, be sure you enabled interrupt for used channel and start measurement using Emios_Icu_Ip_StartSignalMeasurement function. There are few examples that shows SAIC mode usage, you can refer to them https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K344-eMIOS-DS3-5-RTD500/ta-p/1992245?profile.language=en https://community.nxp.com/t5/S32K-Knowledge-Base/Example-IP-S32K312-EMIO-PWM-Generation-amp-Duty-capture-using/ta-p/2011634?profile.language=en BR, Petr
記事全体を表示
S32K324 における eMIOS ICU 信号測定の問題 こんにちは、 S32K324 の eMIOS ICU に問題があります。信号測定機能を使用して、PWM 信号の周期とデューティ サイクルを測定しようとしています。MCUにPWM信号をコネクテッドしていますが、信号測定関数( Emios_Icu_Ip_GetDutyCycleValues())は常にゼロを返します。eMIOSの設定: 初期化コード: Emios_Mcl_Ip_Init(2u、&Emios_Mcl_Ip_2_Config_BOARD_INITPERIPHERALS); Emios_Icu_Ip_Init(2u、&eMios_Icu_Ip_2_Config_PB); ループコード: Emios_Icu_Ip_GetDutyCycleValues(2u、0u、&dutyCycleValues0); 1) 私が何か間違ったことをしているCANがありますか?信号測定機能はどのように機能しますか? 2) 私のアプローチが正しくない場合、デューティと期間の値をどのように取得すればよいですか?私の理解では、SAIC モードと IPWM モードの両方で可能ですが、PCB 上の配線を変更できないため、現在は SAIC モードしか使用できません。 Re: eMIOS ICU signal measurement issues on S32K324 こんにちは、 使用されているチャネルの割り込みが有効になっていることを確認し、Emios_Icu_Ip_StartSignalMeasurement 関数を使用して測定を開始します。 SAICモードの使用例がいくつかあるので、参考にしてください。 https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K344-eMIOS-DS3-5-RTD500/ta-p/1992245?profile.language=en https://community.nxp.com/t5/S32K-Knowledge-Base/Example-IP-S32K312-EMIO-PWM-Generation-amp-Duty-capture-using/ta-p/2011634?profile.language=en BR、ペトル
記事全体を表示
MIMXRT1170-EVKB mflash_drv.c 中的错误:启用四模式 大家好, RT1170 评估板的 EVKB 版本的软件开发工具包中存在错误。在当前版本 25_06_00 中仍然存在。 闪存驱动程序(mflash_drv.c)显然是从包含不同的 QSPI 闪存的 EVK 板上移植的。 写入状态寄存器的 LUT 值为 /* Enable Quad mode */ [4 * NOR_CMD_LUT_SEQ_IDX_WRITESTATUSREG] = FLEXSPI_LUT_SEQ(kFLEXSPI_Command_SDR, kFLEXSPI_1PAD, 0x01, kFLEXSPI_Command_WRITE_SDR, kFLEXSPI_1PAD, 0x04), 启用四模式的代码为 #if !defined(XIP_EXTERNAL_FLASH) || defined(MFLASH_FORCE_QUAD_MODE) static status_t flexspi_nor_enable_quad_mode(FLEXSPI_Type *base) { flexspi_transfer_t flashXfer; status_t status; uint32_t writeValue = 0x40; /* Write neable */ status = flexspi_nor_write_enable(base, 0); if (status != kStatus_Success) { return status; } /* Enable quad mode. */ flashXfer.deviceAddress = 0; flashXfer.port = kFLEXSPI_PortA1; flashXfer.cmdType = kFLEXSPI_Write; flashXfer.SeqNumber = 1; flashXfer.seqIndex = NOR_CMD_LUT_SEQ_IDX_WRITESTATUSREG; flashXfer.data = &writeValue; flashXfer.dataSize = 1; status = FLEXSPI_TransferBlocking(base, &flashXfer); 即:值 0x40 与 cmd 0x1 一起写入。 在较旧的 EVK 板中,闪存芯片是 ISSI IS25WP128。 在这里,cmd 0x1 向状态寄存器写入 0x40,以设置四通道使能位。 EVK-B 的闪存芯片是 Winbond W25Q512NW。 其中,四位使能位位于 S9 中,即状态寄存器 2 的第 2 位。 这里需要用 cmd 0x31 写入值 0x02。 顺祝商祺! 莱纳 Re: Error in MIMXRT1170-EVKB mflash_drv.c : Quad mode enable 嗨,@hfuhruhurr、 感谢您的报告。我将对此进行调查并上报给 SDK 团队,以便他们能够对未来版本的 RT1170-EVKB SDK 进行适当的更改。
記事全体を表示
iw611/iw612: Packet injection using scapy tool Dear NXP support, I'm using Yocto Scarthgap BSP and according "NXP Wireless SoC Features and Release Notes for Linux RN00104", I should be able to perform packet injection using scapy tool. Could you please provide a reference example ? Thanks Best Regards Pier Re: iw611/iw612: Packet injection using scapy tool Hello @ZeEngineer  This is a confidential document, you may need sign NDA we nxp. Best Regards Shaun Re: iw611/iw612: Packet injection using scapy tool Hi @shaun_wu , any idea what I need to do to access this document? I'm getting "Your userId does not have sufficient privilege to proceed with download."  Even though I've completed the "secure access rights" process with NXP. Re: iw611/iw612: Packet injection using scapy tool Hello @pierluigi_p  You could refer to following document setup iw612 as monitor mode, scapy tool setup and tx should done by yourself, we don't have an example: https://www.nxp.com/webapp/Download?colCode=AN14357&appType=license  Best Regards Shaun
記事全体を表示
i.MX6SX SABRE-SDボード上のMercury DAC用オーディオコマンド支援の依頼 こんにちは 私は現在、Mercury および Radion チューナー チップを統合した i.MX6SX SABRE-SD ボードを使用しています。両方のチューナー チップが正常に起動したことをお知らせします。しかし、オーディオ出力に問題が発生しており、現在は機能していません。 回路図を確認すると、Mercury DAC が X7 出力にコネクテッドされていることに気付きました。さらに進むには、この DAC を介してオーディオ出力を有効にしてトラブルシューティングするために必要な適切なオーディオ コマンドまたは構成手順を共有していただければ幸いです。 このマターに関してあなたのご助力は非常に貴重であり、深く感謝いたします。 どうぞよろしくお願いいたします。 よろしくお願いします、 ジョセフ・クリストファー Re: Request for Audio Command Assistance for Mercury DAC on i.MX6SX SABRE-SD Board こんにちは、 これらの製品はMass Marketではないため、当社ではこれらの部品番号の情報にアクセスできないため、お近くの FAE にお問い合わせすることをお勧めします。 よろしくお願いいたします。 Re: Request for Audio Command Assistance for Mercury DAC on i.MX6SX SABRE-SD Board こんにちは@JorgeCas ご返答ありがとうございます。 このメッセージに回路図を添付しましたので、機会があればご覧ください。 よろしくお願いします、 ジョセフ・クリストファー Re: Request for Audio Command Assistance for Mercury DAC on i.MX6SX SABRE-SD Board こんにちは、 回路図の接続を共有していただけますか? よろしくお願いいたします。
記事全体を表示
onxruntime 配置错误 亲爱的恩智浦团队 我们使用的是 FRDM-i.MX93 板。以前,我们的版本成功编译,没有任何问题。但是,即使在使用相同的设置和版本在三台不同的计算机上测试了构建过程之后,我们现在也遇到了 onxruntime配置错误。 以下是我们遵循的程序: 仓库 init-u https://github.com/nxp-imx/imx-manifest-b imx-linux-scarthgap -m imx-6.6.36-2.1.0.xml   回购同步   cdsources gitclone https://github.com/nxp-imx-support/meta-imx-frdm.git   cdmeta-imx-frdm/ git checkout imx-frdm-1.0机器=imx93frdm   发行版=fsl-imx-Wayland 来源 sources/meta-imx-frdm/tools/imx-frdm-setup.sh-b frdm-imx93   bitbake imx-image-full   尽管遵循了与以前相同的步骤,但版本在 onnxruntime 配置阶段还是失败了。 我们还附上了相关的日志文件供您参考。 期待您协助解决这个问题。 致以最诚挚的问候, Aman Sharma
記事全体を表示
IPC between A55 and M7 Cores of iMX95 I am trying to get A55 and M7 Core communicating using Zephyr RTOS. I am currently using iMX95LPDDR5-EVK. A core is currently running Linux kernel whose image was generated using yocto.
記事全体を表示
Use of Clang Compiler with Design Studio Hi, For a safety critical application we'd like to use the certified ARM Clang compiler. Are there any issues I should be aware of when using this with Design Studio? Can someone point me to an integration guide for using another compiler? Thank you and best regards, Kenny Re: Use of Clang Compiler with Design Studio Thanks Lukas. We'll take a look at that HOWTO. Re: Use of Clang Compiler with Design Studio Hi @greenwichmeanie  Clang compiler is not officially supported, we do not have experience with this compiler. I can see that eclipse plugin should exist, so you can try to follow this HOWTO document for GHS compiler, it should be similar: https://community.nxp.com/t5/S32-Design-Studio-Knowledge-Base/HOWTO-Install-GHS-Compiler-Plugin/ta-p/1436232 Regards, Lukas
記事全体を表示
TX 用の J31.2 や RX 用の J32.2 など、使用可能な UART ピンが何かを知りたいです。 TX 用の J31.2 や RX (LPUART1) 用の J32.2 など、使用可能な UART ピンが何かを知りたいです。SO、すべてのピンの詳細が必要です (コンソールと UART を同時に操作したいため)。 i.MX-RT1170 Re: Want to know what are the UART pin are available like J31.2 for TX and J32.2 for RX. こんにちは。 各 i.MX RT 専用の PIN を見つけるには、IDEs の設定ツールを使用してください。最初のステップとして、以下のガイドを参照してください。 IDE: https://www.nxp.com/design/design-center/software/development-software/mcuxpresso-software-and-tools-/mcuxpresso-integrated-development-environment-ide:MCUXpresso-IDE 設定ツール: https://www.nxp.com/design/design-center/software/development-software/mcuxpresso-software-and-tools-/mcuxpresso-config-tools-pins-clocks-and-peripherals:MCUXpresso-Config-Tools
記事全体を表示
NXP ボードに接続するために Windows の USB ドライバにアクセスしますか? Windows USB ドライバを介して NXP FRDM-K64F と通信したいと考えています。何かありますか NXP ボードに接続するために Windows で USB ドライバにアクセスする方法に関するドキュメントはありますか? ランディ・シードル Kinetis KシリーズMCU Re: Accessing the USB driver in Windows to connect to a NXP board ? PCI ボードは、一般的な PC に固有のハブスタッキングをすべて排除します。そのルートを行くことは実際には「低速」には一致しませんが、「低速」は主観的なものです。 USB ツリー ビューにはスタッキングが表示されます。 https://www.uwe-sieber.de/usbtreeview_e.html USBDeView は接続を表示します: https://www.nirsoft.net/utils/usb_devices_view.html HID および WinUSB のサンプル コードは次のとおりです。 http://www.janaxelson.com/hidpage.htm http://www.janaxelson.com/winusb.htm Re: Accessing the USB driver in Windows to connect to a NXP board ? ボブ: 低速データ取得を大量に行う必要があります。私はアイソクロナスについて疑問に思っていましたが、バルクでも十分速いかもしれません。問題は、いくつかのデータポイントを見逃すことなく、すべてをやり遂げることができるかどうかです。ネットワークに関する知識から、データ領域をセグメント化したいと考えていますが、ルート ハブ内の同じ領域をめぐってすべてが競合するのではないでしょうか。ワークステーションに 2 枚目の USB カード (PCI Express) を追加するとどうなりますか? Jan Axelson の著書「USB Complete」の初版を読みました。当時は例題が全く載っていませんでした。もっと良くなっているといいのですが。 ランディ・シードル Re: Accessing the USB driver in Windows to connect to a NXP board ? TinyUSB プロジェクトをご覧ください。 https://github.com/hathach/tinyusb 次に、Jan Axelson の著書「USB Complete」第 5 版 (Jan はその版の後に引退しました)。 具体的にはどのようにコミュニケーションを取りたいですか?HID、シリアル、WINUSB?それは違いを生みます。 私は HID 用に KL27 と K32L で TinyUSB を使用してきましたが、WINUSB への移行を検討しています。 Re: Accessing the USB driver in Windows to connect to a NXP board ? そのような情報はありません。ご不便をおかけして申し訳ございません。 Re: Accessing the USB driver in Windows to connect to a NXP board ? 壊れているわけではありません。私は、Windows とマイクロコントローラに存在する USB アプリケーションに取り組む予定です。 現時点では、両方の領域 (Windows とマイクロコントローラ) で USB 環境に関する情報を探しているところです。 ランディ Re: Accessing the USB driver in Windows to connect to a NXP board ? こんにちは@randyseedle 、 ご投稿ありがとうございます。Windows が FRDM-K64F ボードを認識できないということでしょうか?下記のリンクをチェックして、役立つかどうかを確認してください。 USB ドライバの修正 | Eclipse 上の MCU よろしくお願いいたします。 セレステ ---------------------------------------------------------------------------------------------------------------------- 注: この投稿が質問の答えである場合は、「解決策として承認」ボタンをクリックしてください。ありがとう! ----------------------------------------------------------------------------------------------------------------------
記事全体を表示
LPC54S018とTJA1145ATK/FD SPI接続 こんにちは、 カスタム ボードで CAN 機能をテストしようとしています。MCU は LPC54S018、CANトランシーバ は TJA1145ATK/FD です。 現在、SPI 接続を機能させるのに問題があり、デバイス ID を読み取ることができません。 すべての手順を実行していることを確認できるように、このトランシーバを使用するガイドまたは例はありますか? LPC54xxx ペリフェラル Re: LPC54S018 with TJA1145ATK/FD SPI Connection こんにちは、djg8623 はい、ただし LPC54S018 に特に焦点を当てているわけではなく、当社のアプリケーション ノートでは、TJA とマイクロコントローラ間の重要な考慮事項と接続について説明しています。 ぜひご覧ください: TJA1145A アプリケーションヒント 当社の公式ウェブサイトで、ドキュメントまでスクロールして「安全なファイル」を選択してください。 TJA1145A 安全なファイルにアクセスするには、当社との有効な NDA を締結する必要があります。NDA をお持ちでない場合は、弊社にチケットを発行し、NDA への署名を依頼してください。適切なチームに割り当てられ、プロセスを続行CAN。 この情報がお役に立てば幸いです。他に何かご不明な点がございましたら、お知らせください。 素晴らしい一日をお過ごしください。幸運をお祈りします。
記事全体を表示
How to Extract CSI Data from NXP FRDM RW612 Module Hi all, I’m currently working with the NXP FRDM-RW612 development board and aiming to extract Channel State Information (CSI) data for a Wi-Fi sensing application. I’ve reviewed the SDK documentation and explored some RF diagnostic modes but haven’t found a clear path for accessing CSI. Could someone share guidance or point me to the right commands, firmware configurations, or examples that enable CSI data extraction on this platform? If you’ve done this successfully or found relevant NXP resources, I’d really appreciate your input. Thanks in advance Re: How to Extract CSI Data from NXP FRDM RW612 Module Hi @mieintern02, There is a separate application note on how to configure CSI on FreeRTOS platforms. The commands and examples are clearly explained. Please refer to AN14281: Channel State Information (CSI) on FreeRTOS. Let me know if you have any further questions! Thanks, Darlena Nguyen Re: How to Extract CSI Data from NXP FRDM RW612 Module I am currently also trying to extract CSI data from the FRDM-RW612. I assume that I am missing a key component that is causing CSI callbacks to note work, as misconfiguring parameters does result in the firmware announcing an error such as incorrect channel configuration, etc. Unfortunately I still cannot get any callbacks for CSI. Despite secure access, the AN14281: Channel State Information (CSI) on FreeRTOS file is showing as unavailable and I haven't been able to get help from Tech Support or docstore support on how I can get access to this file (I have requested and been approved for access on all related categories). Posts like this tell me it's possible, but I cannot figure it out.  Any help would be much appreciated.
記事全体を表示
S32K146EVB PWM 输出 我想接收 can 数据,并根据这些数据输出 pwm。 我怎样才能完成这项工作? 请帮帮我。 Re: 답글: S32K146EVB PWM 출력 你好@mell 能否请您指给我您正在使用的示例代码? 此外,如果您能分享对示例代码所做的任何修改、所使用的软件版本以及集成开发环境版本,将会对您有所帮助。 답글: S32K146EVB PWM 출력 感谢@VaneB 的回复 我正在尝试应用另一个博客和示例中发布的 CAN 和 PWM 示例。但它在我的板上不起作用。 我将其设置为始终接收 PWM 并在按下开关时打开绿色 LED 灯,以查看我是否写错了 PWM 接收代码,但即使我不按开关,绿色 LED 灯也始终亮着。但是,PWM 没有输出。我不知道是引脚设置还是代码执行出了问题.... Re: S32K146EVB PWM output 你好@mell 为了更好地了解如何实现 CAN 通信和生成 PWM 信号,我建议您查看适用于 S32K1 设备的可用软件包中包含的示例代码。这些示例是熟悉基本设置和功能的好方法。 此外,我还附上了一些文档和示例的链接,这些链接将是有用的参考。 AN12174:使用 FlexIO 仿真通信和定时外设。 AN5303:S32K 上 FlexTimer 模块的功能和操作模式。 AN5413:S32K1xx 系列烹饪手册。 S32K 示例 Re: S32K146EVB PWM output @VaneB 感谢您的回复,请帮我解决问题。 Re: S32K146EVB PWM output 我想通过接收特定按钮的 CAN 数据来执行动作,以便在按钮打开时向电机驱动器发送 pwm。我不确定如何使用 s32k146 开发板接收 can 数据并导出 pwm 波形。 Re: S32K146EVB PWM output 你好@mell 请说明"导出 PWM" 的含义?另外,如果您能告诉我们更多关于您申请的信息,将有助于我们更好地了解您的申请。 BR、VaneB Re: S32K146EVB PWM output @VaneB @_Leo_ 帮帮我
記事全体を表示
在通过 NFS 写入大文件时,降低了 Tx 网络吞吐速度 通过 10Gbase-T 以太网接口(使用 TQMLS1046A 开发套件) 运行 iperf3-s 时 ,当开发套件发送(Tx)大型数据文件时,基准测试显示 7.34 Gbaud(千兆位每秒)(请注意,两个系统之间的网络路径配置为巨型帧的 MTU 大小为 9000 字节)。当 TQMLS1046A 设置为在以太网接口的 Rx 路径上接收相同的工作负载(通过 NFS 接收大文件)时,我们会出现以下错误: [ 1068.551554] fsl_dpaa_mac 1af2000.ethernet enet_exp:错误 FD 状态 = 0x00080000 我的理解可能是内核配置中的 FSL DPAA 以太网驱动程序配置错误,但我不知道从何下手。 Re: reduced Tx network throughput speeds when writing large files over NFS 测试更改,并将提供最新信息,说明这是否足以解决我们的问题。 Re: reduced Tx network throughput speeds when writing large files over NFS 请在 Linux 内核配置文件中配置以下选项。 FSL_DPAA_ETH_JUMBO_FRAME-"优化巨型帧" 优化 DPAA1 以太网驱动程序的吞吐量,以处理大型帧终止流量(例如 4K 及以上)。 将该选项与小帧结合使用,会大大增加驱动程序的内存占用,甚至可能耗尽系统内存。此外,skb truesize 会被更改,堆栈发出的警告信息也会被绕过。
記事全体を表示
MIMXRT1064-EVK CMSIS-DAP failed on connection Executing flash operation 'Program' (Program file into flash: evkmimxrt1064_hello_world.axf) - Wed Aug 06 11:40:41 KST 2025 Checking MCU info... Scanning for targets... Executing flash action... LinkServer RedlinkMulti Driver v25.7 (Jul 21 2025 19:34:07 - crt_emu_cm_redlink.exe build 1038) ( 0) Reading remote configuration Wc(03). No cache support. Found chip XML file in C:/Users/user/Documents/MCUXpressoIDE_25.6.136/workspace/evkmimxrt1064_hello_world/Release\MIMXRT1064xxxxA.xml ( 5) Remote configuration complete Reconnected to existing LinkServer process. Connecting to probe 1 core 0 (using server started externally) reports: 'Ee(42). Could not connect to core.' Retrying... Reconnected to existing LinkServer process. Server OK but no connection to probe 1 core 0 (after 3 attempts) - Ee(42). Could not connect to core. ============= SCRIPT: RT1064_connect.scp ============= RT1064 Connect Script Error: Wire Ack Fault - target connected? Error: Wire not connected Error: Wire not connected Disabling MPU Error: Wire not connected Error: Wire not connected Configure FlexRAM for 768KB OC RAM, 128KB I-TCM, 128KB D-TCM Error: Wire not connected Error: Wire not connected Error: Wire not connected Finished ============= END SCRIPT ============================= Failed on connect: Ee(42). Could not connect to core. No connection to chip's debug port (100) Target Operation Failed Unable to perform operation! Command failed with exit code 1 * MIMXRT1064-EVK  * MCUXpresso IDE 25.06  I've tried rebooting the computer, restarting IDE, reconnecting the USB cable, and pressing the reset button. It worked normally until yesterday, but it suddenly doesn't work today. How can I solve this problem?  Re: MIMXRT1064-EVK CMSIS-DAP failed on connection You are welcome. If you meet any issues in the future, please feel free to create a new post . We will do our best to support you. Best Regards Re: MIMXRT1064-EVK CMSIS-DAP failed on connection I'm finally able to debug it. Thank you so much Re: MIMXRT1064-EVK CMSIS-DAP failed on connection Yes, you can try to use J-link device to debug.  Re: MIMXRT1064-EVK CMSIS-DAP failed on connection I tried J41 debug port with pin 3 and pin 4 of J1 connected and J9 connected. LinkServer not found in MCUXpresso. There is a light on the LED next to J1 and a light next to J41. Should I try the J-Link device? Re: MIMXRT1064-EVK CMSIS-DAP failed on connection If the light turns on  Next to J1, please try to use J41  or use J21(J-link device)  to debug your board. Re: MIMXRT1064-EVK CMSIS-DAP failed on connection I plugged it into J9, and the light turns on at the location you told me. (Next to J1) Re: MIMXRT1064-EVK CMSIS-DAP failed on connection Please attempt to connect pin 3 and pin 4 of J1, using a new available USB cable to insert into J9. Check if the LED light turns on. Re: MIMXRT1064-EVK CMSIS-DAP failed on connection The light doesn't come on. Re: MIMXRT1064-EVK CMSIS-DAP failed on connection Hi @minwon , Please check whether your board is powered on successful. First, check the connection of J1. If power is supplied via the onboard J41 USB, pins 5 and 6 of J1 should be connected together. When you connect the USB of J41 to the computer, the D3 LED next to J1 will light up. Please try  as I mentioned above, and then check if the D3 light is on. Best Regards MayLiu Re: MIMXRT1064-EVK CMSIS-DAP failed on connection The connection error occurs in the same way. I can't erase the chip because it's not connected from the beginning. No light comes on even if I powered on, is this a normal situation? Re: MIMXRT1064-EVK CMSIS-DAP failed on connection Hi @minwon , Do not worry, I will help you to fix your board. First, set SW5: 0000, SW7:0001, then power on. This mode is serial downloader mode. Second: use the J-Link device to connect to the J21 interface of the RT1064 development board, create new project  for your board, and erase  the chip.  Third,   When step 2 finished, Power off your board. set SW5: 0000, SW7:0010, then power on. Finally, your board will work normally, you can debug the SDK demo again. Please try it. Best Regards MayLiu Re: MIMXRT1064-EVK CMSIS-DAP failed on connection I also tried to use J-Link. I connected the J-Link and connected the Power, but the Connection error still occurs. It's only been a few days since I bought a board, is my board broken? Re: MIMXRT1064-EVK CMSIS-DAP failed on connection Hi @minwon , thanks for your updated information. Do you have a J-Link device? Have you tried using the J-Link device to connect to the J21 interface of the RT1064 development board and debug? Best Regards MayLiu Re: MIMXRT1064-EVK CMSIS-DAP failed on connection It didn't go on for three hours, so I forced it to shut down. Re: MIMXRT1064-EVK CMSIS-DAP failed on connection I turned around the MIMXRT1064-EVK sample project (demo-apps/hello_world, demo-apps/iled_blinky) yesterday and even confirmed that the debugging was successful. And I tried debugging the sample project again today and it didn't connect. In the meantime, IDE has never touched the settings or modified the hardware. SW5 is 0000 and SW7 is 0010. Now, Now I'm copying this document. (https://docs.nxp.com/bundle/AN13206/page/topics/getting_the_firmware_images.html) In step 6, the message below was output. Cannot open DFU device 1fc9:000c Booting LPCScrypt target with "LPCScrypt_240.bin.hdr" LPCScrypt target booted Step 7 is still being carried out. The dots are continuing. Erasing BankA ............ Re: MIMXRT1064-EVK CMSIS-DAP failed on connection Hi @minwon , Thank you so much for your interest in our products and for using our community. Could you tell me what the actions you performed before the MIMXRT1064-EVK development board became unable to debug? Please check the configuration of SW5 and SW7, default setting should be SW5[1:4]:0000, SW7[1:4]:0010. Have you made any hardware modifications to the MIMXRT1064 development board? Best Regards MayLiu
記事全体を表示