Hi everyone. I have some problem with added file_parameters.param to arduplane.apj file trough the script - apj_tool.py.
I have download the firmware from ArduPilot firmware : /Plane/stable-4.6.2/CubeOrange
I’ve tried add this file with command python apj_tool.py --set-file my_param.parm arduplane.apj
and I recived the error -
Loaded apj file of length 1860656
No param area found
Error: Param defaults support not found in firmware; see OEM Customization — Copter documentation for embedding defaults.parm
Someone know how fix this problem? Please help!