Multi Source Translation Content

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

Multi Source Translation Content

ディスカッション

ソート順:
LA1224RDB-B FreeRTOS PCIe Driver RC-EP I am trying to realize communication of LA12xx devices via PCIe link. The LA12xx (1) PCIe RC controller is connected to the PCIe EP controller of the LA12xx controller (2) using an M4 board that supports PCIe Gen3 speed (the LA1224-RDB-B board is used). (BSP Appendix D). I set the appropriate DIP switches. Built FreeRTOS with PCIe Driver BSP 2.4. The link does not go up. LTSSM in Poll_comp 0x3 state on both RC and EP. SW6[3] = 1 SW4[5-7] = 0x2 (010) SW5[5] = 1 RC 0 EP. What can be the reason? Same code and wiring diagram, but EP - Xilinx FPGA - get link-up. Re: LA1224RDB-B FreeRTOS PCIe Driver RC-EP The problem was the circuitry part. Thank you all for the answers! Re: LA1224RDB-B FreeRTOS PCIe Driver RC-EP Hello! We are connecting PCIe2 on LA(1) as RC to PCIe2 on LA(2) initialized as EP. We make the connection according to Appendix D of BSP 3.0. In the diagram, the ports associated with the LX are highlighted in black on each RDB. (ignore the color of the arrows). Settings DIP-Switch: On LA1 SW5[5]=1.(RC) On LA2 SW5[5]=0.(EP) SW6[3]=1 on both boards.(SD_MUX_SEL). SW4[5-7]=010 ( corresponds to x4, CFG_SD_PRTCL=2). Re: LA1224RDB-B FreeRTOS PCIe Driver RC-EP Hello, Something doesn't make sense in your block diagram: Oswalag_1-1743617509815.png  The LA1224 only have 2 pcie controllers, pcie1 only can be configures as EP so how are you connecting the LX2160A as RC to the LA as EP and also connecting the LA as RC(pcie2 controller) to the same LA EP(pcie1)? Re: LA1224RDB-B FreeRTOS PCIe Driver RC-EP Good afternoon, thank you for your response! I connected as EP device - Xilinx Kintex FPGA and got successful connection. So I rule out the problem on the RC device side. I am also attaching a schematic block diagram. Thank you for your help. Re: LA1224RDB-B FreeRTOS PCIe Driver RC-EP Hello. Please share a block diagram of the connections, also try to connect any other device as PCIe EP to discard any issue from the RC configuration side. Regards
記事全体を表示
eIQ-toolkit fails to start on my ubuntu hi i would like to test the npu on my imx8mp. from the documents it recommends working with the eIQ-Toolkit. i downloaded the latest eIQ-Toolkit and installed successfully. but when i start the application is fails  Unhandled Promise Rejection TypeError: Cannot read property 'kill' of null at /opt/nxp/eIQ_Toolkit_v1.14.0/resources/app.asar/background.js:2:573509 Could someone tell me how to start the application. could it be permission problems as the application is installed and set as root thanks Graphics & Display i.MX 8M | i.MX 8M Mini | i.MX 8M Nano Multimedia Re: eIQ-toolkit fails to start on my ubuntu Hi, it would be nice to have eIQ toolkit for Ubuntu 22.04, 24.04 as they are LTS OS. Actually the problem is that the toolkit is trying to load older libraries than are delivered with actual OS versions (libffi7, libssl etc.). When will be newer OS version supported? It is a quite late already. Re: eIQ-toolkit fails to start on my ubuntu i found the problem. i tried installing on ubuntu 22.04. when i installed on ubuntu 20.04 and also on a docker ubuntu 20.04 everything works. thansk Re: eIQ-toolkit fails to start on my ubuntu Hi @greeran  Could you please try below commands in your side? /opt/nxp/eIQ_Toolkit_v1.14.0$ ./bin/eiqenv.sh /opt/nxp/eIQ_Toolkit_v1.14.0$ ./eiq-portal Regards Daniel Re: eIQ-toolkit fails to start on my ubuntu its not permission error as i created it in a local directory and still i get the error
記事全体を表示
i.MX6ULLアプリケーション・プログラミング・リファレンス・マニュアルのGPMICLKはどのクロックですか? GPMICLK は Fuesmap と GPMI の章の両方で言及されています。ただし、クロックと電源管理の第10章を見ると、これがどのクロックであるかは明らかではありません。 Linuxのクロックサマリーで次のクロックを見つけました。 bash# grep gpmi clk_summary gpmi_io 0 0 0 22000000 0 0 50000 N gpmi_apb 0 0 0 198000000 0 0 50000 N gpmi_bch_apb 0 0 0 198000000 0 0 50000 N gpmi_sel 0 0 0 396000000 0 0 50000 Y gpmi_podf 0 0 0 198000000 0 0 50000 Y gpmi_bch 0 0 0 198000000 0 0 50000 N ONFI タイミング情報は U-Boot で無視されますか。 私はU-Bootでこのコードを見つけました: // Set GPMI_TIMING0 and GPMI_TIMING1 to match Linux kernel settings. clrsetbits_le32(&info->gpmi_regs->hw_gpmi_timing0,0x10203,0x00020101); setbits_le32(&info->gpmi_regs->hw_gpmi_timing1,0xb0000000); このコメントにもかかわらず、Linuxが行っていることははるかに複雑であるため、Linuxがこれらのタイミングを使用しているとは思いません。 以下は、Linuxでの比較可能なGPMIコードのスニペットです。 addr_setup_cycles = TO_CYCLES(sdr->tALS_min, period_ps); data_setup_cycles = TO_CYCLES(sdr->tDS_min, period_ps); data_hold_cycles = TO_CYCLES(sdr->tDH_min, period_ps); busy_timeout_ps = max(sdr->tBERS_max, sdr->tPROG_max); busy_timeout_cycles = TO_CYCLES(busy_timeout_ps, period_ps); hw->timing0 = BF_GPMI_TIMING0_ADDRESS_SETUP(addr_setup_cycles) | BF_GPMI_TIMING0_DATA_HOLD(data_hold_cycles) | BF_GPMI_TIMING0_DATA_SETUP(data_setup_cycles); hw->timing1 = BF_GPMI_TIMING1_BUSY_TIMEOUT(DIV_ROUND_UP(busy_timeout_cycles, 4096)); 日時:i.MX6ULLアプリケーションプログラミングリファレンスマニュアルのGPMICLKはどのクロックですか? i.MX6シリーズ・ファームウェア・ガイドおよびi.MX6アプリケーション・プロセッサ・リファレンス・マニュアルでは、GPMIのタイミング・ダイアグラムに「dev_clk」と表示されています。「dev_clk」が実際に何であるかについての定義がわかりません。「dev_clk」とは何か教えていただけますか? 日時:i.MX6ULLアプリケーションプログラミングリファレンスマニュアルのGPMICLKはどのクロックですか? では、LinuxはGPMICLKをgpmi_ioと呼んでいるようですか?私はこれをclk_summaryで見つけました: enfc_podf 0 0 0 22000000 0 0 50000 Y gpmi_io 0 0 0 22000000 0 0 50000 N GPMICLKは、先ほど送ったドキュメントによるとenfc_clk_podfから派生しており、デフォルトの除数は1と書かれているので、私の場合、少なくともLinuxカーネルによると、GPMICLKは22MHzであることを意味します。
記事全体を表示
I/O Expander Design Hello,  We are planning to use the PCAL6416APW,118 in one of our designs. Our VDD(p) is 3.3V and VDD(I2C) is 1.8V. We have added a 100K ohm pull-up resistor on INT, RESET, and ADDR, and 2K ohm pull-up resistors on the I2C lines. Are our resistor values correct, or do we need to change them? Regards, Apurva Agre Re: I/O Expander Design Hello Apurva, the VDD(I2C-bus) voltage defines the I2C voltage levels and the pull-up resistors should be chosen considering this 1.8V voltage. Rp(min) can be read from the Figure 42. in the UM10204. Please make sure that your MCU communicating with the PCAL6416APW via the I2C has defined the same 1.8V voltage levels. JozefKozon_0-1724656888052.png The 400kHz is Fast mode. For this the current must be limited to 3mA, so the Rp(min) is approximately 0.4kOhm.  JozefKozon_1-1724656986238.png The Rp(max) can be calculated from the Figure (1).  JozefKozon_2-1724657029278.png The maximum allowed rising time tr for the 400kHz is 300ns.  JozefKozon_3-1724657108378.png The bus capacitance can be estimated from the bus length which is 20cm. A very rough rule of thumb is 3pF per 1cm. This gives out 60pF. You need to add capacitance which the devices adds. The PCAL6416A adds 8pF.  JozefKozon_4-1724657261092.png Devices usually add up to 15pF. I presume your MCU adds maximally 15pF. This gives out Cb=83pF. To be on the safe side and for easier calculation, estimated bus capacitance is Cb=100pF.  Rp(max)=tr/(0.8473*Cb)=300ns/(0.8473*100pF) Rp(max)=0.0000003s/(0.8473*0.0000000001F) Rp(max)=0.0000003s/0.00000000008473 Rp(max)=3.54kOhm Please chose a pull-up resistor between the Rp(min)=0.4kOhm and Rp(max)=3.54kOhm. E.g. 1.5kOhm or 2kOhm should be ok. The 10kOhm is definitely too high value.  With Best Regards, Jozef Re: I/O Expander Design Hello Jozef, Sorry for the late reply. I2C speed will be 400 kHz and the approximate length of the SDAA, SCLA, SDAB, and SCLB PCB traces will be less than 20 cm. Regards, Apurva Agre Re: I/O Expander Design Hello Apurva, the pull-up resistors for the I2C lines should be chosen between the Rp(min) and Rp(max). Please refer to the section 7.1 in the UM10204 attached. Please let me know your required I2C communication speed and approximate length of the SDA and SCL PCB traces and/or cables to estimate the bus capacitance and I can calculate the Rp(min) and Rp(max) values for you. For the INT and RESET pins, please use 10kOhm pull-up resistors. The ADDR pin must be connected directly to VDD(P) or to GND. JozefKozon_0-1724056478584.png JozefKozon_1-1724056512551.png With Best Regards, Jozef
記事全体を表示
i.MX93 EVK:電源 NXPコミュニティの皆さん、こんにちは。 私はiMX93 EVKを使用していますが、開発ボードに電源が含まれていなかったため、使用している電源でいくつかの電源の問題に直面しています。 私はビデオを見ました はじめに、そして彼らは添付の写真に示されているポーア供給を使用していました。 その電源のリファレンス、またはiMX93 EVKに適した電源だけを教えてください。 よろしくお願いいたします! 日時:i.MX93 EVK:電源 こんにちは@Chavira、 これらの情報を提供していただきありがとうございます。 電源を購入するためのリンクを教えてください。 よろしくお願いいたします!
記事全体を表示
MC33772B BCCのSW_SDKを介して応答しません MC33664を介したS32K144とMC33772Bの通信にBCC SWファイルを使用しています。 SWファイルを使用するとMC33772B SoftwareResetコマンドに応答しませんが、LPSPI_MasterBlockingを使用して別のプロジェクトを介して同じ40ビットフレームを送信すると、エコーバックするだけです。 助けが必要 Re:MC33772B BCCのSW_SDKを介して応答しません LPSPI_SlaveReceiveには誤解がありました すべて順調 お返事ありがとうございます PS:TPLは半二重通信であり、常に NDAを申請して完全なデータシートを請求する
記事全体を表示
i.MX8 ULP EVK - core-image-minimal-secure-boot 构建问题 你好, 我正在尝试使用这些命令为 i.MX8 ULP EVK 板构建一个最小安全启动示例 # repo init -u https://github.com/nxp-imx/imx-manifest-b imx-linux-scarthgap -m imx-6.6.23-2.0.0_security-reference-design.xml #发行版=fsl-imx-wayland机器=imx8ulp-lpddr4-evk源imx-setup-release.sh-b buil echo "CST_PATH = \"/my/path/to/cst-3.4.1\"" >> conf/local.conf # bitbake core-image-minimal-secure-boo 我已经使用 CST 生成了证书和密钥。 我看到这个错误: 错误:cargo-native-1.75.0-r0 do_compile: ExecutionError('/home/ddresser/src/imx-yocto-bsp-secureboot/build/tmp/work/x86_64-linux/cargo-native/1.75.0/temp/run.do_compile.19360',101,无,无) 错误:故障日志文件存储在:/home/ddresser/src/imx-yocto-bsp-secureboot/build/tmp/work/x86_64-linux/cargo-native/1.75.0/temp/log.do_compile.19360 日志数据如下: | DEBUG:执行 shell 函数 do_compile | 注意:使用来自 /home/ddresser/src/imx-yocto-bsp-secureboot/build/tmp/work/x86_64-linux/cargo-native/1.75.0/rust-targets/ 的 rust 目标 | 注意:cargo = /home/ddresser/src/imx-yocto-bsp-secureboot/build/tmp/work/x86_64-linux/cargo-native/1.75.0/cargo-1.74.0-x86_64-unknown-linux-gnu/bin/cargo | 注意:/home/ddresser/src/imx-yocto-bsp-secureboot/build/tmp/work/x86_64-linux/cargo-native/1.75.0/cargo-1.74.0-x86_64-unknown-linux-gnu/bin/cargo build -v --frozen --target x86_64-unknown-linux-gnu --release --manifest-path=/home/ddresser/src/imx-yocto-bsp-secureboot/build/tmp/work/x86_64-linux/cargo-native/1.75.0/rustc-1.75.0-src/src/tools/cargo//Cargo.toml | 错误:无法执行进程“rustc -vV”(从未执行) | | 原因: | 执行格式错误(操作系统错误 😎 | 警告:从 shell 命令退出代码 101。 错误:任务(virtual:native:/home/ddresser/src/imx-yocto-bsp-secureboot/sources/poky/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_compile)失败,退出代码为“1” 注意:任务摘要:尝试了 2232 项任务,其中 2231 项无需重新运行,1 项失败。摘要:1 项任务失败: 虚拟:本机:/home/ddresser/src/imx-yocto-bsp-secureboot/sources/poky/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_compile 我尝试清理和重建 cargo-native 和 rust,结果相同。任何建议都值得赞赏。谢谢。 回复:i.MX8 ULP EVK - core-image-minimal-secure-boot 构建问题 我通过更新 repo 清单解决了这个问题。我提交了一个修复请求。 https://github.com/nxp-https://github.com/nxp-imx/imx-manifest/pull/8/imx-manifest/pull/8 回复:i.MX8 ULP EVK - core-image-minimal-secure-boot 构建问题 谢谢您的回复。是的,我尝试过。 我正在使用以下流程: 10.9.1.3Yocto 设置用于安全启动构建 摘自https://www.nxp.com/docs/en/user-guide/IMX_LINUX_USERS_GUIDE.pdf 我能够从同一文档成功构建非安全启动过程。 我刚刚注意到该文档在“imx-linux-scarthgap”分支上指定了“imx- 6.6.52-2.2.0 _security-reference-design.xml” 回购初始化 -u https://github.com/nxp-imx/imx-manifest-b imx-linux-scarthgap-m imx-6.6.52-2.2.0_security-reference-design.xml 但是,该分支有此版本的文件: imx -6.6.23-2.0.0 _安全参考设计.xml` 我在提交说明中看到了对 6.6.52 版本的引用,但没有看到该文件。
記事全体を表示
在 iMXRT1060 上调试 再会 我在定制板上对 imx RT1062 进行编程时遇到了问题。 问题是: 如果 NVCC_GPIO 电源组连接到 1.8V 而不是 3.3V,我可以使用 JTAG/SW 调试吗? 我正在使用 NXP MCU-Link 进行调试。 i.MXRT 106x 回复:在 iMXRT1060 上调试 感谢您的信息 我错过了那个。 由于所有编程引脚都位于这个组上,我猜这就是我遇到编程问题的原因。
記事全体を表示
GUI-GUIDERログイン失敗 nxp.com からGUI-GUIDER v1.9.0-GAをダウンロードしてインストールしました。 ホストマシンはWindows11です。 GUI-GUIDERをユーザーおよび管理者として実行しようとしました。NXPのユーザー名とパスワードを入力すると、認証に失敗します。同じNXPのユーザー名とパスワードを使用して、正しいユーザー名とパスワードを持っている nxp.com =>でプロファイルに直接ログインできます。nxp.com ==からログアウトしてGUI-GUIDERにログインしようとしましたが>>同じ認証に失敗しました。 作業を済ませるために、昨年からインストールしたGUI-GUIDER v1.8.1-GAを試してみました。今回は認証に合格し、テキストメッセージで2FAを送信するオプションが表示されます。しかし、2FAテキストメッセージが届きません。 nxp.com にログインすると、10秒以内にテキストメッセージで2FAが届きます。 ==>> ユーザーログインサーバーがダウンしています。 できるだけ早く修正してください。
記事全体を表示
MemManageとHardFaultはデバッグ時に出てくるので、動作しません こんにちは。 現在、s32k324ボードを使用しています。 簡単なサンプルコードを実行していますが、デバッグ中に次の2つのエラーが発生します MemManage: プロセッサは、実行が許可されていない場所から命令フェッチを試みました。 HardFault: 障害がハード障害にエスカレーションされました。 解決策を教えてください。 ありがとうございます。 Re:デバッグ時にMemManageとHardFaultが出てくるので、動作しません ありがとうございます! おかげさまで解決できました
記事全体を表示
FXOSC 配置之前的外部振荡器 我正在尝试使用带有 S32K344 的外部石英振荡器,而不是使用独立的石英晶体。参考手册指出,“当 FXOSC 在 Bypass 模式下使用时,只有在启用 FXOSC 后才能启用外部时钟源。” 这是否意味着,对于 4 针振荡器,其中一个针脚是启用针脚,我需要使用 GPIO 来在 FXOSC 启用(OSCON 设置)并处于旁路模式之前不启用振荡器?我宁愿将振荡器硬连线为始终启用状态,如果在 FXOSC 启用并进入旁路模式之前向 EXTAL 提供时钟,会发生什么情况?
記事全体を表示
18 kW PMSM Sensorless FOC AMCLIB PMSMBemfObsrvDQ/TrackObsrv Dear, We have attempted to implement the sensorless FOC (Field-Oriented Control) functionality for a Permanent Magnet Synchronous Motor (PMSM) in software. However, the implementation doesn't seem to behave as expected, with no stable feedback and the observer output (omega) increasing uncontrollably.  The sensorless FOC is configured to run in parallel with the Hall observer/sensor (used as feedback). The system normally operates with a sensor, but we are attempting to enable sensorless FOC. The microcontroller used is the MKV58F1M0VLL24. The following observations were made during testing: Observer behavior is erratic: When the observer is enabled, the omega value (rotational speed) increases very quickly and uncontrollably, indicating that there is no stable feedback from the motor’s status. Structs become "inf" or "NaN": After enabling the observer at e.g. 300 RPM, the following structs show "inf" (infinity) followed by "NaN" (Not a Number) via the watch/analyzer in Keil: AMCLIB_BEMF_OBSRV_DQ_T_A32: sEObsrv sIObsrv sCtrl f32ID_1 f32IQ_1 This issue occurs not after initialization, but after the back-emf observer is enabled at e.g. 300 RPM (the Hall sensor is used for the low RPM range at start-up for the moment). Sensor and Current Measurements: The current and voltage measurements appear correct and match the expected values. This is confirmed by the fact that the system runs fine with the sensor in place (when the sensor-based feedback is used). The (initialized) PI values have been calculated based on NXP documentation AMCLIB, and the motor parameters like Rs (stator resistance) and Ls (inductance) have been measured to verify that they are correct. Morover, both the PMSMBemfObsrvDQ and TrackObsrv are used in the FLT format (ARM Cortex M7F Rev. 2 11/2016)  Conclusion and Forum Inquiry: While we are following NXP’s documentation, it seems that there is an issue with the feedback loop or the observer implementation. The uncontrolled increase in omega and the appearance of "inf" or "NaN" in the structs may point to a configuration issue with the observer or a flaw in the control algorithms. Has anyone experienced similar issues with sensorless FOC implementations for PMSMs, or have any suggestions for potential causes and solutions? We are particularly interested in possible misconfigurations in the observer or control algorithm. Re: 18 kW PMSM Sensorless FOC AMCLIB PMSMBemfObsrvDQ/TrackObsrv Dear XiangJun Rong, Thankyou for your reply. I am making progress. I tried to run what I did previously (inital post) in open-loop, meaning that the Bemf observer was running parallel to a sensored FOC algorithm. By doing so, the inf/nan issue was solved. Regarding the further questions, I understand that the process of sensorless control is more complex than just running a Bemf and Track observer and that initial position detection and some open-loop startup control is mandatory. Therefore, I now started by doing the 2-step alignment according to the DRM148 document you provided, which is working! However, this document is targetting fan operation with only positive RPM. In my case it is about driving a three-phase PM motor, which should be capable of two-way operation. Is there maybe another document that goes into more detail? Because I believe it should not be necessary to align every time e.g. when you go from +1000 RPM to -1000 RPM in one go. Moreover, I would like to not be in the freewheel state for too long, because then my shaft is still rotating when I demand 0 RPM.  A second question arises. In open-loop start-up a constant q-current is applied. But what would be the effect of a different load attached to the shaft of the motor? This way, somehow, the applied q-current should be adapative and load dependent to start up the motor effectively. How to do this? Kind Regards, Re: 18 kW PMSM Sensorless FOC AMCLIB PMSMBemfObsrvDQ/TrackObsrv Hi, The start-up of PMSM motor with sensorless solution is very complex, it experiences rotor-alignment, open-loop startup, then speed-loop, it is dependent on the motor parameter, load... I attach the DRM148.pdf, hope it can help you Hope it can help you BR XiangJun Rong
記事全体を表示
An error occurs when compiling the IPCF_Example_multi_instance_S32G274_M7_0 project Hi nxp, 我正在使用 S32 Design Studio for S32 Platform 3.5 编译“IPCF_Example_multi_instance_S32G274_M7_0” 例程,出现报错如下: 14:35:25 **** Incremental Build of configuration Debug_RAM for project IPCF_Example_multi_instance_S32G274_M7_1 **** make -j20 all Building file: ../generate/src/OsIf_Cfg.c Building file: ../src/main.c Building file: ../board/Siul2_Port_Ip_Cfg.c Building file: ../src/sample.c Building file: ../generate/src/Mpu_M7_Ip_Cfg.c Invoking: Standard S32DS C Compiler Invoking: Standard S32DS C Compiler arm-none-eabi-gcc "@src/main.args" -MMD -MP -MF"src/main.d" -MT"src/main.o" -o "src/main.o" "../src/main.c" Invoking: Standard S32DS C Compiler Invoking: Standard S32DS C Compiler arm-none-eabi-gcc "@src/main.args" -MMD -MP -MF"src/sample.d" -MT"src/sample.o" -o "src/sample.o" "../src/sample.c" arm-none-eabi-gcc "@generate/src/Mpu_M7_Ip_Cfg.args" -MMD -MP -MF"generate/src/OsIf_Cfg.d" -MT"generate/src/OsIf_Cfg.o" -o "generate/src/OsIf_Cfg.o" "../generate/src/OsIf_Cfg.c" Invoking: Standard S32DS C Compiler arm-none-eabi-gcc "@board/Siul2_Port_Ip_Cfg.args" -MMD -MP -MF"board/Siul2_Port_Ip_Cfg.d" -MT"board/Siul2_Port_Ip_Cfg.o" -o "board/Siul2_Port_Ip_Cfg.o" "../board/Siul2_Port_Ip_Cfg.c" arm-none-eabi-gcc "@generate/src/Mpu_M7_Ip_Cfg.args" -MMD -MP -MF"generate/src/Mpu_M7_Ip_Cfg.d" -MT"generate/src/Mpu_M7_Ip_Cfg.o" -o "generate/src/Mpu_M7_Ip_Cfg.o" "../generate/src/Mpu_M7_Ip_Cfg.c" ../src/main.c:20:10: fatal error: Clock_Ip.h: No such file or directory 20 | #include "Clock_Ip.h" | ^~~~~~~~~~~~ compilation terminated. In file included from ../generate/src/Mpu_M7_Ip_Cfg.c:46: D:/nxp/workspaceS32DS.3.5/IPCF_Example_multi_instance_S32G274_M7_1/generate/include/Mpu_M7_Ip_Cfg.h:39:10: fatal error: Mpu_M7_Ip_Types.h: No such file or directory 39 | #include "Mpu_M7_Ip_Types.h" | ^~~~~~~~~~~~~~~~~~~ compilation terminated. In file included from ../board/Siul2_Port_Ip_Cfg.c:43: ../board/Siul2_Port_Ip_Cfg.h:47:10: fatal error: Siul2_Port_Ip_Types.h: No such file or directory 47 | #include "Siul2_Port_Ip_Types.h" | ^~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. ../src/sample.c:24:10: fatal error: ipcf_Ip_Cfg.h: No such file or directory 24 | #include "ipcf_Ip_Cfg.h" | ^~~~~~~~~~~~~~~ In file included from ../generate/src/OsIf_Cfg.c:44: D:/nxp/S32DS.3.5/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/OsIf_Cfg_TypesDef.h:87:6: error: #error "Software Version Numbers of OsIf_Cfg_TypesDef.h and OsIf_Cfg.h are different" 87 | #error "Software Version Numbers of OsIf_Cfg_TypesDef.h and OsIf_Cfg.h are different" | ^~~~~ compilation terminated. ../generate/src/OsIf_Cfg.c:93:6: error: #error "Software Version Numbers of OsIf_Cfg.c and OsIf_Cfg_TypesDef.h are different" 93 | #error "Software Version Numbers of OsIf_Cfg.c and OsIf_Cfg_TypesDef.h are different" | ^~~~~ make: *** [generate/src/subdir.mk:23: generate/src/Mpu_M7_Ip_Cfg.o] Error 1 make: *** Waiting for unfinished jobs.... make: *** [src/subdir.mk:23: src/sample.o] Error 1 make: *** [board/subdir.mk:20: board/Siul2_Port_Ip_Cfg.o] Error 1 make: *** [src/subdir.mk:23: src/main.o] Error 1 make: *** [generate/src/subdir.mk:23: generate/src/OsIf_Cfg.o] Error 1 "make -j20 all" terminated with exit code 2. Build might be incomplete. 14:35:26 Build Failed. 12 errors, 0 warnings. (took 552ms) 打开 Peripherals 配置出现问题显示如下: DRAVE_0-1728542282150.png 已安装软件包如下: DRAVE_2-1728542432284.png 麻烦可以帮忙看看什么原因不?谢谢! Re: An error occurs when compiling the IPCF_Example_multi_instance_S32G274_M7_0 project Hi @Celeste_Liu  好的,我参考一下,谢谢! Re: An error occurs when compiling the IPCF_Example_multi_instance_S32G274_M7_0 project Hello , 很高兴听到你的问题解决了。目前没有关于 S32G3 的双核启动的类似 AN13750.pdf 的文档,并且也没有发布此类文档的计划。这是因为 S32G3 的 GoldVIP 里面已经有双核启动了。我认为 AN13750 对你仍具有一定的参考价值,因为思路是一致的。以下这个案例可能会对你有所帮助:Solved: S32G399A-RDB3-Multi-core-boot-failed-following-AN13750 。 BR, Celeste Re: An error occurs when compiling the IPCF_Example_multi_instance_S32G274_M7_0 project Hi @Celeste_Liu  貌似是我装多一个 RTD 包导致的,我重装软件后就可以了,谢谢!问下,是否有关于 S32G-VNP-RDB3 类似 AN13750.pdf 的文档?就是能在  S32G-VNP-RDB3 上实现 A 核和 M 核同时工作的状态? Re: An error occurs when compiling the IPCF_Example_multi_instance_S32G274_M7_0 project Hello @DRAVE , 感谢你的提问。在编译项目之前,你似乎没有使用配置工具生成代码。请点击标记处的绿色按钮”更新源代码“,它会向项目中添加缺失的模块以使其正常工作。我们建议再次导入示例(删除之前的)并使用配置工具生成代码。 Celeste_Liu_0-1728551462510.png Best Regards, Celeste
記事全体を表示
更改 Mifare Desfie Ev1 卡的密钥 您好, 我在更改使用 AES 加密的 MIFARE DESFire EV1 卡的应用密钥时遇到了问题。我验证成功了,但当我尝试更改密钥时,得到的回复是 91 AE。有人能帮我解决这个问题吗? 谢谢! Re: Change key for Mifare Desfie Ev1 card @KaiLi 你好,KaiLi、 目前,使用 KeyNo0 成功验证后,我使用 ChangeKey 修改 KeyNo0 的键值,结果返回 9100。我认为这是成功的,但无论我使用 KeyNo 的原始键值还是修改后的键值进行身份验证,在身份验证过程的第 2 部分都会返回 91AE。原因何在? 希望收到您的回复。非常感谢。 Re: Change key for Mifare Desfie Ev1 card 你好@Rohith_BT 首先,您需要使用旧密钥进行身份验证。成功后,可以使用 ChangeKey 命令修改密钥 KaiLi_0-1747351322038.png 关于如何格式化密码密钥数据,请查看数据手册 (DS225835) 了解详情。 此外,在安卓系统上开发时,建议使用 TapLinx。 适用于 MIFARE、NTAG、ICODE 和 UCODE 的 TapLinX SDK | 恩智浦半导体 Re: Change key for Mifare Desfie Ev1 card 您好, 我正在开发一个 Android 应用程序,能否请您简要说明一下需要向卡发送的更改键数据帧。 谢谢! Re: Change key for Mifare Desfie Ev1 card 你好@Rohith_BT 错误代码为 AE,原因如下: KaiLi_0-1747286960169.png 以下日志可能会对您有所帮助: KaiLi_1-1747287029056.png
記事全体を表示
CLRC66301BのパワーダウンモードでもnAではなく2mAを消費する NXPコミュニティの皆様へ 私はCLRC66301B NFCリーダICを使用しており、PDOWNピンをハイ(3.3)に駆動してパワーダウンモードを起動しようとしています。データシートに指定されているとおり、V です。ただし、データシートではパワーダウン時の電流消費量は 8 nA ~ 40 nA と示されているにもかかわらず、消費電流は 2 mA のままです。 セットアップの詳細: PDOWNピン: 3.3 V (一定ハイ) VDD: VDD(TX)、VDD(AUX)、VDD(MCU) すべて 3.3 V インターフェース: I²C (テスト中はアイドル状態) XTAL: 27.12 MHz 水晶をコネクテッド 電流測定中は通信やアクティビティはありません 測定電流: 約2 mA 質問: 1. PDOWN をアサートする前にレジスタ設定は必要ですか? 2. IRQ、XTAL、IFSEL、またはその他の GPIO によって、真のパワーダウン モードへの移行が妨げられる可能性がありますか? 3. PDOWN には、VDD またはリセットによる追加のタイミングまたはシーケンスが必要ですか? ご意見やご提案があれば、ぜひお聞かせください。 ありがとうございます ウマサンカル NFCコントローラーソリューション Re: CLRC66301B Power-Down Mode Still Consumes 2 mA Instead of nA こんにちは、 SDA と SCL が物理的に切断されると電流消費が減少すると言う場合、このピンのすべての接続を削除する (ホスト MCU とプルアップ抵抗の両方を削除する) ことを意味しますか、それとも、それらのラインがホスト MCU からのみ切断されることを意味しますか? また、測定に使用している方法、機器、テストポイントについて説明していただけますか? よろしくお願いいたします。 エドゥアルド。 Re: CLRC66301B Power-Down Mode Still Consumes 2 mA Instead of nA NXPチームの皆様 CLRC66303B チップを搭載した公式の CLEV6630ARD ボードを使用して、パワーダウン電流テストを実施しました。電流が約 40 nA に達するのは、I²C 通信の前に SDA と SCL が物理的に切断されている場合のみです。I²C を一度でも使用すると、PDOWN をハイにアサートした後でも電流は 2 mA を超えたままになります。 PDOWN に入る前に I²C ラインで何を行う必要があるかを明確にしていただけますか?具体的には: MCU は、PDOWN をアサートする前に、SDA と SCL を高インピーダンス (入力、プルなし) に設定する必要がありますか? 事前の I²C 通信により、チップが真のハード パワー ダウンに入るのが妨げられることはありますか? よろしくお願いします。 Follow-Up: CLRC66303 – High Current in Hard Power-Down Mode (CLEV6630ARD-Based Design) NXPチームの皆様 以前、CLRC66301HN のハード パワー ダウン電流に関して質問したところ、回答として CLRC663 Plus ファミリ (CLRC66303) への移行を推奨されました。それ以来、CLEV6630ARD リファレンス・デザインに基づくカスタム ボードを使用して CLRC66303B に切り替えており、更新されたテスト結果をフォローアップしたいと思います。 以前の返信では LPCD の動作と AN11783 に重点が置かれていましたが、この問題は RF フィールドや LPCD がアクティブでない状態での PDOWN ピン経由のハード パワーダウンにのみ関係します。 パワーダウン電流測定(CLRC66303B): >PDOWNがLOWの場合(チップアクティブ、RFフィールドオン):約100mA >PDOWNがHIGHでI²Cプルアップが存在する場合: ~1.2 mA >PDOWNがHIGHでI²CラインがLOWの場合: ~6.6 mA >PDOWNがHIGHで、I²Cラインが使用前に物理的に切断されている場合: ~40 nA I²C 通信の前に SDA と SCL が物理的に切断されている場合にのみ、チップは PDOWN で約 40 nA を消費します。I²C を一度でも使用すると、PDOWN が HIGH にアサートされた後も電流は高いままになります。 ハードウェアセットアップの概要: チップ: CLRC66303B、I²C モード。 MCU: TI CC2652R7、100 kHz I²C 電圧: 3.3 V 安定化 プルアップ: SDA/SCL で 4.7 kΩ から 3.3 V 未使用ピン: データシートに従って引き抜かれています RFまたはLPCD機能が有効になっていません 回路図:CLEV6630ARD(添付)に基づく 明確化のための質問: 1. PDOWN モード中、SDA/SCL は内部的にバイアスされていますか? 2. PDOWN が後で HIGH に設定された場合でも、それ以前の I²C アクティビティによって真のパワーダウンが妨げられることはありますか? 3. PDOWN をアサートする前に、MCU I²C ピンを Hi-Z (入力、プルなし) に設定する必要がありますか? 4. I²C ラインを物理的に切断せずに、ハード PDOWN モードで確実に <100 nA を達成するための NXP 推奨の方法はありますか? バッテリー寿命の延長を目指しており、データシートに記載されている低電力動作を実現する必要があります。PDOWN の動作と I²C リークに関する具体的なガイダンスやドキュメントがあれば、大変助かります。 IMG_20250715_182911.jpg 参考までに回路図を添付します。 よろしくお願いいたします。 ウマサンカールC Re: CLRC66301B Power-Down Mode Still Consumes 2 mA Instead of nA こんにちは@Umasankarc あなたの調子が良いといいのですが。 CLRC66301HN (非プラス) をベースにしたカスタム ボードを使用していると理解していますが、これは正しいですか?そのSOは、代わりにCLRC663 plus ファミリ(CLRC66303) を使用することをお勧めします。 ピン PDOWN を HIGH レベルにすると、ハード パワー ダウンが有効になります。データシートに記載されているパワーダウン電流 (Ipd) は、CLRC663 チップのすべての供給電流の合計に対応しますが、ボードに組み込まれた外部コンポーネントによって追加の電力が消費される可能性があります。 低電力デザインに関する推奨事項は、 AN11783 CLRC663 plus の「Low Power Card Detection」のセクション 3.4 に記載されています。 よろしくお願いいたします。 エドゥアルド。
記事全体を表示
EBtresos アクティベーションコード こんにちは、 AUTOSAR に EBtresos を使用しようとしていますが、アクティブ化に失敗しました。 アクティベーションコード: B25C-AEBB-4319-BAB1 エラー: flxActAppActivationSend (50040,41147,10248) 指定された数量は、許可される最大数量 (0) を超えています。 FlexNet Operations Server への接続に失敗しました。 SO、EBtresos を使用するには別のアクティベーション コードが必要です。 どうもありがとうございます。 Re: EBtresos activate code ご不便をおかけして申し訳ありません。 アクティベーションコードが更新されました。S32K3 標準ソフトウェア -> オートモーティブ SW - EB tresos Studio / AUTOSAR 構成ツール -> EB tresos Studio 29.0.0 をクリックしてください。 Re: EBtresos activate code こんにちは、 「アップグレード」 ボタン をクリックして ください。 次のエラーが発生しました KyrieLeng_1-1752732856208.png Re: EBtresos activate code 申し訳ございませんが、最近、アクティベーション コード: B25C-AEBB-4319-BAB1 が利用できないという問題が複数のお客様から報告されています。 同僚からの返信がまだありません。SO、とりあえず「アップグレード」ボタンをクリックしてください。 Re: EBtresos activate code 私も同じ問題を抱えています Re: EBtresos activate code ハイ 現時点ではこのアクティベーションコードは使用できません: B25C-AEBB-4319-BAB1 私はこのことを同僚に報告しました。 2025 年に期限が切れる他のアクティベーション コードはありますか? 2025 年に有効期限が切れるアクティベーション コードを使用した場合は、 EB Client License Administrator の [アップグレード] ボタンを押して有効期限を延長してください。 hit the UPGRADE button in the EB Client License Administrator to extend the expiration date.png よろしくお願いします、 ロビン --------------------------------------------------------------------------------- 注記: - この投稿があなたの質問への回答である場合は、「解決策として承認」ボタンをクリックしてください。ありがとう! - Threadは最後の投稿から7週間フォローされます。それ以降の返信は無視されます。 後ほど関連する質問がある場合は、新しいThreadを開いて、閉じたThreadを参照してください。 ---------------------------------------------------------------------------------
記事全体を表示
Does GUI Guider v1.9.1 support HTML export only for LVGL 8.3? Hi, I’m using GUI Guider v1.9.1 and would like to confirm whether the HTML export feature (via Emscripten) only works with LVGL 8.3 projects. If I create a project with LVGL 9.x, is it no longer possible to export it as HTML? Or is there any workaround to enable HTML export for LVGL 9? Best regards, ying Re: Does GUI Guider v1.9.1 support HTML export only for LVGL 8.3? Hi @ying_chin  Yes, GUI Guider v1.9.1  LVGL 9.x do not support this feature. You can use LVGL Official Conversion Tool. BR Harry
記事全体を表示
TPMS NTM88+KW38の回路図、ガーバーファイル、BOMファイルはこのページで公開されています。 https://www.nxp.jp/products/NTM88#support このデモボードは販売されていますか? あるいは、他に評価ボードはありますか? Re: TPMS 親愛なるトーマスへ ご返信ありがとうございます。 別途サポートチケットを発行し、指示通り評価ボードを要求させていただきます。 よろしくお願いします、 中島正人 Re: TPMS 中島様 NTM88 シリーズ TPMS 評価ボードは、NXP の Web サイトまたは販売代理店では販売されていません。これらは NXP TPMS アプリケーション チームによって無料で提供されます。EVB を要求するには、次の情報を含む標準サポート チケットを作成してください。 - アプリケーションの簡単な説明、推定量、生産開始時期。 - 希望する圧力(930kPa、1100kPa、または1518kPa)と希望する周波数。 - 評価ボードを受け取る人の氏名、住所、電話番号 + NXPについて の VAT 番号。 BRs、トーマス
記事全体を表示
EdgeLock SE051:检索内置证书和密钥(或密钥引用) 你好 在 SE051 中,我能够注入密钥并检索其密钥参考,密钥参考是在密钥之外生成的,但是刚才我知道 SE051 有自己的证书和密钥,这些证书和密钥是在制造时版本,并且在每个 SE051 芯片中都是独一无二的。 我想使用这些内置证书和密钥进行 TLS 双向身份验证,谁能支持我如何检索内置证书和密钥(或密钥参考)? 谢谢! 穆克什-普拉贾帕蒂 Smart Card Re: EdgeLock SE051: Retrieve inbuild certificate and key (or key reference) 你好@mukeshkumar_prajapati, 本演示仅适用于 MbedTSL,如果使用 openSSL,则可以使用 ssscli 工具。 Kan_Li_0-1753089826419.png Kan_Li_1-1753089860842.png 详情请参阅 SE-PLUG-TRUST-MW_04.07.00/simw-top/doc/cli-tool.html。 希望对你有所帮助、 祝您愉快, Kan ------------------------------------------------------------------------------- 注: - 如果本帖回答了您的问题,请点击"标记正确" 按钮。谢谢! - 我们会在最后一次发帖后的 7 周内跟踪主题,之后的回复将被忽略 如果您以后有相关问题,请另开新主题,并参考已关闭的主题。 ------------------------------------------------------------------------------- Re: EdgeLock SE051: Retrieve inbuild certificate and key (or key reference) 你好@Kan_Li、 感谢您的答复、 您上次的回复解决了大部分问题,但仍有一些问题有待解决。 你提到 seTool 将从芯片中获取私钥参考——这行得通但是 se05x_getCertificate ——我无法测试,因为它没有按照我的编译设置进行编译,在检查之后我发现如果我设置 " SSS_HAVE_HOSTCRYPTO_MBEDTLS: ON " 但是在我的构建设置中我们使用 " ptmw_hostcrypto=openSSL "。你能否告诉我如何在我的版本设置中编译 se05x_getCertificate。 谢谢! 穆克什-普拉贾帕蒂 Re: EdgeLock SE051: Retrieve inbuild certificate and key (or key reference) 你好@mukeshkumar_prajapati、 请将我的意见写在下面: SE051 芯片是否附带内置证书和密钥?如果是这样,我们就不需要注入任何证书和密钥,可以使用相同的证书和密钥。-是的,SE051 附带恩智浦配置的证书和密钥,但 SE051P2 除外,它支持自定义小程序开发。详情请查阅https://www.nxp.com/docs/en/application-note/AN12973.pdf。 如果 SE051 附带注入的证书和密钥,它们在不同芯片组中是唯一的吗?- 是的,不同芯片组的证书和密钥是唯一的。 检索证书和私钥(或私钥引用)需要哪些工具?- 请收下我的第一个答复。 祝您愉快, Kan ------------------------------------------------------------------------------- 注: - 如果本帖回答了您的问题,请点击"标记正确" 按钮。谢谢! - 我们会在最后一次发帖后的 7 周内跟踪主题,之后的回复将被忽略 如果您以后有相关问题,请另开新主题,并参考已关闭的主题。 ------------------------------------------------------------------------------- Re: EdgeLock SE051: Retrieve inbuild certificate and key (or key reference) 你好@Kan_Li、 感谢您的答复。但这对我的任务毫无帮助。 我的问题是 SE051 芯片是否附带内置证书和密钥?如果是这样,我们就不需要注入任何证书和密钥,可以使用相同的证书和密钥。 如果 SE051 附带注入的证书和密钥,它们在不同的芯片组中是唯一的吗? 检索证书和私钥(或私钥引用)需要哪些工具? 请帮我解答上述问题。 谢谢! 穆克什-普拉贾帕蒂 Re: EdgeLock SE051: Retrieve inbuild certificate and key (or key reference) 你好@mukeshkumar_prajapati、 为此,我们提供了一些演示/工具,详情请参考下文。 SE-PLUG-TRUST-MW_04.07.00/simw-top/doc/demos/se05x/se05x_GetCertificate/Readme.html SE-PLUG-TRUST-MW_04.07.00/simw-top/doc/demos/se05x/seTool/Readme.html 希望对你有所帮助、 祝您愉快, Kan ------------------------------------------------------------------------------- 注: - 如果本帖回答了您的问题,请点击"标记正确" 按钮。谢谢! - 我们会在最后一次发帖后的 7 周内跟踪主题,之后的回复将被忽略 如果您以后有相关问题,请另开新主题,并参考已关闭的主题。 -------------------------------------------------------------------------------
記事全体を表示
显示界面的 Android 13 LCDIF 无法运行 恩智浦参考设计代码库: i.mx8MQ 平台/安卓 13 .0.0_2.0.0 (L6.1.22_2.0.0 电路板支持包) 在 Android 13(GKI) 上连接到 MIPI-DSI 的 LCDIF 无法工作,但在 Android 11 上该功能可以工作。 Android 11 日志: (Android11_LCDIF_OK.log) [ 3.511971] nwl-dsi 30a00000.mipi-dsi:[drm:nwl_dsi_probe] 使用 LCDIF 作为输入源 [ 4.084346] [gm8775c_bridge_attach] [ 4.084349] [gm8775c_simple_panel_host_register] [ 4.084353] 子节点 panel, panel@0 [ 4.084609] panel-simple panel0: DMA 屏蔽未设置 [ 4.084653] [panel_simple_probe] [ 4.084686] panel-simple panel0: supply power not found, using dummy regulator [ 4.084862] [gm8775c_attach_dsi] [ 4.084955] nwl-dsi 30a00000.mipi-dsi:[drm:nwl_dsi_host_attach] lanes=4, format=0x0 flags=0x15 [ 4.085966] [drm] Initialized mxsfb-drm 1.0.0 20160824 for 30320000.lcd-controlleron minor 1 [ 4.237089] mxsfb 30320000.lcd-controller:[drm] fb0:mxsfb-drmdrmfb 帧缓冲区设备 Android 13 日志:(Android13_LCDIF_Fail.log) [ 2.401658][ T8] nwl-dsi 30a00000.mipi-dsi:[drm: nwl_dsi_probe [nwl_dsi]] 使用 LCDIF 作为输入源 [ 2.412617][ T8] [gm8775c_bridge_attach] DRM_BRIDGE_ATTACH_NO_CONNECTOR [ 2.419684][ T8] [drm:drm_bridge_attach] *错误* 无法连接网桥 /soc@0/bus@30800000/i2c@30a20000/gm8775c@2C2 [ 2.419734][ T1] __power_supply_register: “电池” 的预期父设备是合适的 [ 2.420045][ T1] __power_supply_register: “usb” 的预期父设备是合适的 [ 2.432612][ T8] [drm:drm_bridge_attach] *错误* 无法连接网桥 /soc@0/bus@30800000/mipi-dsi@30a00000 到 en2 [ 2.460891][ T8] mxsfb 30320000.lcd-控制器:错误 -EINVAL:Failed to attach bridge [ 2.469098][ T8] mxsfb 30320000.lcd-controller:error -EINVAL: Cannot connect bridge [ 2.477247][ T8] mxsfb: probe of 30320000.lcd-controller失败,错误 -22 附带的LCDIF_Log.zip 文件包括 Android11_LCDIF_OK.log 和 Android13_LCDIF_Fail.log。 Android 11 日志显示"Initialized mxsfb-drm" ,但我们在 Android 13 日志中找不到这条信息。 我们还在互联网上查找"mxsfb" : [ 11.141177] mxsfb 30320000.lcdif:无法连接网桥:-22 [ 11.161062] mxsfb:探测 30320000.lcdif 失败,错误 -22 mxsfb 等于 lcdif 吗? 如果 mxsfb-drm 可以初始化,问题是否可以得到解决? 如果是,如何在 Android 13(GKI) 上启用 mxsfb-drm? 如果没有,如何解决问题? 另外,我们认为 DSI 至 LVDS 桥接驱动器 (gm8775c) 可以工作,因为我们使用&dcss 而不是&lcdif,连接到 Android 13 的 MIPI-DSI 的 DCSS 可以工作。 Display_Interface.png eDP_LVDS.jpg 我们尝试按如下方式设置 U-启动 环境变量,但它仍然无法运行。 u-启动= > setenv append_bootargs androidboot.primary_display=mxsfb-drm u-启动= > saveenv Re: Android 13 LCDIF of display interface can't work 你好,HyleChang,ı 也遇到了类似的问题。请与我共享 devicetree 文件,ı 我想解决这个问题。我已经成功地用 dcss 驱动了 lvds,但用 lcdif 驱动的 lvds 却不起作用。我更改了面板尺寸、驱动程序代码等。此外,ı 还更换了硬件,以确定问题出在软件方面,但仍然没有进展。我需要帮助。 这就是我在论坛上的问题定义。 https://community.nxp.com/t5/i-MX-Processors/IMX8MQ-Android-11-LCDIF-Display-Not-Working-by-MIPI-DSI-to-LVDS/td-p/2125642 致以最崇高的敬意 Re: Android 13 LCDIF of display interface can't work 亲爱的朋友们,ı 也有类似的问题。SN65dsi 网桥用于支持 lvds。 条件 1) dcss+lvds 工作正常 2) dcss+hdmi 工作正常 ,但 lcdif+lvds 不工作。我需要支持双显示器,因此 lvds 应由 lcdif 驱动,而 hdmi 应由 dcss 驱动。 你能否分享一下你在 Android11 设备上实现双显示的 devicetree 配置?我查看了日志,情况类似。 Re: Android 13 LCDIF of display interface can't work 非常感谢,在 Android 13 上连接到 MIPI-DSI 的 LCDIF 可以正常工作。 Re: Android 13 LCDIF of display interface can't work 对于 i.MX8MQ,mxsfb 是 lcdif 驱动程序,lcdif 只能输出 MIPI DSI。DCSS 可同时输出 DSI 和 HDMI。 Zhiming_Liu_0-1711677495978.png imx-dcnano 和 imx-drm 也是其他 i.MX 平台的显示控制器驱动程序。 Re: Android 13 LCDIF of display interface can't work 亲爱的志明 我们查找"primary_display" ,Android_Quick_Start_Guide.pdf 的描述与下图不尽相同。 请整理一下恩智浦专有术语的含义?谢谢。 primary_display=mxsfb-drm primary_display=imx-dcss primary_display=imx-drm primary_display=imx-dcnano primary_display.png Re: Android 13 LCDIF of display interface can't work 你的意思是如果网桥连接成功,mxsfb-drm 就会在内核空间初始化。 -->是的,我们没有这样的文档,你可以参考 uboot 和内核源代码。 Re: Android 13 LCDIF of display interface can't work 亲爱的刘志明 我们将再次检查桥接驱动程序,因为我们移植 GM8775C 驱动程序是指恩智浦提供的适用于 Android 11 的 imx8mp_ite6151_mipi2edp_linux_5.4.24_20200921.patch 以及安卓 13 电路板支持包上的 adv7511 桥接驱动程序,因此我们将重点关注 DRM_BRIDGE_ATTACH_NO_CONNECTOR 标志。 另外,你说"mxsfb-drm 无法初始化,因为网桥连接失败" =>你的意思是如果网桥连接成功,mxsfb-drm 将在内核空间初始化。 如果是,我们想在 u-boot 中使用 mxsfb 制作安卓启动动画(徽标),你有 Android-13 文档供我们研究和实现吗?谢谢。 如果我说错了,请指正。 Re: Android 13 LCDIF of display interface can't work 你好@KyleChang mxsfb 等于 lcdif 吗? --> i.MX8MQ 中的 lcdif 驱动程序是 drivers/gpu/drm/mxsfb/mxsfb_drv.c、所以是 MXSFB。 mxsfb-drm 无法初始化,因为网桥连接失败 看起来与处理DRM_BRIDGE_ATTACH_NO_CONNECTOR 标志的方式有关。你能检查一下这一点吗? mxsfb 不会传递 DRM_BRIDGE_ATTACH_NO_CONNECTOR,但 dcss 驱动程序会。 ret = drm_bridge_attach(&mxsfb->encoder, bridge, NULL, 0); if (ret) return dev_err_probe(drm->dev, ret, "Failed to attach bridge\n"); mxsfb->bridge = bridge; 顺祝商祺! 志明
記事全体を表示