Multi Source Translation Content

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

Multi Source Translation Content

讨论

排序依据:
関連するEBライセンスが許容される最大数量を超えています 7月にリリースされたアクティブコードですが、最後のコードではアクティベートできません
查看全文
S32K358マルチコアデータ共有 こんにちは 、 私はs32k358マルチコアで共有メモリを使用しようとしています。 私はユーザー定義の例に従っています。 buzzer_state_shared_data_U32で値を割り当てようとすると(現在はコア0のみがこのメモリにアクセスしています)、コア0がハングし、SWTがコントローラーをリセットします。 しかし、デバッグフラッシュにコードを書き込むと、正常に動作します。電源リセット後、コア0がハングアップしています。 フラッシュ中は正常に動作するのに、電源のオンオフでは動作しないのはなぜですか? Re: S32K358 multi core data sharing こんにちは、 @Julián_AragónM さん、 迅速なご対応ありがとうございます。 起動ファイルを確認したところ、SRAMの初期化が実行されている。 起動ファイルとリンカーファイルを添付しました。この問題を解決するために、ぜひ私をサポートしてください Re: S32K358 multi core data sharing こんにちは、 @nirmal_masilamani さん、 しかし、デバッグフラッシュにコードを書き込むと、正常に動作します。電源リセット後、コア0がハングアップしています。 これはおそらくECC RAMのエラーが原因です。通常、デバッガは揮発性メモリ上でECCを初期化しますが、電源オン・オフ時にRAMを初期化せず、メモリへのアクセス時にハードフォールトが発生します。 これは通常、メイン関数の前に実行される起動コード内で行われます。 このセクションはキャッシュ不可に設定する必要があります。 2つ目の問題についてですが、タイマーISRやOSタスクからアクセスしようとすると、コア0がハードフォールに切り替わります。 ハードフォルトを遡って追跡してみることもできます。HardFault_Handler()でコアを停止し、コアレジスタでSP値を見つけます:How To Debug A Fault Exception On ARM Cortex-M(V7M) MCU(S32K3XX)。 よろしくお願いします、 ジュリアン Re: S32K358 multi core data sharing こんにちは、 main()で共有メモリにアクセスすると、電源オフ・オンでも問題なく動作しますが、タイマーISRやOSタスクからアクセスしようとすると、コア0がハードフォールに切り替わります。 どうか私をサポートしてください。 Re: S32K358 multi core data sharing こんにちは、 @Julián_AragónM さん、 この質問についてサポートしてください。私が何か見落としているのでしょうか? Re: S32K358 multi core data sharing こんにちは、 @nirmal_masilamani さん、 PORリセット後にデバッガなしでmain()の共有メモリにアクセスできますか?問題はRAMの初期化だったのでしょうか? しかし、タイマー、ISR、OSタスクからアクセスしようとすると、コア0がハードフォールトに切り替わります。 前回の返信でお伝えしたように、故障の種類を特定できましたか? 変数がキャッシュされない領域に配置されているか、またはキャッシュが無効になっていることを確認しましたか? 提案として: core1Status を揮発性のままにしておき、読み取り側 (Core0) と書き込み側 (Core1) の両方で__DMB()/__ DSB() バリアを使用します。 問題がMPU設定が原因かもしれません。もし定義MPU_ENABLEなら、ISRやOSタスクが実行される前にMPU設定を呼び出してください。 以下のリンクを参照してください:Arm Cortex-M7 デバイス汎用ユーザーガイド r1p2 & AN14715: S32K3XX ハードウェアリソースのアイソレータと保護。 よろしくお願いします、 ジュリアン Re: S32K358 multi core data sharing こんにちは、 @Julián_AragónM さん、 ご回答ありがとうございます。 残念ながら、これ以上続けることができませんでした。いただいたご指摘を確認させていただきます。
查看全文
SJA1105 SGMIIドライバー Petalinux 2020.1 こんにちは、皆さん 現在、 PetaLinux 2020.1 と SJA1105SEL スイッチを使って作業しており、 このソフトウェアリリースでSGMIIがサポートされているかどうか知りたいです。 これまでのところ、PetaLinux 2020.1のドライバでSGMIIインターフェースがサポートされているのか、それとも後のLinuxカーネルやドライババージョンでサポートが追加されたのかはわかりません。 どなたか詳しく教えてもらえますか: PetaLinux 2020.1を実行している場合、SJA1105SELのSGMIIポートを使用することは可能ですか?それともパッチコードが必要ですか? そのリリースに付属しているSJA1105ドライバはSGMIIの動作をサポートしていますか? PetaLinux 2020.1でSGMIIがサポートされていない場合、どのLinuxカーネルバージョン(またはPetaLinuxリリース)が sja1105 ドライバに追加されたのでしょうか? パッチやコミット、ドキュメントなどの情報や参考文献があれば大変ありがたいです。 よろしくお願いいたします! Linux Re: SJA1105 SGMII driver Petalinux 2020.1 こんにちは、 どのプロセッサを使っていますか? Re: SJA1105 SGMII driver Petalinux 2020.1 私はPetaLinux 2022.2を搭載したXilinx Zynq UltraScale+ MPSoCを使用しています。SJA1105SELはSGMIIインターフェースを介して接続されています。質問は、PetaLinux 2022.1に含まれるsja1105ドライバーがSGMIIをサポートしているのか、それとも後のカーネルやドライバーバージョンでサポートが追加されたのかということです。
查看全文
MC9S12X256 16ビットのSCIシステムでI2Cを実装する MC9S12XS256マイクロコントローラには専用のI2Cポートはありませんが、SCIサブシステムはI2Cディスプレイや類似のアクセサリと通信するために使えますか? Re: implementing I2c on the sci system on an MC9S12X256 16 BIT I2CはSCI/LINとは異なるハードウェアピン定義であるため、直接通信できません。 MC9S12でI2Cが必須の場合、プロトコルを転送するためにゲートウェイを使用する必要があるかもしれません。 Re: implementing I2c on the sci system on an MC9S12X256 16 BIT こんにちは、 @fluffyflex さん。 GPIOを用いてのみエミュレート可能です: https://www.nxp.com/docs/en/application-note/AN5264.pdf https://www.nxp.com/docs/en/application-note-software/AN5264SW.zip よろしくお願いいたします。 ダニエル Re: implementing I2c on the sci system on an MC9S12X256 16 BIT 情報ありがとうございます!それを参考に、I2Cのシミュレーションを組み込んでみます。 よろしくお願いします。
查看全文
相关EB许可证的数量超过了允许的最大数量。 激活码是七月份发布的,但我用最新的激活码无法激活。
查看全文
The Related EB Lisence exceeds maximum quanity allowed The activecode released at July,but I can't actived using the last code 
查看全文
i.MX93RM – TPM Channel Count Correction The table below contains notable updates to the Rev 7 release of the i.MX 93 Applications Processor Reference Manual. Affected Modules Issue Summary Description Date Chapter 1 - Introduction Incorrect TPM channel count  Section 1.1.2 - Features: States that each TPM instance “Includes 6 channels that can be configured for input capture, output compare, edge-aligned PWM mode, or center-aligned PWM mode.” Correct information: Includes 4 channels that can be configured for input capture, output compare, edge-aligned PWM mode, or center-aligned PWM mode. 07-07-2026 Correction to an inconsistent TPM channel count description in the i.MX 93 Reference Manual Rev. 7. 
查看全文
Step-by-Step Guide to Running the GenAVB/TSN Stack FreeRTOS Evaluation Use Case on i.MX RT1180 1. Abstract The GenAVB/TSN Stack FreeRTOS Evaluation User's Guide (version:8.0 Release) covers multiple hardware platforms, software configurations, and evaluation use cases. While comprehensive, the document can be challenging for first-time users to follow due to the large amount of information and the variety of supported scenarios. This article focuses on a specific use case from the User's Guide and provides a detailed, step-by-step walkthrough with screenshots, configuration examples, expected results, and troubleshooting tips. The goal is to help users better understand the setup process and successfully evaluate the GenAVB/TSN stack on NXP platforms. This article walks through Section 4.4, TSN Network Only with TSN Bridge and Standalone Endpoint i.MX RT1180, from the GenAVB/TSN Stack FreeRTOS Evaluation User's Guide. It explains the required hardware setup, firmware build and flashing procedure, board configuration, TSN configuration, execution steps, expected results, and basic troubleshooting tips. 2. Setup 2.1 Hardware Preparation Two i.MX RT1180 boards A PC with a serial terminal emulator. MobaXterm Portable is recommended. At least two USB cables and three Ethernet cables 2.2 Firmware Preparation 2.2.1 Setup IDE and SDK Refer to the NXP GenAVB/TSN MCUXpresso User's Guide to install the required software environment for the selected platform and project. A successful project build confirms that the build environment has been installed and configured correctly. VS Code and MCUXpresso for Visual Studio Code are recommended. 2.2.2 Build Image Note:  The specific operating procedures should still be based on GenAVB/TSN MCUXpresso User's Guide . The explanation below is intended only as a supplement to the original document. For GenAVB_TSN-rtos-apps version 8.0, the CM7 Kconfig file needs to be fixed manually before building the image. Kconfig file path: Add two lines like the following: Set the Build Configurations of the CM33 project to release_no_enetc0, and then build the project. Set the Build Configurations of the CM7 project to release_enetc0, and then build the project. Note: If you are using MCUXpresso for VS Code, you may not be able to import both the CM33 and CM7 projects of the TSN application into the same workspace at the same time, like the following: If this occurs, remove the existing project from the workspace before importing the project for the other core. This issue is expected to be fixed in a future release. After both the CM33 and CM7 projects are built successfully, the generated .bin files and .elf files can be found in the corresponding output directories: 2.2.3 Flash Image Make sure the board's boot configuration switch is set to Serial Downloader mode. For SDP mode, SW5[1..4] should be set to 0001. Set jumper J1 to position 7–8 so that the evaluation board can be powered through the Debug USB port. Connect one USB cable between the PC and the USB_OTG1 port , which is used for firmware downloading. Connect another USB cable between the PC and the Debug USB port, which is used for power supply and serial communication. Then reset the board. Refer to Chapter 10, "Multi core (Cortex-M33 + Cortex-M7) images flashing" in the GenAVB/TSN MCUXpresso User's Guide. Flash the following generated binaries to the target device: genavb_tsn_rtos_apps\...\release_no_enetc0\evkmimxrt1180_tsn_app_cm33_cm33.bin genavb_tsn_rtos_apps\...\release_enetc0\evkmimxrt1180_tsn_app_cm7_cm7.bin 2.3 Check the Status of the Boards After the flashing operation is completed on both boards, restore the boot configuration switch on each board to Quad SPI mode. For QSPI mode, SW5[1..4] should be set to 0100. Then reset both boards. Remove the jumper on JP7 so that the debug port on each board can enumerate two serial ports. The CM33 and CM7 serial terminal interfaces are provided through the two serial ports enumerated by the debug port. After the boards restart, the red LED D7 should blink, indicating that the TSN application is running. Then, check the hardware connection: 2.4 TSN Configuration and Evaluation i.MX RT1180 Controller i.MX RT1180 IO Device 1 Step 1. Configure the Controller Standalone TSN Endpoint and IO Device Standalone TSN Endpoint respectively. CM33 shell: Press INSERT key mkdir -p /m7/tsn_app write /m7/boot 1 write /m7/tsn_app/role 0 write /m7/tsn_app/mode 2 write /m7/tsn_app/port_id 1 write /m7/tsn_app/num_io_devices 1 write /m7/tsn_app/period_ns 250000 CM33 shell: Press INSERT key mkdir -p /m7/tsn_app write /m7/boot 1 write /m7/tsn_app/role 1 write /m7/tsn_app/mode 2 write /m7/tsn_app/port_id 1 write /m7/tsn_app/period_ns 250000 Step 2. Reset the boards Reset Reset Step 3. Set hardware address CM33 shell: mkdir -p port0 mkdir -p port1 mkdir -p port2 mkdir -p port3 mkdir -p port4 mkdir -p port5 write port0/hw_addr 54:27:8D:00:00:00 write port1/hw_addr 54:27:8D:00:00:01 write port2/hw_addr 54:27:8D:00:00:02 write port3/hw_addr 54:27:8D:00:00:03 write port4/hw_addr 54:27:8D:00:00:04 write port5/hw_addr 54:27:8D:00:00:05 CM33 shell: mkdir -p port0 mkdir -p port1 mkdir -p port2 mkdir -p port3 mkdir -p port4 mkdir -p port5 write port0/hw_addr 54:27:8D:00:01:00 write port1/hw_addr 54:27:8D:00:01:01 write port2/hw_addr 54:27:8D:00:01:02 write port3/hw_addr 54:27:8D:00:01:03 write port4/hw_addr 54:27:8D:00:01:04 write port5/hw_addr 54:27:8D:00:01:05 Step 4. Set gPTP / (Devices without this command configured remain GM devices.) CM33 shell: mkdir -p fgptp write fgptp/priority1 248 Step 5. VLAN and FDB entry settings BRIDGE>> vlan_update 2 3 -c 1 -p BRIDGE>> vlan_update 2 4 -c 1 -p BRIDGE>> fdb_update 91:e0:f0:00:fe:70 2 4 -c 1 -p BRIDGE>> fdb_update 91:e0:f0:00:fe:71 2 3 -c 1 -p / Step 6. Scheduled Traffic settings CM33 shell: BRIDGE>> cd / BRIDGE>> qbv_set 4 -b 35000 -c 250000 -C 0 -l 08,80000 -l f7,170000 -p BRIDGE>> qbv_set 3 -b 160000 -c 250000 -C 0 -l 08,80000 -l f7,170000 -p CM7 shell: CONTROLLER>> qbv_set 1 -b 35000 -c 250000 -C 0 -l 02,80000 -l fd,170000 CM7 shell: IO_DEVICE_0>> qbv_set 1 -b 160000 -c 250000 -C 0 -l 02,80000 -l fd,170000 Step 7. Reset the boards and evaluate Scheduled Traffic / Step 8. Configure Time-Specific Departure (TSD) CM33 shell: Press INSERT key write /m7/tsn_app/tx_time_enabled 1 write /m7/tsn_app/tx_time_offset_ns 38000 CM33 shell: Press INSERT key write /m7/tsn_app/tx_time_enabled 1 write /m7/tsn_app/tx_time_offset_ns 38000 Step 9. Reset the boards and evaluate Time-Specific Departure (TSD) / Note: All use cases require the hardware address and gPTP configurations. The original User's Guide does not fully describe this part, so these steps are explicitly included in this article for clarity. 3. Conclusion This guide summarizes the complete workflow for evaluating the GenAVB/TSN Stack FreeRTOS use case on the i.MX RT1180 platform. It covers the required hardware preparation, firmware build process, image flashing procedure, board boot configuration, serial port verification, and TSN configuration steps. By following the configuration sequence in this document, users can set up the Controller and IO Device roles, configure gPTP, VLAN, FDB entries, Scheduled Traffic, and Time-Specific Departure, and then verify the expected TSN behavior between the two i.MX RT1180 boards.
查看全文
i.MX8MPのBluetooth こんにちは、エキスパートさん、 私はIMX8MP上でAW-CM358SMのテストを行っています。Wi-Fiは正常に動作していますが、UART3でBluetoothをテストするとエラーが表示されます。エラーメッセージは以下のとおりです。いろいろな方法を試しましたが、まだ成功していません。何か直すアイデアはありますか?ご協力いただければ大変ありがたいです。 エラーログ: Bluetooth: hci0: FW already running. [ 46.628430] Bluetooth: hci0: Opcode 0x0c03 failed: -110 dts: &uart3 { /* BT */ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_uart3 &pinctrl_bt_ctrl>; 割り当てクロック = <&clk IMX8MP_CLK_UART3>; 割り当てられたクロック親 = <&clk IMX8MP_SYS_PLL1_80M>; uart-has-rtscts; ステータス = "正常"; ブルートゥース { compatible = "nxp,88w8987-bt"; device-wakeup-gpios = <&gpio2 10 GPIO_ACTIVE_HIGH>; }; }; pinctrl_uart3: uart3grp { fsl、pins = < MX8MP_IOMUXC_ECSPI1_SCLK__UART3_DCE_RX 0x140 MX8MP_IOMUXC_ECSPI1_MOSI__UART3_DCE_TX 0x140 MX8MP_IOMUXC_ECSPI1_MISO__UART3_DCE_CTS 0x140 MX8MP_IOMUXC_ECSPI1_SS0__UART3_DCE_RTS 0x140 >; }; pinctrl_bt_ctrl: btctrlgrp { fsl、pins = < MX8MP_IOMUXC_SD1_RESET_B__GPIO2_IO10 0x10 /* HOST_WAKE_BT */ MX8MP_IOMUXC_SD1_STROBE__GPIO2_IO11 0x140 /* BT_HOST_WAKE */ >; }; wifi_mod_para.conf SD8987 = { cfg80211_wext=0xf wfd_name=p2p max_vir_bss=1 cal_data_cfg=なし drv_mode=7 ps_mode=2 auto_ds=2 fw_name=nxp/sdiouart8987_combo_v0.bin } カーネルログ カーネルを起動中… [ 0.000000] 物理CPUでLinuxを起動0x0000000000 [0x410fd034] [ 0.000000] Linux バージョン 6.6.52-rt43-gd377c9049508-dirty(root@fbdebian)(aarch64-linux-gnu-gcc (Debian 12.2.0-14)12.2.0、GNU ld(Debian用GNU Binutils)2.40) #1 SMP PREEMPT 2026年7月2日(木)11:19:58 CST [ 0.00000] KASLRがシード不足で無効化 [ 0.000000] 機械モデル:G3 i.MX8MPlus EVKボード [ 0.000000] EFI: UEFIが見つかりません。 [ 0.000000] 予約メモリ:CMAリージョンの設定ができません [ 0.000000] OF: reserved mem: node Linux, cma compatible matching fail [ 0.000000] OF: 予約された記憶: 0x0000000000900000...0x000000000096ffff(448 KiB)ノーマップ 再利用不可ocram@900000 [ 0.000000] ゾーン範囲: [0.000000] DMA [記憶0x0000000040000000-0x00000000ffffffff] [ 0.000000] DMA32 空 [0.000000] 正常 [記憶0x0000000100000000-0x000000013fffffff] [ 0.000000] 各ノードの可動域開始 [ 0.000000] 初期のメモリノード範囲 [ 0.000000] ノード0: [記憶 0x0000000040000000-0x000000013fffffff] [ 0.000000] イニシテムセットアップノード0 [メモリ0x0000000040000000-0x000000013fffffff] [ 0.000000] CMA:ノード-1の0x00000000ff800000で8 MiBを予約 [ 0.000000] PSCI:DTからの導管の**方法**のプロービング。 [ 0.000000] PSCI:ファームウェアでPSCIv1.1を検出。 [ 0.000000] psci: 標準のPSCI v0.2関数IDを使用しています [ 0.000000] psci: MIGRATE_INFO_TYPE はサポートされていません。 [ 0.00000] psci: SMC Calling Convention v1.4 [ 0.000000] percpu: 組み込み 20ページ/cpu s43368 r8192 d30360 u81920 [ 0.000000] CPU0でVIPT Iキャッシュを検出 [ 0.000000] CPU機能:検出:GICシステムレジスタCPUインターフェース [ 0.000000] CPU機能:検出:ARMエラタム845719 [ 0.00000] 代替手段:ブート代替の適用 [ 0.000000] カーネルコマンドライン: console=ttymxc1,115200 root=PARTUUID=6a120481-03 rw rootwait [ 0.00000] Dentry キャッシュ ハッシュテーブルエントリ:524288(順序:10、4194304バイト、線形) [ 0.000000] Inodeキャッシュハッシュテーブルエントリ:262144(順序:9、2097152バイト、線形) [ 0.00000] ゾーンリストを1つ作成、モビリティグループオン。総ページ数:1032192 [ 0.000000] mem auto-init: stack:all(zero), heap alloc:off、heap free:off [ 0.000000] ソフトウェア IO TLB: エリア番号4。 [ 0.000000] ソフトウェアIO TLB: マッピング済み[記憶 0x00000000fb800000-0x00000000ff800000] (64MB) [ 0.000000] メモリ:4012020K/4194304Kが利用可能(カーネルコード16192K、rwdata1688K、rodata5064K、3520K初init、541K bss、174092Kリザーブ、8192K cmaリザーブ) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] rcu:プリエンプティブ階層的RCU実装。 [ 0.000000] rcu: RCU は CPU を NR_CPUS=256 から nr_cpu_ids=4 に制限します。 [ 0.000000] タスク RCU のトランポリン バリアントが有効になりました。 [ 0.000000] タスク RCU のトレースバリアントが有効になりました。 [ 0.000000] rcu: RCU が計算したスケジューラ登録遅延の値は 25 ジフィーです。 [ 0.000000] rcu: rcu_fanout_leaf=16、nr_cpu_ids=4 のジオメトリを調整しています [ 0.000000] NR_IRQS: 64、nr_irqs: 64、事前割り当て済みirqs: 0 [ 0.000000] GICv3: GIC: 分割EOI/非アクティブ化モードを使用 [ 0.000000] GICv3: 160 の SPI が実装されました [ 0.000000] GICv3: 0個の拡張SPIが実装されました [ 0.000000] ルートIRQハンドラ: gic_handle_irq [ 0.000000] GICv3: GICv3 機能: 16 PPI [ 0.000000] GICv3: CPU0: 再分配器 0 領域 0:0x0000000038880000 が見つかりました [ 0.000000] ITS: ITSが利用できないため、LPIは有効にしません [ 0.000000] rcu: srcu_init: 競合に基づいて srcu_struct のサイズを設定します。 [ 0.000000] arch_timer: cp15 タイマーが 8.00MHz (物理) で動作しています。 [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x1d854df40, max_idle_ns: 440795202120 ns [ 0.000000] sched_clock: 56ビット、8MHz、分解能125ns、2199023255500nsごとにラップアラウンド [ 0.000475] コンソール: カラーダミーデバイス 80x25 [ 0.000519] 遅延ループのキャリブレーション(スキップ)、タイマー周波数を使用して計算された値。16.00 BogoMIPS (lpj=32000) [ 0.000528] pid_max: デフォルト値: 32768 最小値: 301 [ 0.000602] LSM: lsm=capability,integrity を初期化しています [ 0.000695] マウントキャッシュハッシュテーブルのエントリ数: 8192 (次数: 4、65536 バイト、線形) [ 0.000711] マウントポイントキャッシュハッシュテーブルのエントリ数: 8192 (次数: 4、65536 バイト、線形) [ 0.002173] RCUタスク: シフトを2、リミットを1に設定 rcu_task_cb_adjust=1。 [ 0.002240] RCUタスクトレース: シフトを2、リミットを1に設定 rcu_task_cb_adjust=1。 [ 0.002415] rcu: 階層型 SRCU 実装。 [ 0.002418] rcu: 最大フェーズ遅延なしインスタンス数は 1000 です。 [ 0.004206] EFI サービスは利用できません。 [ 0.0044444] smp: セカンダリCPUを起動中... [ 0.004903] CPU1でVIPT Iキャッシュを検出 [ 0.004964] GICv3: CPU1: リディストリビューター1 リージョン0:0x00000000388a0000 [ 0.005000] CPU1: セカンダリプロセッサを起動0x0000000001 [0x410fd034] [ 0.005523] CPU2でVIPT Iキャッシュを検出 [ 0.005565] GICv3: CPU2: リディストリビューター2 リージョン0:0x00000000388c0000 [ 0.005585] CPU2: 起動済みのセカンダリプロセッサ0x0000000002 [0x410fd034] [ 0.006045 CPU3でVIPT Iキャッシュを検出 [ 0.006083] GICv3: CPU3: リディストリビューター3 リージョン0:0x00000000388e0000 [ 0.006100] CPU3: 起動されたセカンダリプロセッサ 0x0000000003 [0x410fd034] [ 0.006165] smp: ノード1台、CPU4台を起動しました [ 0.006173] SMP:合計4つのプロセッサが起動。 [ 0.006177] CPU機能:検出:32ビットEL0サポート [ 0.006181] CPU機能:検出済み:CRC32命令 [ 0.006243] CPU:すべてのCPUはEL2からスタートしました [ 0.006246] 代替案:システム全体の代替案の適用 [ 0.008002] devtmpfs: initialized [ 0.016979] 時計ソース:ジフィーズ:マスク:0xffffffff max_cycles:0xffffffff、max_idle_ns:7645041785100000 NS [ 0.017001] Futex ハッシュテーブルエントリ数:1024(順序:4、65536バイト、線形) [ 0.017422] pinCtrl コア:初期化されたpinCtrlサブシステム [ 0.020051] DMIは存在しないか無効です。 [ 0.020689] NET:登録済みPF_NETLINK/PF_ROUTEプロトコルファミリ [ 0.022304] DMA:原子割り当て用に事前割り当てされた512 KiB GFP_KERNELプール [ 0.023375] DMA: 事前割り当て512 KiB GFP_KERNEL|GFP_DMA原子割り当てプール [ 0.024665] DMA: 事前割り当て512 KiB GFP_KERNEL|GFP_DMA32原子割り当てプール [ 0.024748] 監査:NetLinkサブシステムの初期化(無効) [ 0.024932] 監査:type=2000 監査(0.024:1):state=initialized audit_enabled=0 res=1 [ 0.025352] thermal_sys: サーマルガバナー「step_wise」を登録しました [ 0.025356] thermal_sys: サーマルガバナー「power_allocator」を登録しました [ 0.025401] cpuidle: ガバナーメニューを使用しています [ 0.025566] hw-breakpoint: ブレークポイントレジスタが 6 つ、ウォッチポイントレジスタが 4 つ見つかりました。 [ 0.025647] ASIDアロケーターが65536エントリで初期化 [ 0.026696] シリアル番号:AMBA PL011 UARTドライバ [ 0.026763] IMX MUドライバが登録されています。 [ 0.026785] IMX RPMSGドライバが登録されています。 [ 0.032936] プラットフォームsoc@0:固定依存サイクル(/soc@0/bus@30000000/efuse@30350000/unique-id@8 [ 0.035120] プラットフォーム 30330000.pinctrl:/soc@0/bus@30000000/pinctrl@30330000/hoggrp との依存関係サイクルを修正しました [ 0.035566] imx8mp-pinctrl 30330000.pinctrl:IMX pinCtrlドライバーを初期化しました [ 0.036067] プラットフォーム 30350000.efuse:/soc@0/bus@30000000/クロックcontroller@30380000の固定依存サイクル [ 0.037099] プラットフォーム30350000.efuse:/soc@0/bus@30000000/クロックcontroller@30380000の固定依存サイクル [ 0.049206] モジュール:非PLT用途の範囲内25968ページ [ 0.049215] モジュール:PLT使用範囲内の517488ページ [ 0.049877] HugeTLB: 登録済み1.00 GiBページサイズ、事前割り当て0ページ [ 0.049884] HugeTLB: 0 KiB vmemmapを1.00 GiBページ用に解放可能 [ 0.049889] HugeTLB: 登録済み32.0 MiBページサイズ、事前割り当て0ページ [ 0.049892] HugeTLB: 0 KiB vmemmapを32.0 MiBページ用に解放可能 [ 0.049896] HugeTLB: 登録済み2.00 MiBページサイズ、事前割り当て0ページ [ 0.049902] HugeTLB: 0 KiB vmemmapを2.00 MiBページで解放可能 [ 0.049909] HugeTLB: 登録済み 64.0 KiB ページサイズ、事前割り当て 0ページ [ 0.049912] HugeTLB: 0 KiB vmemmapを64.0 KiBページに解放可能 [ 0.052093] iommu: デフォルトドメインタイプ: 翻訳済み [ 0.052102] iommu: DMAドメインTLB無効化ポリシー:厳格モード [ 0.052394] SCSIサブシステムが初期化されました [ 0.052679] USBコア:登録済みの新しいインターフェースドライバー USBFS [ 0.052709] USBCORE:登録済みの新しいインターフェースドライバハブ [ 0.052742] usbcore: 登録済みの新しいデバイスドライバー USB [ 0.053603] pps_core: LinuxPPS API ver. 1 登録済み [ 0.053607 ] pps_core: ソフトウェア版5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.053619 ] PTPクロックサポートが登録されています [ 0.053886] EDAC MC: バージョン: 3.0.0 [ 0.054304] scmi_core: SCMIプロトコルバス登録済み [ 0.055327] Bluetooth: Core ver 2.22 [0.055356] NET:登録済みPF_BLUETOOTHプロトコルファミリ [ 0.055361] Bluetooth:HCIデバイスと接続マネージャの初期化 [ 0.055370] Bluetooth:HCIソケット層の初期化 [ 0.055375] Bluetooth:L2CAPソケット層の初期化済み [ 0.055387] Bluetooth:SCOソケット層の初期化済み [ 0.055707] vgaarb: loaded [ 0.056088] クロックソース:クロックソースarch_sys_counterに切り替えました [ 0.056287] VFS: ディスククォータ dquot_6.6.0 [ 0.056396] VFS: Dquotキャッシュハッシュテーブルエントリ:512(次数0、4096バイト) [ 0.063310] NET: 登録済みPF_INETプロトコルファミリ [ 0.063495] IPが識別するハッシュテーブルエントリ:65536(順序:7、524288バイト、線形) [ 0.066275] tcp_listen_portaddr_hash ハッシュテーブルエントリ数:2048(順序:3、32768バイト、線形) [ 0.066325] テーブル・パーターブハッシュテーブルエントリ数:65536(順序:6、262144バイト、線形) [ 0.066337] TCPはハッシュテーブルエントリを確立しました:32768(順序:6、262144バイト、線形) [ 0.066585] TCP バインドハッシュテーブルエントリ:32768(順序:8、1048576バイト、線形) [ 0.067521] TCP: ハッシュテーブルの設定済み(確立済み 32768 bind 32768) [ 0.067635] UDPハッシュテーブルエントリ数:2048(順序:4,65536バイト、線形) [ 0.067720] UDP-Lite ハッシュテーブルエントリ数:2048(順序:4,65536バイト、線形) [ 0.067927] NET:登録済みPF_UNIX/PF_LOCALプロトコルファミリ [ 0.068373] RPC: 登録済みのUNIXソケットトランスポートモジュール。 [ 0.068379] RPC: UDPトランスポートモジュールを登録しました。 [ 0.068381] RPC: TCPトランスポートモジュールを登録しました。 [ 0.068384] RPC: tcp-with-tls トランスポート モジュールを登録しました。 [ 0.068386] RPC: tcp NFSv4.1 バックチャネル トランスポート モジュールを登録しました。 [ 0.069403] PCI: CLS 0バイト、デフォルト64 [ 0.070488] システムの信頼キーリングを初期化する [ 0.070625] ワーキングセット: timestamp_bits=46 max_order=20 bucket_order=0 [ 0.070895] スカッシュフス:バージョン4.0(2009年1月31日) フィリップ・ラウアー [ 0.071096] NFS: id_resolverキータイプの登録 [ 0.071116 登録キータイプid_resolver [ 0.071120 登録キータイプid_legacy [ 0.071137] nfs4filelayout_init: NFSv4 ファイルレイアウトドライバーの登録中... [ 0.071142] nfs4flexfilelayout_init: NFSv4 Flexfile レイアウトドライバーが登録中... [ 0.071159] JFFS2: バージョン2.2。(NAND) © 2001-2006年 レッドハット社 [ 0.071346] 9p: v9fs 9p2000ファイルシステムサポートのインストール [ 0.100048] ジッターエントロピー:ホストが要件に準拠していないため初期化失敗:9 [ 0.100055] キータイプ非対称登録 [ 0.100059] 非対称キーパーサー 'x509' 登録済み [ 0.100104] ブロック層 SCSI ジェネリック(BSG)ドライバーバージョン0.4 ロード(メジャー246) [ 0.100110] IOスケジューラーMQ-期限登録済み [ 0.100114] IO スケジューラー カイバー登録 [ 0.100139] IOスケジューラーBFQ登録済み [ 0.115771] IMX-SDMA 30BD0000.DMA-コントローラー:imx/sdma/sdma-imx7d.binの直接ファームウェアロードがエラー-2で失敗しました [ 0.115787] imx-sdma 30bd0000.dma-コントローラ:imx/sdma/sdma-imx7d.bin のsysfsフォールバックにフォールバックします [ 0.117292] mxs-dma 33000000.dma-apbh:初期化 [ 0.118069] SoC: i.MX8MPリビジョン1.1 [ 0.118477] バス周波数ドライバモジュールのロード完了 [ 0.135536] シリアル:8250/16550 ドライバ、4ポート、IRQ共有有効 [ 0.138454] 30880000.serial:ttymxc2 (MMIO 0x30880000、irq = 16、base_baud = 5000000) は IMX です [ 0.138703] シリアル serial0: tty ポート ttymxc2 が登録されました [ 0.139315] 30890000.serial:ttymxc1 は MMIO 0x30890000(irq = 17、base_baud = 1500000)において IMX です。 [ 0.139350] Printk: レガシーコンソール [ttymxc1] 有効化 [ 1.222791] ループ:モジュールロード完了 [ 1.227149] of_reserved_mem_lookup() NULL を返しました [ 1.237919] tun: Universal TUN/TAPデバイスドライバ、1.6 [ 1.244863] Sky2: ドライバーバージョン1.30 [ 1.249061] USBCORE: 登録された新しいデバイスドライバ R8152-CFGセレクター [ 1.255367] USBコア:登録済みの新しいインターフェースドライバーR8152 [ 1.261230] VFIO - ユーザーレベルのメタドライバーバージョン:0.3 [ 1.271293] USBコア:登録済みの新しいインターフェースドライバーUAS [ 1.276669] USBコア:登録済みの新しいインターフェースドライバーUSBストレージ [ 1.282753] USBコア:新しいインターフェースドライバーを登録usbserial_generic [ 1.289312] usbserial: 汎用として登録されたUSBシリアルサポート [ 1.295346] USBCORE:登録済みの新しいインターフェースドライバー ftdi_sio [ 1.301121] usbserial: FTDI USB シリアルデバイスに登録されたUSBシリアルサポート [ 1.308467] USBコア:登録済みの新しいインターフェースドライバー usb_serial_simple [ 1.315022] usbserial: carelinkに登録されたUSBシリアルサポート [ 1.321145] USBシリアル:フラッシュローダーに登録されたUSBシリアルサポート [ 1.327526] usbserial: Funsoftに登録されたUSBシリアルサポート [ 1.333554] usbserial: Googleに登録されたUSBシリアルサポート [ 1.339503] usbserial: hp4xに登録されたUSBシリアルサポート [ 1.345284] usbserial: カウフマンに登録されたUSBシリアルサポート [ 1.351402] USBシリアル:USBシリアル対応 LibTransistorに登録 [ 1.357961] usbserial: USBシリアルサポート登録済み moto_modem [ 1.364256] usbserial: USBシリアルサポート登録済み motorola_tetra [ 1.370900] usbserial: Nokiaに登録されたUSBシリアルサポート [ 1.376765] usbserial: USBシリアルサポート登録済み novatel_gps [ 1.383149] usbserial: siemens_mpi に登録されたUSBシリアルサポート [ 1.389527] usbserial: suuntoに登録されたUSBシリアルサポート [ 1.395476] usbserial: vivopayに登録されたUSBシリアルサポート [ 1.401511] usbserial: zioに登録されたUSBシリアルサポート [ 1.407203] USBコア:新しいインターフェースドライバーが登録usb_ehset_test [ 1.413528] USBCORE:オンボードの新しいデバイスドライバー登録済み [ 1.422006] snvs_rtc 30370000.snvs:snvs-rtc-lp:rtc0として登録されました [ 1.428227] snvs_rtc 30370000.snvs:snvs-rtc-lp:システムクロックを1970-01-01T00:00:00 UTC(0)に設定 [ 1.437427] i2c_dev: i2c /dev ententry ドライバ [ 1.445729] Bluetooth: HCI UARTドライバ バージョン2.3 [ 1.450203 ] Bluetooth: HCI UARTプロトコルH4登録済み [ 1.455351] Bluetooth: HCI UARTプロトコルBCSP登録済み [ 1.460695] Bluetooth: HCI UARTプロトコルLL登録済み [ 1.465847] Bluetooth: HCI UARTプロトコルATH3K登録 [ 1.471280 Bluetooth: HCI UARTプロトコル 3線式(H5)登録済み [ 1.477642 Bluetooth: HCI UARTプロトコル Broadcom登録 [ 1.483333] Bluetooth: HCI UARTプロトコルQCA登録済み [ 1.488739] EDAC MC: ECCが有効化されていません [ 1.493561] sdhci:セキュア・デジタルホストコントローラーインターフェースドライバ [ 1.499762] SDHCI: 著作権(c) ピエール・オスマン [ 1.504580 Synopsys Designware マルチメディアカードインターフェースドライバ [ 1.511193] SDHCI-pltfm:SDHCIプラットフォームおよびOFドライバヘルパー [ 1.519372] ledtrig-cpu: CPUの活動を示すために登録 [ 1.526326] SMCCC: SOC_ID: ARCH_SOC_ID実装されていません、スキップ... [ 1.535249] ハードウェア性能:armv8_cortex_a53 PMUドライバで有効、7つのカウンターを利用可能 [ 1.545746] プラットフォームsoc@0:固定依存サイクル(/soc@0/bus@30000000/efuse@30350000 [ 1.548948] mmc2: 30b60000.mmc 上のSDHCIコントローラー [30b60000.mmc]ADMAの使用 [ 1.555377] 被依頼者:導管法のプロービング。 [ 1.565851] OPEE:API UIDの不一致 [ 1.569678] optee: Probe of firmware:optee エラー -22 で失敗 [ 1.576620 ] NET: 登録PF_LLCプロトコルファミリ [ 1.581492] U32 分類器 [ 1.584247] 入力デバイスチェックオン [ 1.587910] アクション構成 [ 1.591634] NET:登録PF_INET6プロトコルファミリ [ 1.598148] IPv6によるセグメントルーティング [ 1.601891] IPv6を用いた現地OAM(IOAM) [ 1.605875] NET: 登録済みPF_PACKETプロトコルファミリ [ 1.610955] ブリッジ:ARP/IP/IPv6Tablesによるフィルタリングは、デフォルトでは利用できません。必要ならスクリプトを更新してbr_netfilterを読み込んでください。 [ 1.625927] Bluetooth: RFCOMM TTYレイヤーの初期化 [ 1.630834] Bluetooth:RFCOMMソケット層の初期化 [ 1.634392 ] MMC2:新しいHS400強化ストロボMMCカード アドレス0001 [ 1.636001] Bluetooth: RFCOMM バージョン 1.11 [ 1.642888 ] mmcblk2: mmc2:0001 064G90 58.2 GiB [ 1.646098] Bluetooth: BNEP(イーサネットエミュレーション) バージョン1.3 [ 1.653585] MMCBLK2: P1 P2 P3 [ 1.655851] Bluetooth: BNEPフィルター: プロトコルマルチキャスト [ 1.661320 ] mmcblk2boot0: mmc2:0001 064G90 8.00 MiB [ 1.664139] Bluetooth:BNEPソケット層の初期化 [ 1.670589 ] mmcblk2boot1: mmc2:0001 064G90 8.00 MiB [ 1.674997] 8021q: 802.1Q VLAN サポート v1.8 [ 1.680430 ] mmcblk2rpmb: mmc2:0001 064G90 16.0 MiB, chardev (238:0) [ 1.683109] lib80211:IEEE802.11ドライバーの共通ルーチン [ 1.695071] 9pnet: 9P2000サポートのインストール [ 1.699490 登録キータイプdns_resolver [ 1.704490] NET: 登録プロトコルファミリー PF_VSOCK [ 1.719723] 登録タスク統計 バージョン1 [ 1.723967] コンパイルされたX.509証明書の読み込み [ 1.751680] GPIO gpiochip0: GPIOベースの静的割り当ては廃止されました。動的割り当てを使用してください。 [ 1.762305] gpio gpiochip1: GPIO ベースの静的割り当ては非推奨です。動的割り当てを使用してください。 [ 1.772790] gpio gpiochip2: GPIO ベースの静的割り当ては非推奨です。動的割り当てを使用してください。 [ 1.783311] gpio gpiochip3: GPIO ベースの静的割り当ては非推奨です。動的割り当てを使用してください。 [ 1.793861] gpio gpiochip4: GPIO ベースの静的割り当ては非推奨です。動的割り当てを使用してください。 [ 1.806692] i2c i2c-0: IMX I2Cアダプタが登録されました [ 1.813480] rtc-rx8111 2-0032: rtc1として登録されました [ 1.820041] ina238 2-0043: 電力モニタ ina237 (Rshunt = 50000 uΩ、ゲイン = 4) [ 1.821839] nxp-pca9450 0-0025: pca9450bc がプローブされました。 [ 1.827481] i2c i2c-2: IMX I2Cアダプタが登録されました [ 1.869694] usb251xb 3-002c: ハブの設定が成功しました。 [ 1.875553] usb251xb 3-002c: ハブのプローブに成功しました [ 1.880583] i2c i2c-3: IMX I2Cアダプタが登録されました [ 1.885922] imx8mq-usb-phy 381f0040.usb-phy:電源Vbusが見つかりません。ダミーレギュレータを使用します。 [ 1.894643] imx8mq-usb-phy 382f0040.usb-phy:電源Vbusが見つかりません。ダミーレギュレータを使用します。 [ 1.912708] 30a60000.serial:ttymxc3はMMIO 0x30a60000(irq = 199、base_baud = 1500000)においてIMXです [ 1.922917] IMX-DWMAC 30bf0000.イーサネット:IRQ eth_lpi見つかりません [ 1.929740] imx-dwmac 30bf0000.イーサネット:ユーザーID:0x10、Synopsys ID:0x51 [ 1.936555] IMX-DWMAC 30bf0000.イーサネット:DWMAC4/5 [ 1.941361] imx-dwmac 30bf0000.イーサネット:DMAハードウェア機能レジスタのサポート [ 1.948509] IMX-DWMAC 30bf0000.イーサネット:RXチェックサムオフロードエンジンのサポート [ 1.955650] IMX-DWMAC 30bf0000.イーサネット:TXチェックサム挿入のサポート [ 1.962359] IMX-DWMAC 30bf0000.イーサネット:ウェイクアップ・オン・ラン支援 [ 1.968520] IMX-DWMAC 30bf0000.イーサネット:ハードウェアウォッチドッグタイマーによるRX軽減を有効にする [ 1.976199] IMX-DWMAC 30bf0000.イーサネット:デバイスMACアドレス2a:c5:99:84:66:bb [ 1.983350] IMX-DWMAC 30bf0000.イーサネット:有効化されたL3L4フローTC(エントリ=8) [ 1.990152] imx-dwmac 30bf0000.イーサネット:有効化されたRFSフローTC(エントリ=10) [ 1.996965] IMX-DWMAC 30bf0000.イーサネット:ハードウェアTCの有効化(エントリ=256、 max_off=256) [ 2.004554] imx-dwmac 30bf0000.イーサネット:34/40ビットDMAホスト/デバイス幅の使用 [ 2.158192 Realtek-MDIO STMMAC-1:00:RTL8363NBスイッチを発見 [ 2.164168 Realtek-MDIO STMMAC-1:00: スイッチを登録できません ret = -517 [ 2.175037] XHCi-HCD.1.auto:xHCIホストコントローラ [ 2.180572] XHCi-HCD.1.auto:新しいUSBバスが登録され、バス番号1が割り当てられました [ 2.188568] XHCi-HCD.1.auto:HCCパラメータ0x0220fe6d HCIバージョン0x110クワーク0x000000a001000010 [ 2.198006 ] XHCI-HCD、XHCI-HCD.1.オート:IRQ 203、IO MEM 0x38200000 [ 2.204153] XHCI-HCD-HCD.1.auto:xHCIホストコントローラ [ 2.209668] XHCi-HCD、XHCI-HCD.1.auto:新しいUSBバスが登録され、バス番号2が割り当てられました [ 2.217339] XHCi-HCD.1.auto:ホストはUSB 3.0 SuperSpeedに対応しています [ 2.226380] ハブ 1-0:1.0:USBハブが見つかりました [ 2.230477] ハブ 1-0:1.0: 1つのポートが検出されました [ 2.236611] usb usb2: このホストの LPM のアルゴリズムがわからないため、LPM を無効にします。 [ 2.246489] ハブ 2-0:1.0:USBハブが見つかりました [ 2.250581] ハブ 2-0:1.0: 1つのポートが検出されました [ 2.256296] imx-cpufreq-dt imx-cpufreq-dt: CPU スピード グレード 5 mkt セグメント 0 supported-hw 0x20 0x1 [ 2.268964] sdhci-esdhc-imx 30b40000.mmc:mmc-pwrseq を割り当てました [ 2.269069] sdhci-esdhc-imx 30b50000.mmc:CD GPIOを入手しました [ 2.313534] mmc1: 30b50000.mmc 上のSDHCIコントローラ [30b50000.mmc]ADMAの使用 [ 2.413613] mmc0: 30b40000.mmc 上のSDHCIコントローラ [30b40000.mmc]ADMAの使用 [ 2.414283 Realtek-MDIO STMMAC-1:00:RTL8363NBスイッチを発見 [ 2.492421] USB 1-1:XHCI-HCDを使用した新しい高速USBデバイス番号2 [ 2.540131] MMC0:アドレス0001に新しい超高速SDR104 SDIOカード [ 2.600919] Realtek-MDIO STMMAC-1:00: 固定/RGMIIリンクモードの設定 [ 2.610450] realtek-mdio stmmac-1:00: リンクが稼働中 - 1Gbps/フル - フロー制御オフ [ 2.644563] realtek-mdio stmmac-1:00 eth1 (未初期化): PHY [dsa-0.0:01]ドライバー [Generic PHY] (irq=POLL) [ 2.684441] realtek-mdio stmmac-1:00 eth2(初期化されていない):PHY [dsa-0.0:03]ドライバー [Generic PHY] (irq=POLL) [ 2.699335] DSA: ツリー0セットアップ [ 2.704695] 入力:GPIO-keys//device/platform/gpio-keys/input/input0 [ 2.704785] ハブ 1-1:1.0:USBハブが見つかった [ 2.712031] 入力:cpu_inputs /devices/platform/cpu_inputs/input/input1 [ 2.715286] ハブ 1-1:1.0:4ポート検出 [ 2.722488] cfg80211: 規制データベース用のコンパイル済みX.509証明書の読み込み [ 2.734966] 装載済み X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 2.741369] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' [ 2.748657] clk: 未使用時計を無効化 [ 2.752652] プラットフォーム regulatory.0:regulatory.dbの直接ファームウェアロードはエラー-2で失敗しました。 [ 2.761287] プラットフォーム regulatory.0:regulatory.db の sysfs フォールバックにフォールバックします [ 2.865310] ハブ 1-1:1.0:USBハブが見つかりました [ 2.869427] ハブ 1-1:1.0: 4つのポートが検出されました [ 3.269517] EXT4-fs (mmcblk2p3): リカバリ完了 [ 3.275227] EXT4-fs (mmcblk2p3): ファイルシステム 057d8de8-a7e7-4440-9fea-c9670c0c5df9 を順序付きデータモードで読み書き可能にマウントしました。クォータモード:なし。 [ 3.287379] VFS: デバイス 179:3 にルート (ext4 ファイルシステム) をマウントしました。 [ 3.294319] devtmpfs: マウントされました [ 3.298268] 未使用のカーネルメモリを解放中: 3520K [ 3.302934] /sbin/init を init プロセスとして実行 [ 3.423469] systemd[1]: システム時刻がビルド時刻より前なので、クロックを進めます。 [ 3.450897] systemd[1]: systemd 252.39-1~deb12u2 がシステムモードで実行されています (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) [ 3.483986] systemd[1]: アーキテクチャ arm64 を検出しました。 Debian GNU/Linux 12(ブックワーム)へようこそ! [ 3.506158] systemd[1]: ホスト名が に設定されました。 [ 3.512764] systemd[1]: 乱数生成器からマシンIDを初期化しています。 [ 3.558947] systemd[1]: memfd_create() が MFD_EXEC または MFD_NOEXEC_SEAL が設定されていない状態で呼び出されました [ 3.931119] systemd[1]: デフォルトターゲット graphical.target の開始ジョブをキューに追加しました。 [ 3.968011] systemd[1]: スライス system-getty.slice を作成しました - スライス /system/getty。 [ OK ] スライス system-getty.slice を作成しました - スライス /system/getty。 [ 3.993796] systemd[1]: スライス system-modprobe.slice を作成しました - スライス /system/modprobe。 [ OK ] スライス system-modpr…lice を作成しました - スライス /system/modprobe。 [ 4.022309] systemd[1]: system-serial\x2dgetty.slice - スライス /system/serial-gettyを生成しました。 [ OK ]Created slice system-seria... - Slice /system/serial-getty. [ 4.049678] systemd[1]: system-systemd\x2dfsck.slice - スライス /system/systemd-fsck を作成した。 [ OK ]スライス system-syste を作成しました... - スライス /system/systemd-fsck。 [ 4.077353] systemd[1]: ユーザーおよびセッションスライスを user.slice 作成しました。 [ OK ]ユーザーとセッションスライスを生成しました。 [ 4.100497] systemd[1]: systemd-ask-password-console.path を開始しました - パスワード要求をコンソールディレクトリ監視にディスパッチします。 [ OK ] コンソールディレクトリ監視への systemd-ask-passwo…quests を開始しました。 [ 4.128453] systemd[1]: systemd-ask-password-wall.path を開始しました - パスワード要求をウォールディレクトリ監視に転送します。 [ OK ] systemd-ask-passwo を開始しました… Wall ディレクトリ監視へのリクエスト。 [ 4.156396] systemd[1]: proc-sys-fs-binfmt_misc.automount - 条件チェックが満たされなかったため、任意の実行可能ファイル形式ファイルシステム自動マウントポイントがスキップされました (ConditionPathExists=/proc/sys/fs/binfmt_misc)。 [ 4.175866] systemd[1]: デバイス dev-mmcblk2p1.device - /dev/mmcblk2p1... を待機しています デバイス dev-mmcblk2p1.device - /dev/mmcblk2p1 を待機しています... [ 4.200472] systemd[1]: デバイス dev-ttymxc1.device - /dev/ttymxc1 を待機しています... デバイス dev-ttymxc1.device - /dev/ttymxc1 を待機しています... [ 4.224224] systemd[1]: ターゲット cryptsetup.target - Local Encrypted Volumes に到達しました。 [ OK ] ターゲット cryptsetup.…get に到達しました- ローカル暗号化ボリューム。 [ 4.248610] systemd[1]: ターゲット integritysetup.target - Local Integrity Protected Volumes に到達しました。 [ OK ] 目標の整合性に到達しました…ローカル整合性保護ボリューム。 [ 4.276289] systemd[1]: ターゲット paths.target - Path Units に到達しました。 [ OK ] ターゲット paths.target - パスユニットに到達しました。 [ 4.296264] systemd[1]: ターゲット remote-fs.target - Remote File Systems に到達しました。 [ OK ] ターゲット remote-fs.target - リモートファイルシステムに到達しました。 [ 4.320247] systemd[1]: ターゲット slices.target - Slice Units に到達しました。 [ OK ] 目標スライス数に到達しました。target - スライスユニット。 [ 4.340224] systemd[1]: ターゲット swap.target - Swaps に到達しました。 [ OK ] ターゲット swap.target - Swaps に到達しました。 [ 4.360269] systemd[1]: ターゲット veritysetup.target - Local Verity Protected Volumes に到達しました。 [ OK ] ターゲット veritysetup に到達しました… - ローカル Verity 保護ボリューム。 [ 4.384758] systemd[1]: systemd-fsckd.socket でリッスンしています - fsck から fsckd への通信ソケット。 [ OK ] systemd-fsckd…sck から fsckd への通信ソケットをリッスンしています。 [ 4.412536] systemd[1]: systemd-initctl.socket - initctl 互換性名前付きパイプでリッスンしています。 [ OK ] systemd-initc でリッスンしています… initctl 互換性名前付きパイプ。 [ 4.441749] systemd[1]: systemd-journald-audit.socket - Journal Audit Socket でリッスンしています。 [ OK ] systemd-journ…socket - Journal Audit Socket でリッスンしています。 [ 4.468740] systemd[1]: systemd-journald-dev-log.socket でリッスンしています - ジャーナルソケット (/dev/log)。 [ OK ] systemd-journ…t - Journal Socket (/dev/log) でリッスンしています。 [ 4.496878] systemd[1]: systemd-journald.socket - Journal Socket でリッスンしています。 [ OK ] systemd-journald.socket - ジャーナルソケットでリッスンしています。 [ 4.520946] systemd[1]: systemd-networkd.socket - ネットワークサービス Netlink ソケットでリッスンしています。 [ OK ] systemd-netwo でリッスンしています… - ネットワーク サービス Netlink ソケット。 [ 4.557127] systemd[1]: systemd-udevd-control.socket - udev コントロール ソケットでリッスンしています。 [ OK ] systemd-udevd…ソケットでリッスンしています- udev コントロールソケット。 [ 4.584722] systemd[1]: systemd-udevd-kernel.socket - udev カーネル ソケットでリッスンします。 [ OK ] systemd-udevd…l.socket でリッスンしています- udevカーネルソケット。 [ 4.624665] systemd[1]: dev-hugepages.mount をマウントしています - Huge Pages File System... dev-hugepages.mount をマウントしています - Huge Pages ファイルシステム... [ 4.651859] systemd[1]: dev-mqueue.mount - POSIX メッセージキューファイルシステムをマウントしています... dev-mqueue.mountをマウントしています▒▒POSIXメッセージキューファイルシステム... [ 4.680049] systemd[1]: sys-kernel-debug.mount - カーネルデバッグファイルシステムをマウントしています... sys-kernel-debug.… - カーネルデバッグファイルシステムをマウントしています... [ 4.709270] systemd[1]: sys-kernel-tracing.mount - カーネルトレースファイルシステムは、条件チェックが満たされなかったためスキップされました (ConditionPathExists=/sys/kernel/tracing)。 [ 4.724518] systemd[1]: kmod-static-nodes.service - 条件チェックが満たされなかったため、静的デバイスノードのリストの作成がスキップされました (ConditionFileNotEmpty=/lib/modules/6.6.52-rt43-gd377c9049508-dirty/modules.devname)。 [ 4.757545] systemd[1]: [email protected] を開始しています - カーネルモジュール configfs をロードしています... modprobe@configfs…m を起動しています - カーネルモジュール configfs をロードしています... [ 4.788352] systemd[1]: modprobe@dm_mod.service を開始しています - カーネルモジュール dm_mod をロードしています... modprobe@dm_mod.sを開始しています…[0m- ロードカーネルモジュールdm_mod... [ 4.816731] systemd[1]: [email protected] - カーネルモジュールDRMをロード開始... [email protected] 開始 - カーネルモジュールDRMをロード... [ 4.848481] systemd[1]: modprobe@efi_pstore.service - カーネルモジュールefi_pstoreをロード... modprobe@efi_psto開始...- カーネルモジュールefi_pstoreをロード... [ 4.876748] systemd[1]: [email protected] 開始 - カーネルモジュールのヒューズをロード... modprobe@fuse、始めて...e - カーネルモジュールヒューズをロード... [ 4.904963] systemd[1]: [email protected] - カーネルモジュールループのロード開始... [email protected]から始めて...e - ロードカーネルモジュールループ... [ 4.928580] systemd[1]: systemd-fsck-root.service - ルートデバイス上のファイルシステムチェックは条件チェックが満たされなかったためスキップされました(ConditionPathIsReadWrite=!/)。 [ 4.968886] systemd[1]: systemd-journald.service - ジャーナルサービス... systemd-journald.service - ジャーナルサービス... [ 5.004486] systemd[1]: systemd-modules-load.service - カーネルモジュールを起動中... systemd-modules-l...rvice - カーネルモジュールをロード... [ 5.031531] systemd[1]: systemd-network-generator.service を起動中 - カーネルコマンドラインからネットワークユニットを生成... systemd-network-gを起動中...カーネルコマンドラインのユニット... [ 5.084818] systemd[1]: systemd-remount-fs.service - ルートおよびカーネルファイルシステムの再マウントを開始する... システムドリマウント開始中...ルートおよびカーネルファイルシステム... [ 5.115743] systemd[1]: systemd-udev-trigger.service - コールドプラグ すべてのudevデバイス... systemd-udev-trigを起動中...[0m - コールドプラグ すべてのudev デバイス... [ 5.136505] EXT4-fs(MMCBLK2P3):再装着 057D8DE8-A7E7-4440-9FEA-C9670C0C5DF9 R/W。クォータモード:なし。 [ 5.153130] systemd[1]: systemd-journald.service - ジャーナルサービスを開始しました。 [ OK ] systemd-journald.service - ジャーナルサービスを開始しました。 [ OK ] dev-hugepages.mount - Huge Pages ファイルシステムをマウントしました。 [ OK ] dev-mqueue.mount をマウントしました▒▒-POSIXメッセージキューファイルシステム。 [ OK ]マウントされたsys-kernel-debug.m...nt - カーネルデバッグファイルシステム。 [ OK ] modprobe@configfs が完了しました…[0m - カーネルモジュール configfs をロードします。 [ OK ] modprobe@dm_mod.s…e が完了しました- カーネルモジュール dm_mod をロードします。 [ OK ] [email protected] - カーネルモジュール drm のロードが完了しました。 [ OK ] modprobe@efi_psto…m - カーネルモジュール efi_pstore のロードが完了しました。 [ OK ] [email protected] - カーネルモジュール fuse のロードが完了しました。 [ OK ] [email protected] - Load Kernel Module loop が完了しました。 [ OK ] systemd-modules-l…service - カーネルモジュールのロードが完了しました。 [ OK ] カーネルコマンドラインから systemd-network-g…rk ユニットの処理が完了しました。 [ OK ] systemd-remount-f…ルートファイルシステムとカーネルファイルシステムのマウントが完了しました。 [ OK ] ターゲット network-pre…get に到達しました - ネットワークの準備。 sys-kernel-config…カーネル設定ファイルシステムをマウントしています… systemd-journal-f…hジャーナルを永続ストレージに起動しています… [ 5.501074] systemd-journald[137]: ランタイムジャーナルをフラッシュするためのクライアント要求を受信しました。 systemd-random-se…ice を起動しています - 乱数シードの読み込み/保存... systemd-sysctl.seを起動しています…ce- カーネル変数の適用... systemd-sysuserを起動します...rvice - システムユーザーの作成... [ OK ]systemd-udev-trigを終えた...e - Coldplug すべてのudevデバイス。 [ OK ] sys-kernel-config をマウントしました。カーネル設定ファイルシステム。 [ OK ] systemd-journal-f…ジャーナルを永続ストレージに書き込む処理が完了しました。 [ OK ] systemd-sysctl.service - カーネル変数の適用が完了しました。 ifupdown-pre.serv の同期を開始しています…起動してIFを起動して上下... [ OK ]systemd-sysusers.service - システムユーザー作成を完了。 systemd-tmpfiles-…ate の /dev 内の静的デバイスノードを起動しています... [ OK ] systemd-tmpfiles-…/dev に静的デバイスノードを作成する処理が完了しました。 [ OK ] ローカルファイルシステムの修復のため、ターゲット local-fs-pr に到達しました。 [ OK ] ターゲット local-fs.target - ローカルファイルシステムに到達しました。 systemd-tmpファイルの起動中-...システムファイルとディレクトリ... スタート中systemd-udevd.ser...デバイスイベント情報とファイルのためのger... [ OK ]systemd-tmpファイルは完了しました-...eateシステムファイルおよびディレクトリ。 systemd-timesyncd開始中... - ネットワーク時間同期... systemd-update-utを起動中...UTMPでのRDシステムブート/シャットダウン... [ OK ]systemd-update-ut...UTMPでのコードシステムの起動/シャットダウン。 [ OK ]systemd-udevd.servを起動しました...デバイスイベントやファイルにはイベント情報。 systemd-networkd.ice を起動しています - ネットワーク設定... [ OK ] デバイス dev-ttymxc1.device - /dev/ttymxc1 が見つかりました。 [ OK ] systemd-timesyncd を開始しました。…0m - ネットワーク時刻同期。 [ OK ] ターゲット sysinit.target - システム初期化に到達しました。 [ OK ] systemd-tmpfiles-c を開始しました… 一時ディレクトリのクリーンアップ。 [ OK ] 目標時刻 time-set.target に到達しました - システム時刻設定。 [ OK ] apt-daily.timer を開始しました - 毎日の apt ダウンロード アクティビティ。 [OK] apt-daily-upgradeを開始しました。適切なアップグレードとクリーンな活動。 [ OK ] dpkg-db-backup.tim を開始しました…dpkgデータベースのデイリーバックアップタイマー。 [ OK ] e2scrub_all.timer▒▒etadata を開始しましたすべてのファイルシステムをチェックします。 [ OK ] fstrim.timer を開始しました - 未使用のブロックを週に一度破棄します。 [ OK ] logrotate.timer を開始しました - ログファイルの毎日のローテーション。 [ OK ] man-db.timer を開始しました - man-db の毎日の再生成。 [ OK ] sysstat-collect.ti を開始しました…会計ツールは10分ごとに実行されます。 [ OK ] sysstat-summary.ti…を開始しました昨日のプロセス会計。 [ OK ] 目標の timers.target - タイマーユニットに到達しました。 [ OK ] dbus.socket▒▒でリッスン中D-Busシステムメッセージバスソケット。 [ OK ] ターゲットに到達しました[ 6.421751] cfg80211: regulatory.db の読み込みに失敗しました t sockets.target - ソケットユニット。 [ OK ] ターゲット basic.target - 基本システムに到達しました。 [ OK ] Started cron.service -…kground program プロセッシング daemon. dbus.service - D-Bus システムメッセージバス開始中... [ 6.524255] IMX-SDMA 30BD0000.DMA-コントローラー:imx/sdma/sdma-imx7d.bin のファームウェアの直接ロードがエラー -2 で失敗しました [ 6.537384] IMX-SDMA 30BD0000.DMA-コントローラー:sysfsへのフォールバック:imx/sdma/sdma-imx7d.bin [ OK ]firmwared.service - Linux Firmware Loader Daemonを起動しました。 [ 6.563260] IMX-SDMA 30BD0000.DMA-コントローラー:外部ファームウェアが見つかりませんでした。ROMファームウェアを使用します。 kexec-load.servic を起動しています…B:kexec...でカーネルイメージを読み込んでください。 lm-センサ.servicを起動中...izeハードウェア、センサ... platcfg.service 開始中▒▒rさまざまなNXP i.MX/LS プラットフォーム... [ OK ]開始したseatd.service - シート管理デーモン。 [ OK ] strongswan-starter…Ev1/IKEv2デーモンをipsec.confを使用して起動しました。 sysstat.service を開始しています - システムアクティビティログをリセットします... systemd-logind.seを起動しています…ice- ユーザーログインマネジメント... [ OK ] Started systemd-networkd.service - ネットワーク設定を開始しました。 [ OK ]upup-down.serv...ifupdown の起動を同期します。 [ OK ] e2scrub_reap.serv…ine が完了しましたext4メタデータチェックスナップショット。 [ OK ]sysstat.service を完了 - システムアクティビティログのリセット。 [ OK ]lm-センサ.servicを終えました...アライゼハードウェア監視センサ。 [ OK ] kexec-load.service を開始しました…LSB:kexecを使ってカーネルイメージをロードする。 [ OK ] デバイス dev-mmcblk2p1.device - /dev/mmcblk2p1 が見つかりました。 [ OK ] ターゲットの usb-gadget に到達しました。- ハードウェアで起動するUSBガジェット。 networking.service 起動中 - ネットワークインターフェースを起動... systemd-fsck@dev-...開始/dev/mmcblk2p1のシステムチェック... [ OK ]systemd-fsckd.servを起動しました...テムデーモンの状態を確認してください。 [ OK ] /dev/mmcblk2p1 の systemd-fsck@dev-…le システムチェックが完了しました。 [ 7.297245] imx-dwmac 30bf0000.イーサネット eth0: Register MEM_TYPE_PAGE_POOL RxQ-0 [ 7.305583] imx-dwmac 30bf0000.イーサネット eth0: セーフティ機能のサポートなし [ 7.312850] imx-dwmac 30bf0000.イーサネット eth0: IEEE 1588-2008 Advanced Timestamp supported Mounting boot.mount - /boot... [ 7.324878] imx-dwmac 30bf0000.イーサネット eth0: registered PTP clock [ 7.336555] imx-dwmac 30bf0000.イーサネット eth0: FPE workqueue start [ 7.343570] imx-dwmac 30bf0000.イーサネット eth0: configuring for fixed/rgmii-id link mode [ 7.353100] imx-dwmac 30bf0000.イーサネット eth0: Link is Up - 1Gbps/Full - flow control off [ 7.353244] EXT4-fs (mmcblk2p1): mounted filesystem 45d36d6d-da2c-4fa0-ae4f-46086176bf89 r/w with ordered data mode. クォータモード:なし。 [ 7.354853] 8021q: デバイスeth0のハードウェアフィルタにVLAN 0を追加 [ OK ] boot.mount - /boot をマウントしました。 [ 7.484902 Realtek-MDIO STMMAC-1:00 ETH1: PHY/GMII リンクモードの設定 [ 7.499221] 8021q: eth1 デバイス上のハードウェアフィルターにVLAN 0を追加する [ 7.722835] Realtek-MDIO STMMAC-1:00 ETH2: PHY/GMIIリンクモードの設定 [ 7.758421] 8021q: eth2のデバイス上のハードウェアフィルターにVLAN 0を追加する [ OK ]networking.service を完了 - ネットワークインターフェースを上げる。 [ 7.988116] ランダム:CRNG init完了 [ OK ]systemd-random-seを終えました...rvice - ランダムシードのロード/セーブ。 [ OK ]dbus.service - D-Bus システムメッセージバスを開始しました。 wpa_supplicant.service 開始 - WPAの請願者... [ OK ]systemd-logind.service - ユーザーログイン マネジメントを開始しました。 [ OK ]wpa_supplicant.serviceを始めました - WPAの請求者。 [ OK ]目標に到達しました network.target - ネットワーク。 mosquitto.service - Mosquitto MQTT Brokerを起動中... ssh.service - OpenBSD Secure Shellサーバーを起動中... Starting systemd-hostnamed.service - Hostname Service... systemd-user-sessを起動中...vice - ユーザーセッションを許可... [ OK ]systemd-user-sessを終えました...ervice - ユーザーセッションを許可する。 [ OK ] [email protected] - Getty on tty1 を開始しました。 [ OK ] serial-getty@ttymx…ice - Serial Getty を ttymxc1 で開始しました。 [ OK ] ターゲット getty.target - ログインプロンプトに到達しました。 [ OK ] systemd-hostnamed.service - ホスト名サービスを開始しました。 [ OK ] ssh.service - OpenBSD Secure Shellサーバーを開始しました。 [ OK ] mosquitto.service - Mosquitto MQTT ブローカーを開始しました。 [ OK ]ターゲットに到達しました multi-user.target - マルチユーザーシステム。 [ OK ]ターゲットに到達しました graphical.target - グラフィカルインターフェース。 systemd-update-ut を起動しています… UTMP でランレベルの変更を記録します… [ OK ] platcfg.service▒▒が完了しましたさまざまなNXP i.MX/LS プラットフォーム。 [ OK ] systemd-update-ut が完了しました… - UTMP でランレベルの変更を記録しました。 Debian GNU/Linux 12 imx8mpevk ttymxc1 NXP Linux SDK 2506 Debianサーバー(NXP特有のハードウェアアクセラレーションで最適化) imx8mpevk login: root パスワード: Linux imx8mpevk 6.6.52-rt43-gd377c9049508-dirty#1 SMP PREEMPT 2026年7月2日(木) 11:19:58 CST aarch64 Debian GNU/Linuxシステムに含まれるプログラムはフリーソフトウェアであり、 各プログラムの正確な分布項は以下の通りです。 /usr/share/doc/*/copyright の個別ファイル。 Debian GNU/Linuxには、保証が全くありません 適用法で許可されている。 root@imx8mpevk:~# root@imx8mpevk:~# modprobe moal mod_para=nxp/wifi_mod_para.conf [ 27.658951] mlan: ツリー外モジュールのロードによりカーネルが汚染されます。 [ 27.688908] wlan: MWLANドライバのロード [ 27.693279] WLAN: バスドライバへ登録... [ 27.697621] vendor=0x02DF device=0x9149 class=0 function=1 [ 27.703270] モアルハンドル操作を取り付けて、カードインターフェースタイプ:0x105 [ 27.709133] モジュールパラメータからRPSを0に設定 [ 27.713466] SD8987: usr cfg からの init モジュールパラメータ [ 27.718305 ] card_type: SD8987、設定ブロック: 0 [ 27.722765] cfg80211_wext=0xf [ 27.725757] max_vir_bss=1 [ 27.728391] cal_data_cfg=なし [ 27.731362 ps_mode = 1 [ 27.733821 auto_ds = 1 [ 27.736295] host_mlme=enable [ 27.739186] fw_name=NXP/sdiouart8987_combo_v0.bin [ 27.743918] SDIO: max_segs=128 max_seg_size=65535 [ 27.748647] rx_work=1 cpu_num=4 [ 27.751795] moal_recv_amsdu_packet を有効にする [ 27.755832] MLANアダプタ操作をアタッチします。card_typeは0x105です。 [ 27.762044] wlan: TX SG モードを有効にする [ 27.765551] wlan: RX SG モードを有効にする [ 27.776176] ファームウェアのリクエスト: nxp/sdiouart8987_combo_v0.bin [ 28.073628] Wlan: ファームウェアのダウンロードが完了しました。ファームウェアの長さ=626584、ダウンロード済み617556 [ 28.944747] WLAN FW がアクティブです [ 28.947734] on_time は 28943658375 です [ 29.003401] VDLLイメージ: 長さ=9028 [29.006743] FWの国コードWWはUSと一致しません [ 29.012026] fw_cap_info=0x181d6f03、dev_cap_mask=0xffffffff [ 29.017672] max_p2p_conn = 8、max_sta_conn = 8 [ 29.022438] SDIO rx aggr: 1 block_size=512 [ 29.026600] wlan: RX SG モードを有効にする [ 29.030117] mpa_rx_buf_size=65280 [ 29.054744] NXP 802.11アダプタmlan0を登録 [ 29.061163] NXP 802.11アダプタuap0を登録 [ 29.069437] NXP 802.11アダプタwfd0を登録 [ 29.073887] wlan: バージョン = SD8987----16.92.21.p142.3-MM6X16505.p4-GPL-(FP92) [ 29.083234] wlan: バス運転手への登録完了 [ 29.088229] wlan: ドライバのロードが正常に完了 root@imx8mpevk:~# [ 29.430504] WLAN: mlan0 スキャン開始 [ 33.741685] WLAN: スキャン完了: スキャン済み APカウント=6 root@imx8mpevk:~# root@imx8mpevk:~# mod[ 38.754412] wlan: mlan0 スキャン開始 プローブ btnxpuart [ 43.549431] btnxpuart serial0-0: ipgクロック有効、レート=80000000 [ 43.555634] btnxpuart serial0-0: クロックごとの有効、レート=80000000 root@imx8mpevk:~# [ 43.743746] wlan: スキャン完了: スキャンしたAP数=14 [ 44.580103] Bluetooth: hci0: FW は既に実行中です。 [ 46.628430] Bluetooth: hci0: オペコード 0x0c03 が失敗しました: -110 [ 48.756247] wlan: mlan0 スキャン開始 [ 53.744943] wlan: スキャン完了: スキャンしたAP数=16 [ 53.753462] wlan: スキャン開始のスケジュールを設定 Re: Bluetooth on i.MX8MP こんにちは@wanggg 現在使用している8MPボードはどれですか?ハードウェア接続を共有してもらえますか? よろしくお願いいたします。 ショーン Re: Bluetooth on i.MX8MP こんにちは、 @shaun_wu ハードウェアの問題は既に特定済みです。助けてくれてありがとう。
查看全文
Cool Cove AC Features and Benefits You Should Know Cool Cove Staying comfortable indoors during warm weather is essential, whether you're working, relaxing, or sleeping. A compact and portable cooling device can make a noticeable difference without requiring permanent installation or taking up valuable space. Cool Cove AC is designed to offer a practical and convenient way to improve indoor comfort while fitting seamlessly into a variety of living and working environments. With its lightweight construction, user-friendly controls, and modern appearance, Cool Cove is an excellent option for those looking for a flexible cooling solution. Compact Design for Any Room One of the standout features of Cool Cove is its compact, space-saving design. Unlike larger cooling units that require significant floor space, Cool Cove AC is designed to fit comfortably on desks, bedside tables, shelves, or countertops. Its small footprint makes it suitable for apartments, dorm rooms, home offices, bedrooms, living rooms, and other indoor spaces where space may be limited. Cool Cove Because of its streamlined design, users can enjoy additional comfort without rearranging furniture or sacrificing valuable room. The compact size also allows the device to blend naturally into both small and large indoor settings.
查看全文
S32DS activation code expired Hi,  My S32DS ARM Version 2018.R1 license has expired.  Could you please extend the license for me? Here is the code : EB6D-13A1-B079-08B8 Thank you so much. Re: S32DS activation code expired Hi, I have the same problem. Can you please extend my license as well. S32 Design Studio for ARM v2018 R1 Activation Code: FF6A-EDA4-CDF0-7186. Thanks Re: S32DS activation code expired Many thanks Peter, it works. Re: S32DS activation code expired Hello, The code you have posted is for ARMv2018. S32 Design Studio_2018R1 you have different code. So just to bu sure we have extended both for you. Your new keys are: 3071-183A-BD61-E8C0 18C0-96C0-44BB-F8E2 Best regards, Peter  
查看全文
S32K312 ISELED NXPのエキスパートの方、こんにちは。S32K312NHT0MPAITはどの世代のISELEDに対応していますか?第1世代のみに対応しているのでしょうか?
查看全文
i.MX95 Boot ROM does not fall back from eMMC Boot0 to Boot1 after AHAB container corruption Hello Experts, On the i.MX95, does the Boot ROM support automatic failover between eMMC Boot0 and Boot1 when the selected boot partition contains an invalid AHAB container? I programmed the same flash.bin into both Boot0 and Boot1. After setting BOOT_PARTITION_ENABLE = Boot0, I corrupted the first 4 KB of Boot0 (destroying the beginning of the AHAB container). The board reports: Boot stage: Primary Image set: 0 Parse seco container failed -14 SPL: failed to boot from all boot devices If I manually switch BOOT_PARTITION_ENABLE to Boot1, the board boots normally. Based on some older i.MX8 forum discussions, I expected the ROM to automatically try Boot1. Is automatic Boot0→Boot1 fallback supported on i.MX95? If so, what conditions trigger it? If not, what is the recommended redundancy mechanism for bootloader recovery? Steps for reproduction: Flash the same imx-boot-imx95-19x19-verdin-sd.bin-flash_all to eMMC Boot0 and Boot1. Following is the script that I have used to flash both banks of emmc (attached in attachments) Verify both partitions contain the same image. Set:   mmc partconf 0 0 1 0   (Boot0 selected) Corrupt the first 4 KB of Boot0:   dd if=/dev/zero of=/dev/mmcblk0boot0 bs=512 count=8 conv=fsync   Reboot. Observe:   U-Boot SPL 2025.04-g99518e6b6f20 (Feb 02 2026 - 05:52:54 +0000) SYS Boot reason: por, origin: -1, errid: -1 SYS shutdown reason: por, origin: -1, errid: -1 Normal Boot Trying to boot from MMC1 Boot stage: Primary Image set: 0, offset: 0x0 Parse seco container failed -14 Load image from MMC/SD 0x0 mmc_load_image_raw_sector: mmc block read error Error: -38 SPL: failed to boot from all boot devices ### ERROR ### Please RESET the board ###   Change PARTITION_CONFIG to Boot1:   mmc partconf 0 0 2 0   The board boots successfully from Boot1. In short, I would like to get clarification on the following  Does the i.MX95 Boot ROM support automatic eMMC Boot0↔Boot1 failover, or is the redundancy mechanism expected to be implemented differently (e.g., via image sets, software updates, or an alternate boot device)? BR, Arun Kumar Re: i.MX95 Boot ROM does not fall back from eMMC Boot0 to Boot1 after AHAB container corruption Thank you @ Zhiming_Liu, I would like to understand Under what conditions does the i.MX95 Boot ROM set boot_stage = Secondary for eMMC Boot0/Boot1? BR, Arun Kumar Re: i.MX95 Boot ROM does not fall back from eMMC Boot0 to Boot1 after AHAB container corruption Hi @arun16598  The i.MX95 support it, but need SPL support this feature. Based on what you've described, it appears that the version of U-Boot you're using does not include the following patch. LFU-890-1 imx: image-container: Support iMX95 and iMX94 secondary boot · nxp-imx/uboot-imx@02d75ab · GitHub Best Regards, Zhiming
查看全文
Bluetooth on i.MX8MP Hello, Expert, I am testing the AW-CM358SM on the IMX8MP. The WiFi is working successfully, but when I test Bluetooth on UART3, it shows an error. The error message is as follows. I have tried many methods but still have not succeeded. Do you have any ideas on how to fix it? I would greatly appreciate your help. error log: Bluetooth: hci0: FW already running. [ 46.628430] Bluetooth: hci0: Opcode 0x0c03 failed: -110 dts:  &uart3 { /* BT */     pinctrl-names = "default";     pinctrl-0 = <&pinctrl_uart3 &pinctrl_bt_ctrl>;     assigned-clocks = <&clk IMX8MP_CLK_UART3>;     assigned-clock-parents = <&clk IMX8MP_SYS_PLL1_80M>;     uart-has-rtscts;     status = "okay";     bluetooth {         compatible = "nxp,88w8987-bt";         device-wakeup-gpios = <&gpio2 10 GPIO_ACTIVE_HIGH>;     }; }; pinctrl_uart3: uart3grp {     fsl,pins = <         MX8MP_IOMUXC_ECSPI1_SCLK__UART3_DCE_RX 0x140         MX8MP_IOMUXC_ECSPI1_MOSI__UART3_DCE_TX 0x140         MX8MP_IOMUXC_ECSPI1_MISO__UART3_DCE_CTS 0x140         MX8MP_IOMUXC_ECSPI1_SS0__UART3_DCE_RTS 0x140     >; }; pinctrl_bt_ctrl: btctrlgrp {     fsl,pins = <         MX8MP_IOMUXC_SD1_RESET_B__GPIO2_IO10 0x10 /* HOST_WAKE_BT */         MX8MP_IOMUXC_SD1_STROBE__GPIO2_IO11 0x140 /* BT_HOST_WAKE */     >; }; wifi_mod_para.conf SD8987 = {     cfg80211_wext=0xf     wfd_name=p2p     max_vir_bss=1     cal_data_cfg=none     drv_mode=7     ps_mode=2     auto_ds=2     fw_name=nxp/sdiouart8987_combo_v0.bin } Kernel log Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 6.6.52-rt43-gd377c9049508-dirty (root@fbdebian) (aarch64-linux-gnu-gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT Thu Jul 2 11:19:58 CST 2026 [ 0.000000] KASLR disabled due to lack of seed [ 0.000000] Machine model: G3 i.MX8MPlus EVK board [ 0.000000] efi: UEFI not found. [ 0.000000] Reserved memory: unable to setup CMA region [ 0.000000] OF: reserved mem: node linux,cma compatible matching fail [ 0.000000] OF: reserved mem: 0x0000000000900000..0x000000000096ffff (448 KiB) nomap non-reusable ocram@900000 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000040000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x000000013fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000040000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000013fffffff] [ 0.000000] cma: Reserved 8 MiB at 0x00000000ff800000 on node -1 [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. [ 0.000000] psci: SMC Calling Convention v1.4 [ 0.000000] percpu: Embedded 20 pages/cpu s43368 r8192 d30360 u81920 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: ARM erratum 845719 [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Kernel command line: console=ttymxc1,115200 root=PARTUUID=6a120481-03 rw rootwait [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1032192 [ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off [ 0.000000] software IO TLB: area num 4. [ 0.000000] software IO TLB: mapped [mem 0x00000000fb800000-0x00000000ff800000] (64MB) [ 0.000000] Memory: 4012020K/4194304K available (16192K kernel code, 1688K rwdata, 5064K rodata, 3520K init, 541K bss, 174092K reserved, 8192K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 160 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] Root IRQ handler: gic_handle_irq [ 0.000000] GICv3: GICv3 features: 16 PPIs [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000038880000 [ 0.000000] ITS: No ITS available, not enabling LPIs [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] arch_timer: cp15 timer(s) running at 8.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x1d854df40, max_idle_ns: 440795202120 ns [ 0.000000] sched_clock: 56 bits at 8MHz, resolution 125ns, wraps every 2199023255500ns [ 0.000475] Console: colour dummy device 80x25 [ 0.000519] Calibrating delay loop (skipped), value calculated using timer frequency.. 16.00 BogoMIPS (lpj=32000) [ 0.000528] pid_max: default: 32768 minimum: 301 [ 0.000602] LSM: initializing lsm=capability,integrity [ 0.000695] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.000711] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.002173] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1. [ 0.002240] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1. [ 0.002415] rcu: Hierarchical SRCU implementation. [ 0.002418] rcu: Max phase no-delay instances is 1000. [ 0.004206] EFI services will not be available. [ 0.004444] smp: Bringing up secondary CPUs ... [ 0.004903] Detected VIPT I-cache on CPU1 [ 0.004964] GICv3: CPU1: found redistributor 1 region 0:0x00000000388a0000 [ 0.005000] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.005523] Detected VIPT I-cache on CPU2 [ 0.005565] GICv3: CPU2: found redistributor 2 region 0:0x00000000388c0000 [ 0.005585] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] [ 0.006045] Detected VIPT I-cache on CPU3 [ 0.006083] GICv3: CPU3: found redistributor 3 region 0:0x00000000388e0000 [ 0.006100] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] [ 0.006165] smp: Brought up 1 node, 4 CPUs [ 0.006173] SMP: Total of 4 processors activated. [ 0.006177] CPU features: detected: 32-bit EL0 Support [ 0.006181] CPU features: detected: CRC32 instructions [ 0.006243] CPU: All CPU(s) started at EL2 [ 0.006246] alternatives: applying system-wide alternatives [ 0.008002] devtmpfs: initialized [ 0.016979] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.017001] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.017422] pinctrl core: initialized pinctrl subsystem [ 0.020051] DMI not present or invalid. [ 0.020689] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.022304] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations [ 0.023375] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.024665] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.024748] audit: initializing netlink subsys (disabled) [ 0.024932] audit: type=2000 audit(0.024:1): state=initialized audit_enabled=0 res=1 [ 0.025352] thermal_sys: Registered thermal governor 'step_wise' [ 0.025356] thermal_sys: Registered thermal governor 'power_allocator' [ 0.025401] cpuidle: using governor menu [ 0.025566] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.025647] ASID allocator initialised with 65536 entries [ 0.026696] Serial: AMBA PL011 UART driver [ 0.026763] imx mu driver is registered. [ 0.026785] imx rpmsg driver is registered. [ 0.032936] platform soc@0: Fixed dependency cycle(s) with /soc@0/bus@30000000/efuse@30350000/unique-id@8 [ 0.035120] platform 30330000.pinctrl: Fixed dependency cycle(s) with /soc@0/bus@30000000/pinctrl@30330000/hoggrp [ 0.035566] imx8mp-pinctrl 30330000.pinctrl: initialized IMX pinctrl driver [ 0.036067] platform 30350000.efuse: Fixed dependency cycle(s) with /soc@0/bus@30000000/clock-controller@30380000 [ 0.037099] platform 30350000.efuse: Fixed dependency cycle(s) with /soc@0/bus@30000000/clock-controller@30380000 [ 0.049206] Modules: 25968 pages in range for non-PLT usage [ 0.049215] Modules: 517488 pages in range for PLT usage [ 0.049877] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 0.049884] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page [ 0.049889] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages [ 0.049892] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page [ 0.049896] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 0.049902] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page [ 0.049909] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages [ 0.049912] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page [ 0.052093] iommu: Default domain type: Translated [ 0.052102] iommu: DMA domain TLB invalidation policy: strict mode [ 0.052394] SCSI subsystem initialized [ 0.052679] usbcore: registered new interface driver usbfs [ 0.052709] usbcore: registered new interface driver hub [ 0.052742] usbcore: registered new device driver usb [ 0.053603] pps_core: LinuxPPS API ver. 1 registered [ 0.053607] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.053619] PTP clock support registered [ 0.053886] EDAC MC: Ver: 3.0.0 [ 0.054304] scmi_core: SCMI protocol bus registered [ 0.055327] Bluetooth: Core ver 2.22 [ 0.055356] NET: Registered PF_BLUETOOTH protocol family [ 0.055361] Bluetooth: HCI device and connection manager initialized [ 0.055370] Bluetooth: HCI socket layer initialized [ 0.055375] Bluetooth: L2CAP socket layer initialized [ 0.055387] Bluetooth: SCO socket layer initialized [ 0.055707] vgaarb: loaded [ 0.056088] clocksource: Switched to clocksource arch_sys_counter [ 0.056287] VFS: Disk quotas dquot_6.6.0 [ 0.056396] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.063310] NET: Registered PF_INET protocol family [ 0.063495] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.066275] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 0.066325] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.066337] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.066585] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear) [ 0.067521] TCP: Hash tables configured (established 32768 bind 32768) [ 0.067635] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.067720] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.067927] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.068373] RPC: Registered named UNIX socket transport module. [ 0.068379] RPC: Registered udp transport module. [ 0.068381] RPC: Registered tcp transport module. [ 0.068384] RPC: Registered tcp-with-tls transport module. [ 0.068386] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.069403] PCI: CLS 0 bytes, default 64 [ 0.070488] Initialise system trusted keyrings [ 0.070625] workingset: timestamp_bits=46 max_order=20 bucket_order=0 [ 0.070895] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.071096] NFS: Registering the id_resolver key type [ 0.071116] Key type id_resolver registered [ 0.071120] Key type id_legacy registered [ 0.071137] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.071142] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 0.071159] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc. [ 0.071346] 9p: Installing v9fs 9p2000 file system support [ 0.100048] jitterentropy: Initialization failed with host not compliant with requirements: 9 [ 0.100055] Key type asymmetric registered [ 0.100059] Asymmetric key parser 'x509' registered [ 0.100104] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) [ 0.100110] io scheduler mq-deadline registered [ 0.100114] io scheduler kyber registered [ 0.100139] io scheduler bfq registered [ 0.115771] imx-sdma 30bd0000.dma-controller: Direct firmware load for imx/sdma/sdma-imx7d.bin failed with error -2 [ 0.115787] imx-sdma 30bd0000.dma-controller: Falling back to sysfs fallback for: imx/sdma/sdma-imx7d.bin [ 0.117292] mxs-dma 33000000.dma-apbh: initialized [ 0.118069] SoC: i.MX8MP revision 1.1 [ 0.118477] Bus freq driver module loaded [ 0.135536] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.138454] 30880000.serial: ttymxc2 at MMIO 0x30880000 (irq = 16, base_baud = 5000000) is a IMX [ 0.138703] serial serial0: tty port ttymxc2 registered [ 0.139315] 30890000.serial: ttymxc1 at MMIO 0x30890000 (irq = 17, base_baud = 1500000) is a IMX [ 0.139350] printk: legacy console [ttymxc1] enabled [ 1.222791] loop: module loaded [ 1.227149] of_reserved_mem_lookup() returned NULL [ 1.237919] tun: Universal TUN/TAP device driver, 1.6 [ 1.244863] sky2: driver version 1.30 [ 1.249061] usbcore: registered new device driver r8152-cfgselector [ 1.255367] usbcore: registered new interface driver r8152 [ 1.261230] VFIO - User Level meta-driver version: 0.3 [ 1.271293] usbcore: registered new interface driver uas [ 1.276669] usbcore: registered new interface driver usb-storage [ 1.282753] usbcore: registered new interface driver usbserial_generic [ 1.289312] usbserial: USB Serial support registered for generic [ 1.295346] usbcore: registered new interface driver ftdi_sio [ 1.301121] usbserial: USB Serial support registered for FTDI USB Serial Device [ 1.308467] usbcore: registered new interface driver usb_serial_simple [ 1.315022] usbserial: USB Serial support registered for carelink [ 1.321145] usbserial: USB Serial support registered for flashloader [ 1.327526] usbserial: USB Serial support registered for funsoft [ 1.333554] usbserial: USB Serial support registered for google [ 1.339503] usbserial: USB Serial support registered for hp4x [ 1.345284] usbserial: USB Serial support registered for kaufmann [ 1.351402] usbserial: USB Serial support registered for libtransistor [ 1.357961] usbserial: USB Serial support registered for moto_modem [ 1.364256] usbserial: USB Serial support registered for motorola_tetra [ 1.370900] usbserial: USB Serial support registered for nokia [ 1.376765] usbserial: USB Serial support registered for novatel_gps [ 1.383149] usbserial: USB Serial support registered for siemens_mpi [ 1.389527] usbserial: USB Serial support registered for suunto [ 1.395476] usbserial: USB Serial support registered for vivopay [ 1.401511] usbserial: USB Serial support registered for zio [ 1.407203] usbcore: registered new interface driver usb_ehset_test [ 1.413528] usbcore: registered new device driver onboard-usb-hub [ 1.422006] snvs_rtc 30370000.snvs:snvs-rtc-lp: registered as rtc0 [ 1.428227] snvs_rtc 30370000.snvs:snvs-rtc-lp: setting system clock to 1970-01-01T00:00:00 UTC (0) [ 1.437427] i2c_dev: i2c /dev entries driver [ 1.445729] Bluetooth: HCI UART driver ver 2.3 [ 1.450203] Bluetooth: HCI UART protocol H4 registered [ 1.455351] Bluetooth: HCI UART protocol BCSP registered [ 1.460695] Bluetooth: HCI UART protocol LL registered [ 1.465847] Bluetooth: HCI UART protocol ATH3K registered [ 1.471280] Bluetooth: HCI UART protocol Three-wire (H5) registered [ 1.477642] Bluetooth: HCI UART protocol Broadcom registered [ 1.483333] Bluetooth: HCI UART protocol QCA registered [ 1.488739] EDAC MC: ECC not enabled [ 1.493561] sdhci: Secure Digital Host Controller Interface driver [ 1.499762] sdhci: Copyright(c) Pierre Ossman [ 1.504580] Synopsys Designware Multimedia Card Interface Driver [ 1.511193] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.519372] ledtrig-cpu: registered to indicate activity on CPUs [ 1.526326] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [ 1.535249] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available [ 1.545746] platform soc@0: Fixed dependency cycle(s) with /soc@0/bus@30000000/efuse@30350000 [ 1.548948] mmc2: SDHCI controller on 30b60000.mmc [30b60000.mmc] using ADMA [ 1.555377] optee: probing for conduit method. [ 1.565851] optee: api uid mismatch [ 1.569678] optee: probe of firmware:optee failed with error -22 [ 1.576620] NET: Registered PF_LLC protocol family [ 1.581492] u32 classifier [ 1.584247] input device check on [ 1.587910] Actions configured [ 1.591634] NET: Registered PF_INET6 protocol family [ 1.598148] Segment Routing with IPv6 [ 1.601891] In-situ OAM (IOAM) with IPv6 [ 1.605875] NET: Registered PF_PACKET protocol family [ 1.610955] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 1.625927] Bluetooth: RFCOMM TTY layer initialized [ 1.630834] Bluetooth: RFCOMM socket layer initialized [ 1.634392] mmc2: new HS400 Enhanced strobe MMC card at address 0001 [ 1.636001] Bluetooth: RFCOMM ver 1.11 [ 1.642888] mmcblk2: mmc2:0001 064G90 58.2 GiB [ 1.646098] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 1.653585] mmcblk2: p1 p2 p3 [ 1.655851] Bluetooth: BNEP filters: protocol multicast [ 1.661320] mmcblk2boot0: mmc2:0001 064G90 8.00 MiB [ 1.664139] Bluetooth: BNEP socket layer initialized [ 1.670589] mmcblk2boot1: mmc2:0001 064G90 8.00 MiB [ 1.674997] 8021q: 802.1Q VLAN Support v1.8 [ 1.680430] mmcblk2rpmb: mmc2:0001 064G90 16.0 MiB, chardev (238:0) [ 1.683109] lib80211: common routines for IEEE802.11 drivers [ 1.695071] 9pnet: Installing 9P2000 support [ 1.699490] Key type dns_resolver registered [ 1.704490] NET: Registered PF_VSOCK protocol family [ 1.719723] registered taskstats version 1 [ 1.723967] Loading compiled-in X.509 certificates [ 1.751680] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 1.762305] gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 1.772790] gpio gpiochip2: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 1.783311] gpio gpiochip3: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 1.793861] gpio gpiochip4: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 1.806692] i2c i2c-0: IMX I2C adapter registered [ 1.813480] rtc-rx8111 2-0032: registered as rtc1 [ 1.820041] ina238 2-0043: power monitor ina237 (Rshunt = 50000 uOhm, gain = 4) [ 1.821839] nxp-pca9450 0-0025: pca9450bc probed. [ 1.827481] i2c i2c-2: IMX I2C adapter registered [ 1.869694] usb251xb 3-002c: Hub configuration was successful. [ 1.875553] usb251xb 3-002c: Hub probed successfully [ 1.880583] i2c i2c-3: IMX I2C adapter registered [ 1.885922] imx8mq-usb-phy 381f0040.usb-phy: supply vbus not found, using dummy regulator [ 1.894643] imx8mq-usb-phy 382f0040.usb-phy: supply vbus not found, using dummy regulator [ 1.912708] 30a60000.serial: ttymxc3 at MMIO 0x30a60000 (irq = 199, base_baud = 1500000) is a IMX [ 1.922917] imx-dwmac 30bf0000.ethernet: IRQ eth_lpi not found [ 1.929740] imx-dwmac 30bf0000.ethernet: User ID: 0x10, Synopsys ID: 0x51 [ 1.936555] imx-dwmac 30bf0000.ethernet: DWMAC4/5 [ 1.941361] imx-dwmac 30bf0000.ethernet: DMA HW capability register supported [ 1.948509] imx-dwmac 30bf0000.ethernet: RX Checksum Offload Engine supported [ 1.955650] imx-dwmac 30bf0000.ethernet: TX Checksum insertion supported [ 1.962359] imx-dwmac 30bf0000.ethernet: Wake-Up On Lan supported [ 1.968520] imx-dwmac 30bf0000.ethernet: Enable RX Mitigation via HW Watchdog Timer [ 1.976199] imx-dwmac 30bf0000.ethernet: device MAC address 2a:c5:99:84:66:bb [ 1.983350] imx-dwmac 30bf0000.ethernet: Enabled L3L4 Flow TC (entries=8) [ 1.990152] imx-dwmac 30bf0000.ethernet: Enabled RFS Flow TC (entries=10) [ 1.996965] imx-dwmac 30bf0000.ethernet: Enabling HW TC (entries=256, max_off=256) [ 2.004554] imx-dwmac 30bf0000.ethernet: Using 34/40 bits DMA host/device width [ 2.158192] realtek-mdio stmmac-1:00: found an RTL8363NB switch [ 2.164168] realtek-mdio stmmac-1:00: unable to register switch ret = -517 [ 2.175037] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 2.180572] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1 [ 2.188568] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe6d hci version 0x110 quirks 0x000000a001000010 [ 2.198006] xhci-hcd xhci-hcd.1.auto: irq 203, io mem 0x38200000 [ 2.204153] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 2.209668] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2 [ 2.217339] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed [ 2.226380] hub 1-0:1.0: USB hub found [ 2.230477] hub 1-0:1.0: 1 port detected [ 2.236611] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 2.246489] hub 2-0:1.0: USB hub found [ 2.250581] hub 2-0:1.0: 1 port detected [ 2.256296] imx-cpufreq-dt imx-cpufreq-dt: cpu speed grade 5 mkt segment 0 supported-hw 0x20 0x1 [ 2.268964] sdhci-esdhc-imx 30b40000.mmc: allocated mmc-pwrseq [ 2.269069] sdhci-esdhc-imx 30b50000.mmc: Got CD GPIO [ 2.313534] mmc1: SDHCI controller on 30b50000.mmc [30b50000.mmc] using ADMA [ 2.413613] mmc0: SDHCI controller on 30b40000.mmc [30b40000.mmc] using ADMA [ 2.414283] realtek-mdio stmmac-1:00: found an RTL8363NB switch [ 2.492421] usb 1-1: new high-speed USB device number 2 using xhci-hcd [ 2.540131] mmc0: new ultra high speed SDR104 SDIO card at address 0001 [ 2.600919] realtek-mdio stmmac-1:00: configuring for fixed/rgmii link mode [ 2.610450] realtek-mdio stmmac-1:00: Link is Up - 1Gbps/Full - flow control off [ 2.644563] realtek-mdio stmmac-1:00 eth1 (uninitialized): PHY [dsa-0.0:01] driver [Generic PHY] (irq=POLL) [ 2.684441] realtek-mdio stmmac-1:00 eth2 (uninitialized): PHY [dsa-0.0:03] driver [Generic PHY] (irq=POLL) [ 2.699335] DSA: tree 0 setup [ 2.704695] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 2.704785] hub 1-1:1.0: USB hub found [ 2.712031] input: cpu_inputs as /devices/platform/cpu_inputs/input/input1 [ 2.715286] hub 1-1:1.0: 4 ports detected [ 2.722488] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 2.734966] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 2.741369] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' [ 2.748657] clk: Disabling unused clocks [ 2.752652] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 [ 2.761287] platform regulatory.0: Falling back to sysfs fallback for: regulatory.db [ 2.865310] hub 1-1:1.0: USB hub found [ 2.869427] hub 1-1:1.0: 4 ports detected [ 3.269517] EXT4-fs (mmcblk2p3): recovery complete [ 3.275227] EXT4-fs (mmcblk2p3): mounted filesystem 057d8de8-a7e7-4440-9fea-c9670c0c5df9 r/w with ordered data mode. Quota mode: none. [ 3.287379] VFS: Mounted root (ext4 filesystem) on device 179:3. [ 3.294319] devtmpfs: mounted [ 3.298268] Freeing unused kernel memory: 3520K [ 3.302934] Run /sbin/init as init process [ 3.423469] systemd[1]: System time before build time, advancing clock. [ 3.450897] systemd[1]: systemd 252.39-1~deb12u2 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) [ 3.483986] systemd[1]: Detected architecture arm64. Welcome to Debian GNU/Linux 12 (bookworm)! [ 3.506158] systemd[1]: Hostname set to . [ 3.512764] systemd[1]: Initializing machine ID from random generator. [ 3.558947] systemd[1]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set [ 3.931119] systemd[1]: Queued start job for default target graphical.target. [ 3.968011] systemd[1]: Created slice system-getty.slice - Slice /system/getty. [ OK ] Created slice system-getty.slice - Slice /system/getty. [ 3.993796] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. [ OK ] Created slice system-modpr…lice - Slice /system/modprobe. [ 4.022309] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty. [ OK ] Created slice system-seria… - Slice /system/serial-getty. [ 4.049678] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck. [ OK ] Created slice system-syste… - Slice /system/systemd-fsck. [ 4.077353] systemd[1]: Created slice user.slice - User and Session Slice. [ OK ] Created slice user.slice - User and Session Slice. [ 4.100497] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. [ OK ] Started systemd-ask-passwo…quests to Console Directory Watch. [ 4.128453] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. [ OK ] Started systemd-ask-passwo… Requests to Wall Directory Watch. [ 4.156396] systemd[1]: proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point was skipped because of an unmet condition check (ConditionPathExists=/proc/sys/fs/binfmt_misc). [ 4.175866] systemd[1]: Expecting device dev-mmcblk2p1.device - /dev/mmcblk2p1... Expecting device dev-mmcblk2p1.device - /dev/mmcblk2p1... [ 4.200472] systemd[1]: Expecting device dev-ttymxc1.device - /dev/ttymxc1... Expecting device dev-ttymxc1.device - /dev/ttymxc1... [ 4.224224] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes. [ OK ] Reached target cryptsetup.…get - Local Encrypted Volumes. [ 4.248610] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes. [ OK ] Reached target integrityse…Local Integrity Protected Volumes. [ 4.276289] systemd[1]: Reached target paths.target - Path Units. [ OK ] Reached target paths.target - Path Units. [ 4.296264] systemd[1]: Reached target remote-fs.target - Remote File Systems. [ OK ] Reached target remote-fs.target - Remote File Systems. [ 4.320247] systemd[1]: Reached target slices.target - Slice Units. [ OK ] Reached target slices.target - Slice Units. [ 4.340224] systemd[1]: Reached target swap.target - Swaps. [ OK ] Reached target swap.target - Swaps. [ 4.360269] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes. [ OK ] Reached target veritysetup… - Local Verity Protected Volumes. [ 4.384758] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket. [ OK ] Listening on systemd-fsckd…sck to fsckd communication Socket. [ 4.412536] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. [ OK ] Listening on systemd-initc… initctl Compatibility Named Pipe. [ 4.441749] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket. [ OK ] Listening on systemd-journ…socket - Journal Audit Socket. [ 4.468740] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). [ OK ] Listening on systemd-journ…t - Journal Socket (/dev/log). [ 4.496878] systemd[1]: Listening on systemd-journald.socket - Journal Socket. [ OK ] Listening on systemd-journald.socket - Journal Socket. [ 4.520946] systemd[1]: Listening on systemd-networkd.socket - Network Service Netlink Socket. [ OK ] Listening on systemd-netwo… - Network Service Netlink Socket. [ 4.557127] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. [ OK ] Listening on systemd-udevd….socket - udev Control Socket. [ 4.584722] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. [ OK ] Listening on systemd-udevd…l.socket - udev Kernel Socket. [ 4.624665] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... Mounting dev-hugepages.mount - Huge Pages File System... [ 4.651859] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... Mounting dev-mqueue.mount▒▒POSIX Message Queue File System... [ 4.680049] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... Mounting sys-kernel-debug.… - Kernel Debug File System... [ 4.709270] systemd[1]: sys-kernel-tracing.mount - Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing). [ 4.724518] systemd[1]: kmod-static-nodes.service - Create List of Static Device Nodes was skipped because of an unmet condition check (ConditionFileNotEmpty=/lib/modules/6.6.52-rt43-gd377c9049508-dirty/modules.devname). [ 4.757545] systemd[1]: Starting [email protected] - Load Kernel Module configfs... Starting modprobe@configfs…m - Load Kernel Module configfs... [ 4.788352] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod... Starting modprobe@dm_mod.s…[0m - Load Kernel Module dm_mod... [ 4.816731] systemd[1]: Starting [email protected] - Load Kernel Module drm... Starting [email protected] - Load Kernel Module drm... [ 4.848481] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... Starting modprobe@efi_psto…- Load Kernel Module efi_pstore... [ 4.876748] systemd[1]: Starting [email protected] - Load Kernel Module fuse... Starting [email protected]…e - Load Kernel Module fuse... [ 4.904963] systemd[1]: Starting [email protected] - Load Kernel Module loop... Starting [email protected]…e - Load Kernel Module loop... [ 4.928580] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/). [ 4.968886] systemd[1]: Starting systemd-journald.service - Journal Service... Starting systemd-journald.service - Journal Service... [ 5.004486] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... Starting systemd-modules-l…rvice - Load Kernel Modules... [ 5.031531] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line... Starting systemd-network-g… units from Kernel command line... [ 5.084818] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... Starting systemd-remount-f…nt Root and Kernel File Systems... [ 5.115743] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... Starting systemd-udev-trig…[0m - Coldplug All udev Devices... [ 5.136505] EXT4-fs (mmcblk2p3): re-mounted 057d8de8-a7e7-4440-9fea-c9670c0c5df9 r/w. Quota mode: none. [ 5.153130] systemd[1]: Started systemd-journald.service - Journal Service. [ OK ] Started systemd-journald.service - Journal Service. [ OK ] Mounted dev-hugepages.mount - Huge Pages File System. [ OK ] Mounted dev-mqueue.mount▒▒- POSIX Message Queue File System. [ OK ] Mounted sys-kernel-debug.m…nt - Kernel Debug File System. [ OK ] Finished modprobe@configfs…[0m - Load Kernel Module configfs. [ OK ] Finished modprobe@dm_mod.s…e - Load Kernel Module dm_mod. [ OK ] Finished [email protected] - Load Kernel Module drm. [ OK ] Finished modprobe@efi_psto…m - Load Kernel Module efi_pstore. [ OK ] Finished [email protected] - Load Kernel Module fuse. [ OK ] Finished [email protected] - Load Kernel Module loop. [ OK ] Finished systemd-modules-l…service - Load Kernel Modules. [ OK ] Finished systemd-network-g…rk units from Kernel command line. [ OK ] Finished systemd-remount-f…ount Root and Kernel File Systems. [ OK ] Reached target network-pre…get - Preparation for Network. Mounting sys-kernel-config…ernel Configuration File System... Starting systemd-journal-f…h Journal to Persistent Storage... [ 5.501074] systemd-journald[137]: Received client request to flush runtime journal. Starting systemd-random-se…ice - Load/Save Random Seed... Starting systemd-sysctl.se…ce - Apply Kernel Variables... Starting systemd-sysusers.…rvice - Create System Users... [ OK ] Finished systemd-udev-trig…e - Coldplug All udev Devices. [ OK ] Mounted sys-kernel-config.… Kernel Configuration File System. [ OK ] Finished systemd-journal-f…ush Journal to Persistent Storage. [ OK ] Finished systemd-sysctl.service - Apply Kernel Variables. Starting ifupdown-pre.serv…ynchronize boot up for ifupdown... [ OK ] Finished systemd-sysusers.service - Create System Users. Starting systemd-tmpfiles-…ate Static Device Nodes in /dev... [ OK ] Finished systemd-tmpfiles-…reate Static Device Nodes in /dev. [ OK ] Reached target local-fs-pr…reparation for Local File Systems. [ OK ] Reached target local-fs.target - Local File Systems. Starting systemd-tmpfiles-…te System Files and Directories... Starting systemd-udevd.ser…ger for Device Events and Files... [ OK ] Finished systemd-tmpfiles-…eate System Files and Directories. Starting systemd-timesyncd… - Network Time Synchronization... Starting systemd-update-ut…rd System Boot/Shutdown in UTMP... [ OK ] Finished systemd-update-ut…cord System Boot/Shutdown in UTMP. [ OK ] Started systemd-udevd.serv…nager for Device Events and Files. Starting systemd-networkd.…ice - Network Configuration... [ OK ] Found device dev-ttymxc1.device - /dev/ttymxc1. [ OK ] Started systemd-timesyncd.…0m - Network Time Synchronization. [ OK ] Reached target sysinit.target - System Initialization. [ OK ] Started systemd-tmpfiles-c… Cleanup of Temporary Directories. [ OK ] Reached target time-set.target - System Time Set. [ OK ] Started apt-daily.timer - Daily apt download activities. [ OK ] Started apt-daily-upgrade.… apt upgrade and clean activities. [ OK ] Started dpkg-db-backup.tim… Daily dpkg database backup timer. [ OK ] Started e2scrub_all.timer▒▒etadata Check for All Filesystems. [ OK ] Started fstrim.timer - Discard unused blocks once a week. [ OK ] Started logrotate.timer - Daily rotation of log files. [ OK ] Started man-db.timer - Daily man-db regeneration. [ OK ] Started sysstat-collect.ti… accounting tool every 10 minutes. [ OK ] Started sysstat-summary.ti…of yesterday's process accounting. [ OK ] Reached target timers.target - Timer Units. [ OK ] Listening on dbus.socket▒▒- D-Bus System Message Bus Socket. [ OK ] Reached targe[ 6.421751] cfg80211: failed to load regulatory.db t sockets.target - Socket Units. [ OK ] Reached target basic.target - Basic System. [ OK ] Started cron.service -…kground program processing daemon. Starting dbus.service - D-Bus System Message Bus... [ 6.524255] imx-sdma 30bd0000.dma-controller: Direct firmware load for imx/sdma/sdma-imx7d.bin failed with error -2 [ 6.537384] imx-sdma 30bd0000.dma-controller: Falling back to sysfs fallback for: imx/sdma/sdma-imx7d.bin [ OK ] Started firmwared.service - Linux Firmware Loader Daemon. [ 6.563260] imx-sdma 30bd0000.dma-controller: external firmware not found, using ROM firmware Starting kexec-load.servic…B: Load kernel image with kexec... Starting lm-sensors.servic…ize hardware monitoring sensors... Starting platcfg.service▒▒r various NXP i.MX/LS platforms... [ OK ] Started seatd.service - Seat management daemon. [ OK ] Started strongswan-starter…Ev1/IKEv2 daemon using ipsec.conf. Starting sysstat.service - Resets System Activity Logs... Starting systemd-logind.se…ice - User Login Management... [ OK ] Started systemd-networkd.service - Network Configuration. [ OK ] Finished ifupdown-pre.serv… synchronize boot up for ifupdown. [ OK ] Finished e2scrub_reap.serv…ine ext4 Metadata Check Snapshots. [ OK ] Finished sysstat.service - Resets System Activity Logs. [ OK ] Finished lm-sensors.servic…alize hardware monitoring sensors. [ OK ] Started kexec-load.service…LSB: Load kernel image with kexec. [ OK ] Found device dev-mmcblk2p1.device - /dev/mmcblk2p1. [ OK ] Reached target usb-gadget.…m - Hardware activated USB gadget. Starting networking.service - Raise network interfaces... Starting systemd-fsck@dev-… System Check on /dev/mmcblk2p1... [ OK ] Started systemd-fsckd.serv…tem Check Daemon to report status. [ OK ] Finished systemd-fsck@dev-…le System Check on /dev/mmcblk2p1. [ 7.297245] imx-dwmac 30bf0000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0 [ 7.305583] imx-dwmac 30bf0000.ethernet eth0: No Safety Features support found [ 7.312850] imx-dwmac 30bf0000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported Mounting boot.mount - /boot... [ 7.324878] imx-dwmac 30bf0000.ethernet eth0: registered PTP clock [ 7.336555] imx-dwmac 30bf0000.ethernet eth0: FPE workqueue start [ 7.343570] imx-dwmac 30bf0000.ethernet eth0: configuring for fixed/rgmii-id link mode [ 7.353100] imx-dwmac 30bf0000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off [ 7.353244] EXT4-fs (mmcblk2p1): mounted filesystem 45d36d6d-da2c-4fa0-ae4f-46086176bf89 r/w with ordered data mode. Quota mode: none. [ 7.354853] 8021q: adding VLAN 0 to HW filter on device eth0 [ OK ] Mounted boot.mount - /boot. [ 7.484902] realtek-mdio stmmac-1:00 eth1: configuring for phy/gmii link mode [ 7.499221] 8021q: adding VLAN 0 to HW filter on device eth1 [ 7.722835] realtek-mdio stmmac-1:00 eth2: configuring for phy/gmii link mode [ 7.758421] 8021q: adding VLAN 0 to HW filter on device eth2 [ OK ] Finished networking.service - Raise network interfaces. [ 7.988116] random: crng init done [ OK ] Finished systemd-random-se…rvice - Load/Save Random Seed. [ OK ] Started dbus.service - D-Bus System Message Bus. Starting wpa_supplicant.service - WPA supplicant... [ OK ] Started systemd-logind.service - User Login Management. [ OK ] Started wpa_supplicant.service - WPA supplicant. [ OK ] Reached target network.target - Network. Starting mosquitto.service - Mosquitto MQTT Broker... Starting ssh.service - OpenBSD Secure Shell server... Starting systemd-hostnamed.service - Hostname Service... Starting systemd-user-sess…vice - Permit User Sessions... [ OK ] Finished systemd-user-sess…ervice - Permit User Sessions. [ OK ] Started [email protected] - Getty on tty1. [ OK ] Started serial-getty@ttymx…ice - Serial Getty on ttymxc1. [ OK ] Reached target getty.target - Login Prompts. [ OK ] Started systemd-hostnamed.service - Hostname Service. [ OK ] Started ssh.service - OpenBSD Secure Shell server. [ OK ] Started mosquitto.service - Mosquitto MQTT Broker. [ OK ] Reached target multi-user.target - Multi-User System. [ OK ] Reached target graphical.target - Graphical Interface. Starting systemd-update-ut… Record Runlevel Change in UTMP... [ OK ] Finished platcfg.service▒▒for various NXP i.MX/LS platforms. [ OK ] Finished systemd-update-ut… - Record Runlevel Change in UTMP. Debian GNU/Linux 12 imx8mpevk ttymxc1 NXP Linux SDK 2506 Debian Server (optimized with NXP-specific hardware acceleration) imx8mpevk login: root Password: Linux imx8mpevk 6.6.52-rt43-gd377c9049508-dirty #1 SMP PREEMPT Thu Jul 2 11:19:58 CST 2026 aarch64 The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. root@imx8mpevk:~# root@imx8mpevk:~# modprobe moal mod_para=nxp/wifi_mod_para.conf [ 27.658951] mlan: loading out-of-tree module taints kernel. [ 27.688908] wlan: Loading MWLAN driver [ 27.693279] wlan: Register to Bus Driver... [ 27.697621] vendor=0x02DF device=0x9149 class=0 function=1 [ 27.703270] Attach moal handle ops, card interface type: 0x105 [ 27.709133] rps set to 0 from module param [ 27.713466] SD8987: init module param from usr cfg [ 27.718305] card_type: SD8987, config block: 0 [ 27.722765] cfg80211_wext=0xf [ 27.725757] max_vir_bss=1 [ 27.728391] cal_data_cfg=none [ 27.731362] ps_mode = 1 [ 27.733821] auto_ds = 1 [ 27.736295] host_mlme=enable [ 27.739186] fw_name=nxp/sdiouart8987_combo_v0.bin [ 27.743918] SDIO: max_segs=128 max_seg_size=65535 [ 27.748647] rx_work=1 cpu_num=4 [ 27.751795] Enable moal_recv_amsdu_packet [ 27.755832] Attach mlan adapter operations.card_type is 0x105. [ 27.762044] wlan: Enable TX SG mode [ 27.765551] wlan: Enable RX SG mode [ 27.776176] Request firmware: nxp/sdiouart8987_combo_v0.bin [ 28.073628] Wlan: FW download over, firmwarelen=626584 downloaded 617556 [ 28.944747] WLAN FW is active [ 28.947734] on_time is 28943658375 [ 29.003401] VDLL image: len=9028 [ 29.006743] FW country code WW does not match with US [ 29.012026] fw_cap_info=0x181d6f03, dev_cap_mask=0xffffffff [ 29.017672] max_p2p_conn = 8, max_sta_conn = 8 [ 29.022438] SDIO rx aggr: 1 block_size=512 [ 29.026600] wlan: Enable RX SG mode [ 29.030117] mpa_rx_buf_size=65280 [ 29.054744] Register NXP 802.11 Adapter mlan0 [ 29.061163] Register NXP 802.11 Adapter uap0 [ 29.069437] Register NXP 802.11 Adapter wfd0 [ 29.073887] wlan: version = SD8987----16.92.21.p142.3-MM6X16505.p4-GPL-(FP92) [ 29.083234] wlan: Register to Bus Driver Done [ 29.088229] wlan: Driver loaded successfully root@imx8mpevk:~# [ 29.430504] wlan: mlan0 START SCAN [ 33.741685] wlan: SCAN COMPLETED: scanned AP count=6 root@imx8mpevk:~# root@imx8mpevk:~# mod[ 38.754412] wlan: mlan0 START SCAN probe btnxpuart [ 43.549431] btnxpuart serial0-0: ipg clock enabled, rate=80000000 [ 43.555634] btnxpuart serial0-0: per clock enabled, rate=80000000 root@imx8mpevk:~# [ 43.743746] wlan: SCAN COMPLETED: scanned AP count=14 [ 44.580103] Bluetooth: hci0: FW already running. [ 46.628430] Bluetooth: hci0: Opcode 0x0c03 failed: -110 [ 48.756247] wlan: mlan0 START SCAN [ 53.744943] wlan: SCAN COMPLETED: scanned AP count=16 [ 53.753462] wlan: sched scan start Re: Bluetooth on i.MX8MP Hello @wanggg  Which 8MP board you currently using? Could you share hardware connection? Best Regards Shaun Re: Bluetooth on i.MX8MP Hello @shaun_wu  I have already identified the hardware problem. Thank you for your help.
查看全文
索取 FS26 图纸源文件 尊敬的技术支持团队:   我从事基于 FS26 SBC 的软件开发工作。附件中的图表引用自我们的软件开发资料,但我未能找到其原始官方文件。   请帮忙确认 NXP FS26 的哪个文档(数据手册/AN/功能安全手册/设计指南)包含此图,并提供相应的文档 ID 以及图表章节信息。   非常感谢您的帮助。 此致,   Re: Ask for FS26 drawing source document 亲爱的赖女士, 我猜想您提供的文档片段实际上并非来自我们的 FS26 文档。它实际上源自 FS6500/FS4500 SBC 系列的数据手册。 由于您正在为较新的 FS26 SBC 系列开发软件,因此您应该查看 FS26 软件快速入门指南 (AN14492)、FS26 实现和行为 (AN12995) 或完整的 FS26 数据手册。 BRs,托马斯 Re: Ask for FS26 drawing source document 亲爱的托马斯: 非常感谢您的及时澄清和指导! 此外,我还有另一个调试问题需要请教您。 我们的系统使用 FS26 为 FC7300 MCU 供电。当 FS26 进入 FS_STATES_NORMAL_FS 运行状态后,连接 J-Link 将导致 RST 引脚连续多次被拉低,从而导致调试器连接失败。 在正常运行模式下,通过定期的看门狗刷新,不会出现RESET问题。 能否帮忙分析一下这种多重RESET现象的根本原因,并分享相应的寄存器配置或硬件解决方案? 再次感谢您的支持。 此致, 赖 Re: Ask for FS26 drawing source document 你好, 我猜Jlink是指连接到JTAG? 如果在正常运行的系统中连接 JTAG 时出现反复复位,则可能是看门狗出现错误。 当游戏中存在外部调试器,干扰 CPU 运行时,出现这种情况并不奇怪。 我们正在使用 FS4500,据我所知,我们在使用 JTAG 之前总是会激活调试模式,因为我们没有运行 CPU-SW 代码片段来在 JTAG 干扰期间充当看门狗。 依我拙见,调试模式就是为此而设计的。
查看全文
クールコーブエアコンの知っておくべき機能とメリット クールコーブ 暖かい季節に屋内で快適に過ごすことは、仕事中でもリラックス中でも睡眠中でも重要です。コンパクトで携帯可能な冷却装置は、恒久的な設置や貴重なスペースを要さず、目に見える違いをもたらします。クールコーブACは、さまざまな生活・作業環境にシームレスに溶け込む実用的かつ便利な室内快適性を提供するよう設計されています。軽量な構造、使いやすい操作性、そしてモダンな外観により、Cool Coveは柔軟な冷却ソリューションを求める方にとって優れた選択肢です。 どんな部屋にもぴったりコンパクトなデザイン クールコーブ の際立った特徴の一つ は、コンパクトで省スペースなデザインです。大きな冷却ユニットが床面積を多く必要とする場合とは異なり、クールコーブACは机、ベッドサイドテーブル、棚、カウンタートップに快適に収まるよう設計されています。その小さな敷地面積により、アパート、寮、ホームオフィス、寝室、リビングルーム、そしてスペースが限られている屋内スペースに適しています。 クールコーブ 洗練されたデザインのおかげで、家具の配置を変えたり貴重な空間を犠牲にすることなく、さらなる快適さを享受できます。コンパクトなサイズは、小規模から大きな室内環境にも自然に溶け込むことができます。
查看全文
Ask for FS26 drawing source document Dear Support Team,   I’m engaged in software development based on FS26 SBC. The attached figure is quoted in our software development materials, yet I failed to locate its original official document.   Please help confirm which NXP FS26 document (datasheet / AN / safety manual / design guide) includes this diagram, and provide the corresponding document ID as well as figure chapter information.   Thank you very much for your assistance. Regards,   Re: Ask for FS26 drawing source document Dear Lai, I suppose that the document snippet you provided does not actually come from our FS26 documents. Instead it originates from the datasheet for the FS6500/FS4500 SBC family. Since you are developing software for the newer FS26 SBC family, you should look into the FS26 software quick start guide (AN14492), FS26 implementation and behaviors (AN12995) or the full FS26 datasheet instead. BRs, Tomas Re: Ask for FS26 drawing source document Dear Tomas, Thank you very much for your prompt clarification and guidance! Besides, I have another debug issue to consult you. Our system uses FS26 to supply FC7300 MCU. After FS26 enters FS_STATES_NORMAL_FS operational state, connecting J-Link will cause the RST pin to be pulled low multiple times consecutively, resulting in debugger connection failure. In normal running mode with regular watchdog refresh, the reset issue never occurs. Could you help analyze the root cause of this multi-reset phenomenon and share corresponding register configuration or hardware solutions? Thanks again for your support. Best regards, Lai Re: Ask for FS26 drawing source document Hello, I assume Jlink means connecting to JTAG? If You have repeating resets in a usually running system when connecting JTAG it sounds like there were some watchdog errors. Not really a surprise when an external debugger is in the game, which is interfering in CPU operation. We are using FS4500 and to my memory we always activate debug mode prior to using JTAG, because we do not have a CPU-SW snippet running that is acting the Watchdog during JTAG interference. To my humble understanding this is what the debug mode was made for.
查看全文
i.MX8MP 的蓝牙功能 您好,专家! 我正在 IMX8MP 上测试 AW-CM358SM。WiFi 工作正常,但是当我在 UART3 上测试蓝牙时,出现错误。错误信息如下。我尝试了很多方法,但仍然没有成功。你有什么办法解决这个问题吗?非常感谢您的帮助。 错误日志: Bluetooth: hci0: FW already running. [ 46.628430] Bluetooth: hci0: Opcode 0x0c03 failed: -110 dts: &uart3 { /* BT */ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_uart3 &pinctrl_bt_ctrl>; 已分配时钟 = <&clk IMX8MP_CLK_UART3>; 已分配时钟父级 = <&clk IMX8MP_SYS_PLL1_80M>; uart-has-rtscts; 状态 = "正常"; 蓝牙 { 兼容 = "nxp,88w8987-bt"; device-wakeup-gpios = <&gpio2 10 GPIO_ACTIVE_HIGH>; }; }; pinctrl_uart3:uart3grp { fsl,pins = < MX8MP_IOMUXC_ECSPI1_SCLK__UART3_DCE_RX 0x140 MX8MP_IOMUXC_ECSPI1_MOSI__UART3_DCE_TX 0x140 MX8MP_IOMUXC_ECSPI1_MISO__UART3_DCE_CTS 0x140 MX8MP_IOMUXC_ECSPI1_SS0__UART3_DCE_RTS 0x140 >; }; pinctrl_bt_ctrl: btctrlgrp { fsl,pins = < MX8MP_IOMUXC_SD1_RESET_B__GPIO2_IO10 0x10 /* HOST_WAKE_BT */ MX8MP_IOMUXC_SD1_STROBE__GPIO2_IO11 0x140 /* BT_HOST_WAKE */ >; }; wifi_mod_para.conf SD8987 = { cfg80211_wext=0xf wfd_name=p2p max_vir_bss=1 cal_data_cfg=none 驱动模式=7 ps_mode=2 auto_ds=2 fw_name=nxp/sdiouart8987_combo_v0.bin } 内核日志 正在启动内核... [ 0.000000] 在物理 CPU 0x0000000000 上启动 Linux [0x410fd034] [ 0.000000] Linux 版本 6.6.52-rt43-gd377c9049508-dirty(root@fbdebian) (aarch64-linux-gnu-gcc (Debian 12.2.0-14)12.2.0,GNU ld(Debian 版 GNU Binutils)2.40)#1 SMP PREEMPT 2026 年 7 月 2 日星期四 11:19:58 CST [ 0.000000] 由于缺少种子,KASLR 已禁用 [ 0.000000] 机器型号:G3 i.MX8MPlus EVK 板 [ 0.000000] efi:未找到 UEFI。 [ 0.000000] 保留内存:无法设置 CMA 区域 [ 0.000000] OF: 保留内存: 节点 linux,cma 兼容匹配失败 [ 0.000000] OF: 保留内存: 0x0000000000900000..0x000000000096ffff (448 KiB) nomap 不可重用 ocram@900000 [ 0.000000] 区域范围: [ 0.000000] DMA [内存 0x0000000040000000-0x00000000ffffffff] [ 0.000000] DMA32 为空 [ 0.000000] 正常 [内存 0x0000000100000000-0x000000013fffffff] [ 0.000000] 每个节点的可移动区域起始位置 [ 0.000000] 早期内存节点范围 [ 0.000000] 节点 0: [内存 0x0000000040000000-0x000000013fffffff] [ 0.000000] 初始化内存设置节点 0 [内存 0x0000000040000000-0x000000013fffffff] [ 0.000000] cma:在节点 -1 的 0x00000000ff800000 处保留 8 MiB 空间 [ 0.000000] psci:从 DT 探测管道方法。 [ 0.000000] psci: 固件中检测到 PSCIv1.1。 [ 0.000000] psci:使用标准 PSCI v0.2 函数 ID [ 0.000000] psci:不支持 MIGRATE_INFO_TYPE。 [ 0.000000] psci:SMC 调用约定 v1.4 [ 0.000000] percpu:嵌入式 20 页/CPU s43368 r8192 d30360 u81920 [ 0.000000] 在 CPU0 上检测到 VIPT 指令缓存 [ 0.000000] CPU 特性:检测到:GIC 系统寄存器 CPU 接口 [ 0.000000] CPU 特性:检测到:ARM 勘误 845719 [ 0.000000] 替代方案:应用启动替代方案 [0.000000]内核命令行:console=ttymxc1,115200 root=PARTUUID=6a120481-03 rw rootwait [ 0.000000] 目录项缓存哈希表条目:524288(阶数:10,4194304 字节,线性) [ 0.000000] Inode 缓存哈希表条目:262144(阶数:9,2097152 字节,线性) [ 0.000000] 已构建 1 个区域列表,移动性分组已启用。总页数:1032192 [ 0.000000] 内存自动初始化:栈:全部(零),堆分配:关闭,堆释放:关闭 [ 0.000000] 软件 IO TLB:区域编号 4。 [ 0.000000] 软件 IO TLB:已映射 [内存 0x00000000fb800000-0x00000000ff800000] (64MB) [ 0.000000] 内存:可用 4012020K/4194304K(16192K 内核代码,1688K 读写数据,5064K 只读数据,3520K 初始化,541K bss,174092K 保留,8192K cma 保留) [ 0.000000] SLUB:硬件对齐=64,顺序=0-3,最小对象数=0,CPU数=4,节点数=1 [ 0.000000] rcu:可抢占式分层 RCU 实现。 [ 0.000000] rcu: RCU 将 CPU 数量从 NR_CPUS=256 限制为 nr_cpu_ids=4。 [ 0.000000] 已启用 Tasks RCU 的 Trampoline 变体。 [ 0.000000] 任务 RCU 的跟踪变体已启用。 [ 0.000000] rcu: RCU 计算出的调度程序注册延迟值为 25 jiffies。 [ 0.000000] rcu:正在调整 rcu_fanout_leaf=16、nr_cpu_ids=4 的几何结构 [ 0.000000] NR_IRQS:64,nr_irqs:64,预分配中断:0 [ 0.000000] GICv3:GIC:使用分离式 EOI/停用模式 [ 0.000000] GICv3:实施了 160 个 SPI [ 0.000000] GICv3:已实现 0 个扩展 SPI [ 0.000000] 根中断处理程序:gic_handle_irq [ 0.000000] GICv3:GICv3 特征:16 PPI [ 0.000000] GICv3: CPU0: 找到分发器 0 区域 0:0x0000000038880000 [ 0.000000] ITS:无可用 ITS,不启用 LPI [ 0.000000] rcu: srcu_init: 根据争用情况设置 srcu_struct 大小。 [ 0.000000] arch_timer: cp15 定时器以 8.00MHz (phys) 运行。 [ 0.000000] 时钟源:arch_sys_counter:掩码:0xffffffffffffff 最大周期数:0x1d854df40,最大空闲时间(纳秒):440795202120 纳秒 [ 0.000000] 调度时钟:56 位,频率 8MHz,分辨率 125ns,每 2199023255500ns 溢出一次 [ 0.000475] 控制台:彩色虚拟设备 80x25 [ 0.000519] 校准延迟循环(已跳过),该值使用定时器频率计算得出。16.00 BogoMIPS (lpj=32000) [ 0.000528] pid_max:默认值:32768 最小值:301 [ 0.000602] LSM:初始化 lsm=能力、完整性 [ 0.000695] 挂载缓存哈希表条目:8192(阶数:4,65536 字节,线性) [ 0.000711] 挂载点缓存哈希表条目:8192(阶数:4,65536 字节,线性) [ 0.002173] RCU 任务:将 shift 设置为 2,lim 设置为 1 rcu_task_cb_adjust=1。 [ 0.002240] RCU 任务跟踪:将 shift 设置为 2,将 lim 设置为 1 rcu_task_cb_adjust=1。 [0.002415] rcu:分层SRCU实现。 [ 0.002418] rcu:最大相位无延迟实例数为 1000。 [ 0.004206] EFI 服务将不可用。 [ 0.004444] smp:正在启动辅助 CPU... [ 0.004903] 在 CPU1 上检测到 VIPT 指令缓存 [ 0.004964] GICv3:CPU1:找到重新分发器 1 区域 0:0x00000000388a0000 [ 0.005000] CPU1:已启动辅助处理器 0x0000000001 [0x410fd034] [ 0.005523] 在 CPU2 上检测到 VIPT 指令缓存 [ 0.005565] GICv3:CPU2:找到分布式内存分配器 2 区域 0:0x00000000388c0000 [ 0.005585] CPU2:已启动辅助处理器 0x0000000002 [0x410fd034] [ 0.006045] 在 CPU3 上检测到 VIPT 指令缓存 [ 0.006083] GICv3: CPU3: 找到分发器 3 区域 0:0x00000000388e0000 [ 0.006100] CPU3:已启动辅助处理器 0x0000000003 [0x410fd034] [ 0.006165] smp:已启动 1 个节点,4 个 CPU [ 0.006173] SMP:共激活了 4 个处理器。 [ 0.006177] CPU 特性:检测到:32 位 EL0 支持 [ 0.006181] CPU 特性:检测到:CRC32 指令 [ 0.006243] CPU:所有 CPU 均已在 EL2 级别启动 [ 0.006246] 替代方案:应用系统性替代方案 [ 0.008002] devtmpfs:已初始化 [ 0.016979] 时钟源:jiffies:掩码:0xffffffff 最大周期数:0xffffffff,最大空闲时间(纳秒):7645041785100000 纳秒 [ 0.017001] futex 哈希表条目:1024(阶数:4,65536 字节,线性) [ 0.017422] pinctrl 核心:已初始化 pinctrl 子系统 [ 0.020051] DMI 不存在或无效。 [ 0.020689] NET:已注册 PF_NETLINK/PF_ROUTE 协议族 [ 0.022304] DMA:已预分配 512 KiB GFP_KERNEL 池用于原子分配 [ 0.023375] DMA:已为原子分配预分配 512 KiB GFP_KERNEL|GFP_DMA 池 [ 0.024665] DMA:已为原子分配预分配 512 KiB GFP_KERNEL|GFP_DMA32 池 [ 0.024748] 审计:初始化 netlink 子系统(已禁用) [ 0.024932] 审计:类型=2000 审计(0.024:1):状态=已初始化 审计已启用=0 结果=1 [ 0.025352] thermal_sys:已注册热调速器“step_wise” [ 0.025356] thermal_sys:已注册热调节器“power_allocator” [ 0.025401] cpuidle:使用调速器菜单 [ 0.025566] 硬件断点:找到 6 个断点寄存器和 4 个监视点寄存器。 [ 0.025647] ASID 分配器已初始化,包含 65536 个条目 [ 0.026696] 串口:AMBA PL011 UART 驱动程序 [ 0.026763] imx mu 驱动程序已注册。 [ 0.026785] imx rpmsg 驱动程序已注册。 [ 0.032936] platform soc@0: 修复了与 /soc@0/bus@30000000/efuse@30350000/unique-id@8 的依赖循环 [ 0.035120] 平台 30330000.pinctrl:修复了与 /soc@0/bus@30000000/pinctrl@30330000/hoggrp 的依赖循环 [ 0.035566] imx8mp-pinctrl 30330000.pinctrl:初始化 IMX pinctrl 驱动程序 [ 0.036067] 平台 30350000.efuse:修复了与 /soc@0/bus@30000000/clock-controller@30380000 的依赖循环 [ 0.037099] 平台 30350000.efuse:修复了与 /soc@0/bus@30000000/clock-controller@30380000 的依赖循环 [ 0.049206] 模块:25968 个页面符合非 PLT 使用范围 [ 0.049215] 模块:PLT 使用范围内的模块有 517488 个。 [ 0.049877] HugeTLB:已注册 1.00 GiB 页面大小,预分配 0 个页面 [ 0.049884] HugeTLB:可释放 0 KiB 虚拟内存映射,用于 1.00 GiB 的页面 [ 0.049889] HugeTLB:已注册 32.0 MiB 页面大小,预分配 0 页 [ 0.049892] HugeTLB:可释放 0 KiB vmemmap 以处理 32.0 MiB 的页面 [ 0.049896] HugeTLB:已注册 2.00 MiB 页面大小,预分配 0 个页面 [ 0.049902] HugeTLB:可释放 0 KiB vmemmap 以处理 2.00 MiB 的页面 [ 0.049909] HugeTLB:已注册 64.0 KiB 页面大小,预分配 0 页 [ 0.049912] HugeTLB:可释放 0 KiB 虚拟内存映射,用于 64.0 KiB 的页面 [ 0.052093] iommu:默认域类型:已翻译 [ 0.052102] iommu:DMA 域 TLB 失效策略:严格模式 [ 0.052394] SCSI 子系统已初始化 [ 0.052679] usbcore:已注册新的接口驱动程序 usbfs [ 0.052709] usbcore:已注册新的接口驱动程序集线器 [ 0.052742] usbcore:已注册新的设备驱动程序 usb [ 0.053603] pps_core:LinuxPPS API 版本 1 已注册 [ 0.053607] pps_core:软件版本。5.3.6 - 版权所有 2005-2007 Rodolfo Giometti [ 0.053619] 已注册 PTP 时钟支持 [ 0.053886] EDAC MC:版本:3.0.0 [ 0.054304] scmi_core:SCMI 协议总线已注册 [ 0.055327] 蓝牙:核心版本 2.22 [ 0.055356] NET:已注册 PF_BLUETOOTH 协议族 [ 0.055361] 蓝牙:HCI 设备和连接管理器已初始化 [ 0.055370] 蓝牙:HCI 套接字层已初始化 [ 0.055375] 蓝牙:L2CAP 套接字层已初始化 [ 0.055387] 蓝牙:SCO套接字层已初始化 [ 0.055707] vgaarb:已加载 [ 0.056088] 时钟源:已切换到时钟源 arch_sys_counter [ 0.056287] VFS:磁盘配额 dquot_6.6.0 [ 0.056396] VFS:Dquot缓存哈希表条目:512(0阶,4096字节) [ 0.063310] NET:已注册 PF_INET 协议族 [ 0.063495] IP 标识符哈希表条目:65536(阶数:7,524288 字节,线性) [ 0.066275] tcp_listen_portaddr_hash 哈希表条目:2048(阶数:3,32768 字节,线性) [ 0.066325] 表扰动哈希表条目:65536(阶数:6,262144 字节,线性) [ 0.066337] TCP 已建立哈希表条目:32768(阶数:6,262144 字节,线性) [ 0.066585] TCP绑定哈希表条目:32768(阶数:8,1048576字节,线性) [ 0.067521] TCP:哈希表已配置(已建立连接 32768,绑定 32768) [ 0.067635] UDP 哈希表条目:2048(阶数:4,65536 字节,线性) [ 0.067720] UDP-Lite 哈希表条目:2048(阶数:4,65536 字节,线性) [ 0.067927] NET:已注册 PF_UNIX/PF_LOCAL 协议族 [ 0.068373] RPC:已注册命名的 UNIX 套接字传输模块。 [ 0.068379] RPC:已注册 UDP 传输模块。 [ 0.068381] RPC:已注册 TCP 传输模块。 [ 0.068384] RPC:已注册 tcp-with-tls 传输模块。 [ 0.068386] RPC:已注册 tcp NFSv4.1 反向通道传输模块。 [ 0.069403] PCI:CLS 0 字节,默认值 64 [ 0.070488] 初始化系统可信密钥环 [ 0.070625] 工作集:时间戳位数=46 最大阶数=20 桶阶数=0 [0.070895]squashfs:版本4.0(2009/01/31)菲利普·劳格 [ 0.071096] NFS:注册 id_resolver 密钥类型 [ 0.071116] 已注册键类型 id_resolver [ 0.071120] 已注册键类型 id_legacy [ 0.071137] nfs4filelayout_init:NFSv4 文件布局驱动程序正在注册... [ 0.071142] nfs4flexfilelayout_init:NFSv4 Flexfile 布局驱动程序正在注册... [ 0.071159] jffs2:版本 2.2。(与非) © 2001-2006 Red Hat, Inc. [ 0.071346] 9p:正在安装 v9fs 9p2000 文件系统支持 [ 0.100048] jitterentropy:初始化失败,主机不符合要求:9 [ 0.100055] 密钥类型非对称注册 [ 0.100059] 非对称密钥解析器“x509”已注册 [ 0.100104] 已加载块层 SCSI 通用 (bsg) 驱动程序版本 0.4(主版本 246) [ 0.100110] io 调度器 mq-deadline 已注册 [ 0.100114] io 调度器 kyber 已注册 [ 0.100139] io 调度器 bfq 已注册 [ 0.115771] imx-sdma 30bd0000.dma-controller:直接加载 imx/sdma/sdma-imx7d.bin 固件失败,错误代码 -2 [ 0.115787] imx-sdma 30bd0000.dma-controller:回退到 sysfs 备选方案:imx/sdma/sdma-imx7d.bin [ 0.117292] mxs-dma 33000000.dma-apbh:已初始化 [ 0.118069] SoC:i.MX8MP 版本 1.1 [ 0.118477] 总线频率驱动模块已加载 [ 0.135536] 串口:8250/16550 驱动程序,4 个端口,已启用 IRQ 共享 [ 0.138454] 30880000.serial:ttymxc2 位于 MMIO 0x30880000(中断号 = 16,基本波特率 = 5000000),是一台 IMX 设备。 [ 0.138703] 串口 serial0:tty 端口 ttymxc2 已注册 [ 0.139315] 30890000.serial:位于 MMIO 0x30890000 的 ttymxc1(中断号 = 17,基本波特率 = 1500000)是一台 IMX 设备。 [ 0.139350] printk: 旧版控制台 [ttymxc1] 已启用 [ 1.222791] 循环:模块已加载 [ 1.227149] of_reserved_mem_lookup() 返回 NULL [ 1.237919] tun:通用 TUN/TAP 设备驱动程序,1.6 [ 1.244863] sky2:驱动程序版本 1.30 [ 1.249061] usbcore:已注册新的设备驱动程序 r8152-cfgselector [ 1.255367] usbcore:已注册新的接口驱动程序 r8152 [ 1.261230] VFIO - 用户级元驱动程序版本:0.3 [ 1.271293] usbcore:已注册新的接口驱动程序 uas [ 1.276669] usbcore:已注册新的接口驱动程序 usb-storage [ 1.282753] usbcore:已注册新的接口驱动程序 usbserial_generic [ 1.289312] usbserial:已为通用 USB 串行支持注册 [ 1.295346] usbcore:已注册新的接口驱动程序 ftdi_sio [ 1.301121] usbserial:已为 FTDI USB 串口设备注册 USB 串口支持 [ 1.308467] usbcore:已注册新的接口驱动程序 usb_serial_simple [ 1.315022] usbserial:已为 Carelink 注册 USB 串口支持 [ 1.321145] usbserial:已为 flashloader 注册 USB 串口支持 [ 1.327526] usbserial:已为 funsoft 注册 USB 串口支持 [ 1.333554] usbserial:已为 Google 注册 USB 串口支持 [ 1.339503] usbserial:已为 hp4x 注册 USB 串口支持 [ 1.345284] usbserial:已为 kaufmann 注册 USB 串口支持 [ 1.351402] usbserial:libtransistor 已注册 USB 串口支持 [ 1.357961] usbserial:已为 moto_modem 注册 USB 串口支持 [ 1.364256] usbserial:已为 motorola_tetra 注册 USB 串口支持 [ 1.370900] usbserial:诺基亚已注册 USB 串口支持 [ 1.376765] usbserial:已为 novatel_gps 注册 USB 串口支持 [ 1.383149] usbserial:已为 siemens_mpi 注册 USB 串口支持 [ 1.389527] usbserial:已为 Suunto 注册 USB 串口支持 [ 1.395476] usbserial:vivopay 已注册 USB 串口支持 [ 1.401511] usbserial:已为 zio 注册 USB 串口支持 [ 1.407203] usbcore:已注册新的接口驱动程序 usb_ehset_test [ 1.413528] usbcore:已注册新的设备驱动程序 onboard-usb-hub [ 1.422006] snvs_rtc 30370000.snvs:snvs-rtc-lp:注册为 rtc0 [ 1.428227] snvs_rtc 30370000.snvs:snvs-rtc-lp:将系统时钟设置为 1970-01-01T00:00:00 UTC (0) [ 1.437427] i2c_dev:i2c /dev 条目驱动程序 [ 1.445729] 蓝牙:HCI UART 驱动程序版本 2.3 [ 1.450203] 蓝牙:HCI UART 协议 H4 已注册 [ 1.455351] 蓝牙:HCI UART 协议 BCSP 已注册 [ 1.460695] 蓝牙:HCI UART 协议 LL 已注册 [ 1.465847] 蓝牙:HCI UART 协议 ATH3K 已注册 [ 1.471280] 蓝牙:HCI UART 协议三线 (H5) 已注册 [ 1.477642] 蓝牙:HCI UART 协议,博通公司已注册 [ 1.483333] 蓝牙:HCI UART 协议 QCA 已注册 [ 1.488739] EDAC MC:ECC 未启用 [ 1.493561] sdhci:安全数字主机控制器接口驱动程序 [ 1.499762] sdhci:版权所有(c) 皮埃尔·奥斯曼 [ 1.504580] Synopsys Designware 多媒体卡接口驱动程序 [ 1.511193] sdhci-pltfm:SDHCI 平台和 OF 驱动程序助手 [ 1.519372] ledtrig-cpu:已注册以指示 CPU 活动 [ 1.526326] SMCCC:SOC_ID:ARCH_SOC_ID 未实现,跳过.... [ 1.535249] 硬件性能事件:已启用 armv8_cortex_a53 PMU 驱动程序,可用计数器为 7 个 [ 1.545746] platform soc@0: 修复了与 /soc@0/bus@30000000/efuse@30350000 的依赖循环 [ 1.548948] mmc2:30b60000.mmc 上的 SDHCI 控制器 [30b60000.mmc]使用ADMA [ 1.555377] optee:探测管道方法。 [ 1.565851] optee:API 用户 ID 不匹配 [ 1.569678] optee:固件探测失败,错误代码 -22 [ 1.576620] NET:已注册 PF_LLC 协议族 [ 1.581492] u32 分类器 [ 1.584247] 输入设备检查开启 [ 1.587910] 已配置的操作 [ 1.591634] NET:已注册 PF_INET6 协议族 [ 1.598148] IPv6 分段路由 [ 1.601891] 基于 IPv6 的原位 OAM (IOAM) [ 1.605875] NET:已注册 PF_PACKET 协议族 [ 1.610955] bridge:默认情况下不再支持通过 arp/ip/ip6tables 进行过滤。如果需要,请更新脚本以加载 br_netfilter。 [ 1.625927] 蓝牙:RFCOMM TTY 层已初始化 [ 1.630834] 蓝牙:RFCOMM 套接字层已初始化 [ 1.634392] mmc2:地址 0001 处新增 HS400 增强型频闪 MMC 卡 [ 1.636001] 蓝牙:RFCOMM 版本 1.11 [1.642888]mmcblk2:mmc2:0001 064G90 58.2 GiB [ 1.646098] 蓝牙:BNEP(以太网仿真)版本 1.3 [ 1.653585] mmcblk2:p1 p2 p3 [ 1.655851] 蓝牙:BNEP 过滤器:协议组播 [ 1.661320] mmcblk2boot0: mmc2:0001 064G90 8.00 MiB [ 1.664139] 蓝牙:BNEP 套接字层已初始化 [ 1.670589] mmcblk2boot1: mmc2:0001 064G90 8.00 MiB [ 1.674997] 8021q:802.1Q VLAN 支持 v1.8 [ 1.680430] mmcblk2rpmb: mmc2:0001 064G90 16.0 MiB,chardev (238:0) [ 1.683109] lib80211:IEEE802.11驱动程序的通用例程 [ 1.695071] 9pnet:正在安装 9P2000 支持 [ 1.699490] 已注册密钥类型 dns_resolver [ 1.704490] NET:已注册 PF_VSOCK 协议族 [ 1.719723] 已注册 taskstats 版本 1 [ 1.723967] 正在加载编译内置的 X.509 证书 [ 1.751680] gpio gpiochip0:GPIO 基址的静态分配已弃用,请使用动态分配。 [ 1.762305] gpio gpiochip1:GPIO 基址的静态分配已弃用,请使用动态分配。 [ 1.772790] gpio gpiochip2:GPIO 基址的静态分配已弃用,请使用动态分配。 [ 1.783311] gpio gpiochip3:GPIO 基址的静态分配已弃用,请使用动态分配。 [ 1.793861] gpio gpiochip4:GPIO 基址的静态分配已弃用,请使用动态分配。 [ 1.806692] i2c i2c-0:IMX I2C 适配器已注册 [ 1.813480] rtc-rx8111 2-0032:已注册为 rtc1 [ 1.820041] ina238 2-0043: 功率监测 ina237 (Rshunt = 50000 uOhm, gain = 4) [ 1.821839] nxp-pca9450 0-0025: pca9450bc 已探测。 [ 1.827481] i2c i2c-2:IMX I2C 适配器已注册 [ 1.869694] usb251xb 3-002c: 集线器配置成功。 [ 1.875553] usb251xb 3-002c:集线器探测成功 [ 1.880583] i2c i2c-3:IMX I2C 适配器已注册 [ 1.885922] imx8mq-usb-phy 381f0040.usb-phy:未找到电源总线,使用虚拟稳压器 [ 1.894643] imx8mq-usb-phy 382f0040.usb-phy:未找到电源总线,使用虚拟稳压器 [ 1.912708] 30a60000.serial:ttymxc3 位于 MMIO 0x30a60000(中断号 = 199,基本波特率 = 1500000),是一台 IMX 设备。 [ 1.922917] imx-dwmac 30bf0000.ethernet:未找到 IRQ eth_lpi [ 1.929740] imx-dwmac 30bf0000.ethernet:用户 ID:0x10,Synopsys ID:0x51 [ 1.936555] imx-dwmac 30bf0000.ethernet:DWMAC4/5 [ 1.941361] imx-dwmac 30bf0000.ethernet:DMA 硬件功能寄存器支持 [ 1.948509] imx-dwmac 30bf0000.ethernet:支持 RX 校验和卸载引擎 [ 1.955650] imx-dwmac 30bf0000.ethernet:支持插入 TX 校验和 [ 1.962359] imx-dwmac 30bf0000.ethernet:支持局域网唤醒 [ 1.968520] imx-dwmac 30bf0000.ethernet:通过硬件看门狗定时器启用接收缓解 [ 1.976199] imx-dwmac 30bf0000.ethernet:设备 MAC 地址 2a:c5:99:84:66:bb [ 1.983350] imx-dwmac 30bf0000.ethernet:已启用 L3L4 流 TC(条目=8) [ 1.990152] imx-dwmac 30bf0000.ethernet:已启用 RFS 流 TC(条目数=10) [ 1.996965] imx-dwmac 30bf0000.ethernet:启用硬件TC(条目数=256,最大关闭次数=256) [ 2.004554] imx-dwmac 30bf0000.ethernet:使用 34/40 位 DMA 主机/设备宽度 [ 2.158192] realtek-mdio stmmac-1:00: 发现一个 RTL8363NB 开关 [ 2.164168] realtek-mdio stmmac-1:00: 无法注册开关 ret = -517 [ 2.175037] xhci-hcd xhci-hcd.1.auto:xHCI 主机控制器 [ 2.180572] xhci-hcd xhci-hcd.1.auto:新USB总线已注册,分配总线编号1 [ 2.188568] xhci-hcd xhci-hcd.1.auto:hcc 参数 0x0220fe6d hci 版本 0x110 怪异之处 0x000000a001000010 [ 2.198006] xhci-hcd xhci-hcd.1.auto:中断 203,IO 内存 0x38200000 [ 2.204153] xhci-hcd xhci-hcd.1.auto:xHCI 主机控制器 [ 2.209668] xhci-hcd xhci-hcd.1.auto:新USB总线已注册,分配总线编号2 [ 2.217339] xhci-hcd xhci-hcd.1.auto:主机支持 USB 3.0 超高速 [ 2.226380] hub 1-0:1.0:发现 USB 集线器 [ 2.230477] hub 1-0:1.0: 检测到 1 个端口 [ 2.236611] usb usb2:我们不知道此主机的 LPM 算法,已禁用 LPM。 [ 2.246489] hub 2-0:1.0:发现 USB 集线器 [ 2.250581] hub 2-0:1.0: 检测到 1 个端口 [ 2.256296] imx-cpufreq-dt imx-cpufreq-dt: CPU 速度等级 5 市场段 0 支持硬件 0x20 0x1 [ 2.268964] sdhci-esdhc-imx 30b40000.mmc:分配的 mmc-pwrseq [ 2.269069] sdhci-esdhc-imx 30b50000.mmc:已获取 CD GPIO [ 2.313534] mmc1:30b50000.mmc 上的 SDHCI 控制器 [30b50000.mmc]使用ADMA [ 2.413613] mmc0:30b40000.mmc 上的 SDHCI 控制器 [30b40000.mmc]使用ADMA [ 2.414283] realtek-mdio stmmac-1:00: 发现一个 RTL8363NB 开关 [ 2.492421] usb 1-1:使用 xhci-hcd 的新型高速 USB 设备,编号 2 [ 2.540131] mmc0:地址 0001 处新增超高速 SDR104 SDIO 卡 [ 2.600919] realtek-mdio stmmac-1:00:正在配置固定/RGMII 链路模式 [ 2.610450] realtek-mdio stmmac-1:00: 链路已连接 - 1Gbps/全双工 - 流控制已关闭 [ 2.644563] realtek-mdio stmmac-1:00 eth1(未初始化):PHY [dsa-0.0:01]驱动程序 [通用 PHY] (irq=POLL) [ 2.684441] realtek-mdio stmmac-1:00 eth2(未初始化):PHY [dsa-0.0:03]驱动程序 [通用 PHY] (irq=POLL) [ 2.699335] DSA:树 0 设置 [ 2.704695] 输入:gpio-keys 作为 /devices/platform/gpio-keys/input/input0 [ 2.704785] hub 1-1:1.0:发现 USB 集线器 [ 2.712031] 输入:cpu_inputs 作为 /devices/platform/cpu_inputs/input/input1 [ 2.715286] hub 1-1:1.0:检测到 4 个端口 [ 2.722488] cfg80211:正在加载监管数据库的编译内 X.509 证书 [ 2.734966] 已加载 X.509 证书“sforshee: 00b28ddf47aef9cea7” [ 2.741369] 已加载 X.509 证书“wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600” [ 2.748657] clk:禁用未使用的时钟 [ 2.752652] 平台监管.0:直接加载 regulatory.db 的固件失败,错误代码为 -2 [ 2.761287] 平台监管.0:回退到 sysfs 备用方案,用于:regulatory.db [ 2.865310] hub 1-1:1.0:发现 USB 集线器 [ 2.869427] hub 1-1:1.0:检测到 4 个端口 [ 3.269517] EXT4-fs (mmcblk2p3): 恢复完成 [ 3.275227] EXT4-fs (mmcblk2p3): 已挂载文件系统 057d8de8-a7e7-4440-9fea-c9670c0c5df9 读/写,数据模式为有序模式。配额模式:无。 [ 3.287379] VFS:已将根(ext4 文件系统)挂载到设备 179:3。 [ 3.294319] devtmpfs:已挂载 [ 3.298268] 释放未使用的内核内存:3520K [ 3.302934] 以 init 进程身份运行 /sbin/init [ 3.423469] systemd[1]: 系统时间早于版本时间,正在推进时钟。 [ 3.450897] systemd[1]: systemd 252.39-1~deb12u2 以系统模式运行 (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) [ 3.483986] systemd[1]: 检测到架构 arm64。 欢迎使用 Debian GNU/Linux 12(书虫)! [ 3.506158] systemd[1]: 主机名设置为 。 [ 3.512764] systemd[1]: 从随机生成器初始化机器 ID。 [ 3.558947] systemd[1]: 调用 memfd_create() 时未设置 MFD_EXEC 或 MFD_NOEXEC_SEAL 参数 [ 3.931119] systemd[1]: 已将默认目标 graphic.target 的启动作业加入队列。 [ 3.968011] systemd[1]: 创建切片 system-getty.slice - 切片 /system/getty。 [确定] 创建切片 system-getty.slice - 切片 /system/getty。 [ 3.993796] systemd[1]: 创建切片 system-modprobe.slice - 切片 /system/modprobe。 [确定] 创建切片 system-modpr…lice - 切片 /system/modprobe。 [ 4.022309] systemd[1]: 创建切片 system-serial\x2dgetty.slice - 切片 /system/serial-getty。 [确定] 创建切片 system-seria… - 切片 /system/serial-getty。 [ 4.049678] systemd[1]: 创建切片 system-systemd\x2dfsck.slice - 切片 /system/systemd-fsck。 [确定] 创建切片 system-syste… - 切片 /system/systemd-fsck。 [ 4.077353] systemd[1]: 创建切片 user.slice - 用户和会话切片。 [确定] 创建切片 user.slice - 用户和会话切片。 [ 4.100497] systemd[1]: 已启动 systemd-ask-password-console.path - 将密码请求分发到控制台目录监视器。 [确定] 已启动 systemd-ask-passwo…quests 到控制台目录监视。 [ 4.128453] systemd[1]: 已启动 systemd-ask-password-wall.path - 将密码请求转发到 Wall 目录监视。 [确定] 已启动 systemd-ask-passwo… 请求 Wall 目录监视。 [ 4.156396] systemd[1]: proc-sys-fs-binfmt_misc.automount - 由于条件检查未满足 (ConditionPathExists=/proc/sys/fs/binfmt_misc),任意可执行文件格式文件系统自动挂载点被跳过。 [ 4.175866] systemd[1]: 正在等待设备 dev-mmcblk2p1.device - /dev/mmcblk2p1... 正在查找设备 dev-mmcblk2p1.device - /dev/mmcblk2p1... [ 4.200472] systemd[1]: 正在等待设备 dev-ttymxc1.device - /dev/ttymxc1... 正在查找设备 dev-ttymxc1.device - /dev/ttymxc1... [ 4.224224] systemd[1]: 已达到目标 cryptsetup.target - 本地加密卷。 [确定] 已达到目标 cryptsetup.…get- 本地加密卷。 [ 4.248610] systemd[1]: 已达到目标 integritysetup.target - 本地完整性保护卷。 [确定] 已达到目标完整性…本地完整性保护卷。 [ 4.276289] systemd[1]: 已达到目标 paths.target - 路径单元。 [确定] 已达到目标路径。target - 路径单元。 [ 4.296264] systemd[1]: 已达到目标 remote-fs.target - 远程文件系统。 [确定] 已达到目标 remote-fs.target - 远程文件系统。 [ 4.320247] systemd[1]: 已达到目标 slices.target - 切片单元。 [确定] 已达到目标切片数。target - 切片单位。 [ 4.340224] systemd[1]: 已达到目标 swap.target - 交换分区。 [确定] 已达到目标 swap.target - 交换。 [ 4.360269] systemd[1]: 已达到目标 veritysetup.target - 本地 Verity 保护卷。 [确定] 已达到目标 veritysetup… - 本地 Verity 保护卷。 [ 4.384758] systemd[1]: 正在监听 systemd-fsckd.socket - fsck 与 fsckd 通信套接字。 [确定] 正在监听 systemd-fsckd…sck 到 fsckd 通信套接字。 [ 4.412536] systemd[1]: 正在监听 systemd-initctl.socket - initctl 兼容命名管道。 [确定] 正在监听 systemd-initc… initctl 兼容性命名管道。 [ 4.441749] systemd[1]: 正在监听 systemd-journald-audit.socket - 日志审计套接字。 [确定] 正在监听 systemd-journ…套接字 - 日志审计套接字。 [ 4.468740] systemd[1]: 正在监听 systemd-journald-dev-log.socket - 日志套接字 (/dev/log)。 [确定] 正在监听 systemd-journ…t - 日志套接字 (/dev/log)。 [ 4.496878] systemd[1]: 正在监听 systemd-journald.socket - 日志套接字。 [确定] 正在监听 systemd-journald.socket - 日志套接字。 [ 4.520946] systemd[1]: 正在监听 systemd-networkd.socket - 网络服务 Netlink 套接字。 [确定] 正在监听 systemd-netwo… - 网络服务 Netlink 套接字。 [ 4.557127] systemd[1]: 正在监听 systemd-udevd-control.socket - udev 控制套接字。 [确定] 正在监听 systemd-udevd…套接字- udev 控制套接字。 [4.584722] systemd[1]:监听 systemd-udevd-kernel.socket - udev 内核套接字。 [确定] 正在监听 systemd-udevd…l.socket- udev 内核套接字。 [ 4.624665] systemd[1]: 正在挂载 dev-hugepages.mount - 大页文件系统... 正在挂载 dev-hugepages.mount - 大页文件系统... [ 4.651859] systemd[1]: 正在挂载 dev-mqueue.mount - POSIX 消息队列文件系统... 挂载 dev-mqueue.mount▒▒POSIX消息队列文件系统... [ 4.680049] systemd[1]: 正在挂载 sys-kernel-debug.mount - 内核调试文件系统... 正在挂载 sys-kernel-debug.… - 内核调试文件系统... [ 4.709270] systemd[1]: sys-kernel-tracing.mount - 由于未满足条件检查 (ConditionPathExists=/sys/kernel/tracing),内核跟踪文件系统被跳过。 [ 4.724518] systemd[1]: kmod-static-nodes.service - 创建静态设备节点列表由于未满足条件检查 (ConditionFileNotEmpty=/lib/modules/6.6.52-rt43-gd377c9049508-dirty/modules.devname) 而被跳过。 [ 4.757545] systemd[1]: 正在启动 [email protected] - 加载内核模块 configfs... 正在启动 modprobe@configfs…m - 加载内核模块 configfs… [ 4.788352] systemd[1]: 正在启动 modprobe@dm_mod.service - 加载内核模块 dm_mod... 启动 modprobe@dm_mod.s…[0m- 加载内核模块 dm_mod... [ 4.816731] systemd[1]: 正在启动 [email protected] - 加载内核模块 drm... 启动 [email protected] - 加载内核模块 drm... [ 4.848481] systemd[1]: 正在启动 modprobe@efi_pstore.service - 加载内核模块 efi_pstore... 正在启动 modprobe@efi_psto…- 加载内核模块 efi_pstore… [ 4.876748] systemd[1]: 正在启动 [email protected] - 加载内核模块 fuse... 正在启动 [email protected]…e - 加载内核模块 fuse… [ 4.904963] systemd[1]: 正在启动 [email protected] - 加载内核模块 loop... 正在启动 [email protected]…e - 加载内核模块 loop… [ 4.928580] systemd[1]: systemd-fsck-root.service - 由于条件检查未满足 (ConditionPathIsReadWrite=!/),已跳过对根设备的文件系统检查。 [ 4.968886] systemd[1]: 正在启动 systemd-journald.service - 日志服务... 正在启动 systemd-journald.service - 日志服务... [ 5.004486] systemd[1]: 正在启动 systemd-modules-load.service - 加载内核模块... 正在启动 systemd-modules-l…rvice - 加载内核模块... [ 5.031531] systemd[1]: 正在启动 systemd-network-generator.service - 从内核命令行生成网络单元... 从内核命令行启动 systemd-network-g… 单元… [ 5.084818] systemd[1]: 正在启动 systemd-remount-fs.service - 重新挂载根文件系统和内核文件系统... 正在启动 systemd-remount-f…nt 根文件系统和内核文件系统... [ 5.115743] systemd[1]: 正在启动 systemd-udev-trigger.service - 冷插拔所有 udev 设备... 正在启动 systemd-udev-trig…[0m - 冷插拔所有 udev 设备…] [ 5.136505] EXT4-fs (mmcblk2p3): 重新挂载 057d8de8-a7e7-4440-9fea-c9670c0c5df9 r/w。配额模式:无。 [ 5.153130] systemd[1]: 已启动 systemd-journald.service - 日志服务。 [确定] 已启动 systemd-journald.service - 日志服务。 [确定] 已挂载 dev-hugepages.mount - 大页文件系统。 [确定] 已挂载 dev-mqueue.mount▒▒-POSIX 消息队列文件系统。 [确定] 已挂载 sys-kernel-debug.m…nt - 内核调试文件系统。 [确定] modprobe@configfs 已完成…[0m - 加载内核模块 configfs。 [确定] modprobe@dm_mod.s…e 已完成- 加载内核模块 dm_mod。 [确定] [email protected] 已完成 - 加载内核模块 drm。 [确定] modprobe@efi_psto…m 已完成 - 加载内核模块 efi_pstore。 [确定] [email protected] 已完成 - 加载内核模块 熔丝。 [确定] [email protected] 已完成 - 加载内核模块循环。 [确定] systemd-modules-l…服务已完成 - 加载内核模块。 [确定] 已完成内核命令行中的 systemd-network-g…rk 单元。 [ OK ] 完成 systemd-remount-f…挂载根文件系统和内核文件系统。 [确定] 已达到目标网络预…获取 - 网络准备。 正在挂载 sys-kernel-config…内核配置文件系统… 正在启动 systemd-journal-f…h 将日志写入持久存储… [ 5.501074] systemd-journald[137]: 收到客户端请求以刷新运行时日志。 正在启动 systemd-random-se…ice - 加载/保存随机种子... 正在启动 systemd-sysctl.se…ce- 应用核变量... 正在启动 systemd-sysusers.…服务 - 创建系统用户... [确定] systemd-udev-trig…e 完成 - 冷插拔所有 udev 设备。 [确定] 已挂载 sys-kernel-config...内核配置文件系统。 [确定] 已完成 systemd-journal-f…ush 日志到持久存储。 [确定] systemd-sysctl.service 已完成 - 应用内核变量。 启动 ifupdown-pre.serv…同步ifupdown 启动... [确定] systemd-sysusers.service 已完成 - 创建系统用户。 正在启动 /dev 中的 systemd-tmpfiles-…ate 静态设备节点... [ OK ] 已完成 systemd-tmpfiles-…在 /dev 中创建静态设备节点。 [确定] 已达到本地文件系统准备目标 local-fs-pr… [确定] 已达到目标 local-fs.target - 本地文件系统。 正在启动 systemd-tmpfiles-…te 系统文件和目录... 正在启动 systemd-udevd.ser…ger 以处理设备事件和文件… [确定] systemd-tmpfiles-…eate 系统文件和目录已完成。 正在启动 systemd-timesyncd… - 网络时间同步… 正在启动 systemd-update-ut…rd 系统启动/关闭(UTMP 模式)... [确定] systemd-update-ut…cord 系统启动/关闭(UTMP)完成。 [确定] 已启动 systemd-udevd.serv…设备事件和文件管理器。 正在启动 systemd-networkd.…ice - 网络配置... [确定] 找到设备 dev-ttymxc1.device - /dev/ttymxc1。 [确定] 已启动 systemd-timesyncd.…0m - 网络时间同步。 [确定] 已达到目标 sysinit.target - 系统初始化。 [确定] 已启动 systemd-tmpfiles-c… 清理临时目录。 [确定] 已达到目标时间设置。目标 - 系统时间设置。 [确定] 已启动 apt-daily.timer - 每日 apt 下载活动。 [确定] 已启动 apt-daily-upgrade...合适的升级和清洁活动。 [确定] 已启动 dpkg-db-backup.tim…每日 dpkg 数据库备份定时器。 [确定] 已启动 e2scrub_all.timer▒▒etadata检查所有文件系统。 [确定] 启动 fstrim.timer - 每周丢弃一次未使用的块。 [确定] 已启动 logrotate.timer - 日志文件每日轮换。 [确定] 已启动 man-db.timer - 每日 man-db 再生。 [确定] 已启动 sysstat-collect.ti…每 10 分钟使用一次会计工具。 [确定]启动了sysstat-summary.ti…的昨天的流程会计。 [确定] 已达到目标计时器。target - 计时器单位。 [确定] 正在监听 dbus.socket▒▒-D-Bus系统消息总线插座。 [确定] 已达到目标[6.421751] cfg80211:加载 regulatory.db 失败 t sockets.target - Socket 单元。 [确定] 已达到目标 basic.target - 基本系统。 [确定] 已启动 cron.service -…后台程序处理守护进程。 正在启动 dbus.service - D-Bus 系统消息总线... [ 6.524255] imx-sdma 30bd0000.dma-controller:直接加载 imx/sdma/sdma-imx7d.bin 固件失败,错误代码 -2 [ 6.537384] imx-sdma 30bd0000.dma-controller:回退到 sysfs 备选方案:imx/sdma/sdma-imx7d.bin [确定] 已启动 firmwared.service - Linux 固件加载守护进程。 [ 6.563260] imx-sdma 30bd0000.dma-controller:未找到外部固件,使用ROM固件 正在启动 kexec-load.service…B:使用 kexec 加载内核映像... 启动 lm-sensors.service…硬件监控传感器... 启动 platcfg.service▒▒r各种 NXP i.MX/LS 平台…… [确定] 已启动 seatd.service - 座位管理守护进程。 [ OK ] 已使用 ipsec.conf 启动 strongswan-starter…Ev1/IKEv2 守护进程。 正在启动 sysstat.service - 重置系统活动日志... 启动 systemd-logind.se…ice用户登录管理... [确定] 已启动 systemd-networkd.service - 网络配置。 [确定] ifupdown-pre.serv 已完成…同步启动 ifupdown。 [确定] e2scrub_reap.serv…ine 已完成ext4 元数据检查快照。 [确定] sysstat.service 已完成 - 重置系统活动日志。 [确定] lm-sensors.service…alize 已完成硬件监控传感器。 [确定] 已启动 kexec-load.service…LSB:使用 kexec 加载内核映像。 [确定] 找到设备 dev-mmcblk2p1.device - /dev/mmcblk2p1。 [确定] 已达到目标 usb-gadget.…m- 硬件激活的USB设备。 正在启动 networking.service - 启动网络接口... 正在启动 systemd-fsck@dev-… 对 /dev/mmcblk2p1 进行系统检查… [确定] 已启动 systemd-fsckd.serv…tem检查守护进程以报告状态。 [ OK ] 完成对 /dev/mmcblk2p1 的 systemd-fsck@dev-…le 系统检查。 [ 7.297245] imx-dwmac 30bf0000.ethernet eth0: 注册 MEM_TYPE_PAGE_POOL RxQ-0 [ 7.305583] imx-dwmac 30bf0000.ethernet eth0:未找到功能安全支持 [ 7.312850] imx-dwmac 30bf0000.ethernet eth0:支持 IEEE 1588-2008 高级时间戳 正在挂载 启动.mount - /启动... [ 7.324878] imx-dwmac 30bf0000.ethernet eth0:已注册 PTP 时钟 [ 7.336555] imx-dwmac 30bf0000.ethernet eth0: FPE 工作队列启动 [ 7.343570] imx-dwmac 30bf0000.ethernet eth0:正在配置固定/RGMII ID 链路模式 [ 7.353100] imx-dwmac 30bf0000.ethernet eth0:链路已连接 - 1Gbps/全双工 - 流控已关闭 [ 7.353244] EXT4-fs (mmcblk2p1): 已挂载文件系统 45d36d6d-da2c-4fa0-ae4f-46086176bf89 读/写,数据模式为有序模式。配额模式:无。 [ 7.354853] 8021q:将 VLAN 0 添加到设备 eth0 的硬件过滤器 [确定] 已挂载 boot.mount - /boot。 [ 7.484902] realtek-mdio stmmac-1:00 eth1:正在配置 phy/gmii 链路模式 [ 7.499221] 8021q:在设备 eth1 上将 VLAN 0 添加到硬件过滤器 [ 7.722835] realtek-mdio stmmac-1:00 eth2:正在配置 phy/gmii 链路模式 [ 7.758421] 8021q:在 eth2 设备上将 VLAN 0 添加到硬件过滤器 [确定] 网络服务已完成 - 启动网络接口。 [ 7.988116] random: crng 初始化完成 [确定] systemd-random-se…服务已完成 - 加载/保存随机种子。 [确定] 已启动 dbus.service - D-Bus 系统消息总线。 正在启动 wpa_supplicant.service - WPA 请求程序... [确定] 已启动 systemd-logind.service - 用户登录管理。 [确定] 已启动 wpa_supplicant.service - WPA 请求程序。 [确定] 已达到目标网络。target - 网络。 正在启动 mosquitto.service - Mosquitto MQTT 代理... 正在启动 ssh.service - OpenBSD 安全外壳服务器... 正在启动 systemd-hostnamed.service - 主机名服务... 正在启动 systemd-user-sess…vice - 允许用户会话… [确定] systemd-user-sess…服务已完成 - 允许用户会话。 [确定] 已启动 [email protected] - Getty on tty1。 [确定] 已启动 serial-getty@ttymx…ice - ttymxc1 上的 Serial Getty。 [确定] 已达到目标 getty.target - 登录提示。 [确定] 已启动 systemd-hostnamed.service - 主机名服务。 [确定] 已启动 ssh.service - OpenBSD 安全外壳服务器。 [确定] 已启动 mosquitto.service - Mosquitto MQTT 代理。 [确定] 已达到目标 multi-user.target - 多用户系统。 [确定] 已达到目标 graphic.target - 图形界面。 正在启动 systemd-update-ut… 以 UTMP 格式记录运行级别更改… [确定] platcfg.service▒▒for 已完成各种 NXP i.MX/LS 平台。 [确定] systemd-update-ut… 已完成 - 以 UTMP 格式记录运行级别更改。 Debian GNU/Linux 12 imx8mpevk ttymxc1 NXP Linux SDK 2506 Debian 服务器(针对 NXP 特定硬件加速进行了优化) imx8mpevk 登录:root 密码: Linux imx8mpevk 6.6.52-rt43-gd377c9049508-dirty#1 SMP PREEMPT 2026年7月2日星期四 11:19:58 CST aarch64 Debian GNU/Linux 系统附带的程序均为自由软件; 每个项目的具体分配条款均在以下文件中描述: /usr/share/doc/*/copyright 中的单个文件。 Debian GNU/Linux 绝对不提供任何形式的担保。 在适用法律允许的范围内。 root@imx8mpevk:~# root@imx8mpevk:~# modprobe moal mod_para=nxp/wifi_mod_para.conf [ 27.658951] mlan:加载外部模块会污染内核。 [ 27.688908] wlan:正在加载 MWLAN 驱动程序 [ 27.693279] wlan:向总线驱动程序注册... [ 27.697621] vendor=0x02DF device=0x9149 class=0 function=1 [ 27.703270] 附加 moal 句柄操作,卡接口类型:0x105 [ 27.709133] rps 从模块参数设置为 0 [ 27.713466] SD8987:从用户配置文件获取初始化模块参数 [ 27.718305] 卡类型:SD8987,配置块:0 [27.722765]cfg80211_wext=0xf [ 27.725757] max_vir_bss=1 [ 27.728391] cal_data_cfg=none [ 27.731362] ps_mode = 1 [ 27.733821] auto_ds = 1 [ 27.736295] host_mlme=启用 [ 27.739186] fw_name=nxp/sdiouart8987_combo_v0.bin [27.743918]SDIO:max_segs = 128 max_seg_size = 65535 [ 27.748647] rx_work=1 cpu_num=4 [27.751795]启用moal_recv_amsdu_packet [ 27.755832] 附加 mlan 适配器操作。card_type 为 0x105。 [ 27.762044] wlan:启用 TX SG 模式 [ 27.765551] wlan:启用 RX SG 模式 [ 27.776176] 请求固件:nxp/sdiouart8987_combo_v0.bin [ 28.073628] WLAN:固件下载完成,固件长度=626584,已下载 617556 [ 28.944747] WLAN 固件已激活 [ 28.947734] on_time 为 28943658375 [ 29.003401] VDLL 映像:长度=9028 [ 29.006743] 固件国家代码 WW 与美国不匹配 [ 29.012026] fw_cap_info=0x181d6f03,dev_cap_mask=0xffffffff [ 29.017672] max_p2p_conn = 8, max_sta_conn = 8 [ 29.022438] SDIO 接收聚合:1 块大小=512 [ 29.026600] wlan:启用 RX SG 模式 [ 29.030117] mpa_rx_buf_size=65280 [ 29.054744] 注册 NXP 802.11 适配器 mlan0 [ 29.061163] 注册 NXP 802.11 适配器 uap0 [ 29.069437] 注册 NXP 802.11 适配器 wfd0 [ 29.073887] wlan: 版本 = SD8987----16.92.21.p142.3-MM6X16505.p4-GPL-(FP92) [ 29.083234] wlan:已完成向总线驱动程序注册 [ 29.088229] wlan:驱动程序已成功加载 root@imx8mpevk:~# [ 29.430504] wlan: mlan0 开始扫描 [ 33.741685] wlan:扫描完成:已扫描接入点数量=6 root@imx8mpevk:~# root@imx8mpevk:~# mod[ 38.754412] wlan: mlan0 开始扫描 探针 btnxpuart [ 43.549431] btnxpuart serial0-0: ipg 时钟已启用,速率=80000000 [ 43.555634] btnxpuart serial0-0:每个时钟周期启用,速率=80000000 root@imx8mpevk:~# [ 43.743746] wlan: 扫描完成:扫描的接入点数量=14 [ 44.580103] Bluetooth: hci0: FW 已在运行。 [ 46.628430] Bluetooth: hci0: 操作码 0x0c03 失败: -110 [ 48.756247] wlan: mlan0 开始扫描 [ 53.744943] wlan:扫描完成:已扫描接入点数量=16 [ 53.753462] wlan:计划扫描开始 Re: Bluetooth on i.MX8MP 你好@wanggg 你目前使用的是哪款8MP主板?能否分享一下硬件连接方式? 顺祝商祺! 肖恩 Re: Bluetooth on i.MX8MP 你好@shaun_wu 我已经找到了硬件问题所在。感谢您的帮助。
查看全文
i.MX95 启动 ROM 在 AHAB 容器损坏后不会从 eMMC Boot0 回退到 Boot1。 各位专家好, i.MX95 的启动 ROM 是否支持在选定的启动分区包含无效的 AHAB 容器时,在 eMMC Boot0 和 Boot1 之间自动故障转移? 我将同一个 flash.bin 文件分别写入了 Boot0 和 Boot1 中。启用 BOOT_PARTITION_ENABLE = Boot0 后,我损坏了 Boot0 的前 4 KB(破坏了 AHAB 容器的开头)。董事会报告: Boot stage: Primary Image set: 0 Parse seco container failed -14 SPL: failed to boot from all boot devices 如果我手动将 BOOT_PARTITION_ENABLE 设置为 Boot1,则开发板可以正常启动。 根据一些较早的 i.MX8 论坛讨论,我预期 ROM 会自动尝试 Boot1。i.MX95 是否支持自动从 Boot0 回退到 Boot1?如果属实,那么什么条件会触发它?如果没有,那么针对引导加载程序恢复的推荐冗余机制是什么? 重现步骤: 闪光灯 相同的 imx-boot-imx95-19x19-verdin-sd.bin-flash_all 到 eMMC Boot0 和 启动1 。以下是我用来刷写两个 eMMC 存储区的脚本(附件已附上) 确认两个分区包含相同的镜像。 设置:   mmc partconf 0 0 1 0   (已选择 Boot0) 损坏 Boot0 的前 4 KB:   dd if=/dev/zero of=/dev/mmcblk0boot0 bs=512 count=8 conv=fsync   重启。 观察:   U-Boot SPL 2025.04-g99518e6b6f20 (Feb 02 2026 - 05:52:54 +0000) SYS Boot reason: por, origin: -1, errid: -1 SYS shutdown reason: por, origin: -1, errid: -1 Normal Boot Trying to boot from MMC1 Boot stage: Primary Image set: 0, offset: 0x0 Parse seco container failed -14 Load image from MMC/SD 0x0 mmc_load_image_raw_sector: mmc block read error Error: -38 SPL: failed to boot from all boot devices ### ERROR ### Please RESET the board ###   将 PARTITION_CONFIG 更改为 Boot1:   mmc partconf 0 0 2 0   板从 Boot1 成功启动。 简而言之,我想就以下几点获得澄清。 i.MX95 启动 ROM 是否支持 eMMC 启动0↔启动1 自动故障转移,或者冗余机制是否需要以不同的方式实现(例如,通过映像集、软件更新或备用引导设备)? BR, 阿伦·库马尔 Re: i.MX95 Boot ROM does not fall back from eMMC Boot0 to Boot1 after AHAB container corruption 谢谢 @zhiming_Liu,我想了解一下 i.MX95 Boot ROM 在什么条件下会将 eMMC Boot0/Boot1 的 boot_stage 设置为 Secondary? BR, 阿伦·库马尔 Re: i.MX95 Boot ROM does not fall back from eMMC Boot0 to Boot1 after AHAB container corruption 你好@arun16598 i.MX95 支持此功能,但需要 SPL 支持此功能。 根据您的描述,您使用的 U-Boot 版本似乎不包含以下补丁。 LFU-890-1 imx:镜像容器:支持 iMX95 和 iMX94 二级启动 · nxp-imx/uboot-imx@02d75ab · GitHub 此致, 志明
查看全文
FRDM-MCXA153のプログラミング方法を学ぶ こんにちは、FRDM-MCXA153とMCU-Linkデバッグプローブを受け取ったばかりで、MCXのプログラミング方法についてリソースを探しています。YouTubeでいくつかリソースを見つけたのですが、それらはサンプルコードの実行方法しか示していませんでした。もっと詳しい情報が欲しいです。 開発ボード ハンズオン・トレーニング Re: Learning how to program the FRDM-MCXA153 こんにちは、@joe1652さん FRDM-MCXA153については、公式の「FRDM-MCXA153の入門」教材、 ボードユーザーマニュアル、FRDM-MCXA153 SDKの例から始めることをお勧めします。ボードには**搭載**MCU-Linkデバッグプローブが内蔵されており、ボードのデバッグUSB接続から直接MCXA153をプログラム・デバッグできます。 まずは、hello_worldやgpio_led_outputのようなシンプルなSDK例を取り込み、構築してMCU-Linkにフラッシュし、その後デバッグセッションを開始してmain()でブレークポイントを設定することをおすすめします。そのフローが動作したら、UART、ADC、I2C、SPI、タイマーなどのペリフェラルの例に進みます。 他に資料や助けが必要な場合は、どうぞお気軽にお問い合わせください。   BR アリス  
查看全文