How to arm Drone without connecting to QGroundControl

Hello friends,
I need your helps.
This is the first time i have built a drone. My device has Pixhawk 6C, PM07 module, M9N GPS, Fs-i6 RC. I set my device with SWA on RC to arm. But i face a problem: I only arm by RC when drone is connected to QGroundControl (QGC) by USB or Telementry, the led on Holybro M9N only green when drone is connected to QGC. Without connecting drone with QGC, i can not arm the drone and the led on m9n gps is red.

I have tried to set COM_POWER_COUNT to 0 but i could not arm my drone.

The firmware i used is PX 1.17 with QGC 5.x

Please help me if you can.

Thank you in advance,

请将无人机遥测的故障保护关闭即可,默认的设置是故障RTK,请关闭后无人机即可手动飞行

可以使用参数**COM_DLL_EXCEPT**实现

FS_GCS_ENABLE = 0
and remove all arming checks (just for debugging)
then try arming , also there is arming gestures setting/parameters also check that

Thank everyone,

I set NAV_DLL_ACT to Disabled, i can arm drone without connecting to qgc.
I will test with your suggests.

Thank you so much