Files
PX4-Autopilot/Tools/filepaths/rc.filepaths.jinja
Peter van der Perk f16a2487ac fix(rcS): Use CONFIG_BOARD_ROOT_PATH as root path. (#27378)
Instead of hardcoded /fs/microsd use the BOARD_ROOT_PATH Kconfig
variable
2026-05-18 09:33:45 -06:00

8 lines
207 B
Django/Jinja

{# jinja template to generate the serial autostart script. #}
# serial autostart script generated with generate_serial_config.py
set PARAM_FILE {{ params_file }}
set BOARD_ROOT_PATH {{ board_root_path }}