PX4-Autopilot
PX4-Autopilot copied to clipboard
Decouple filepaths from rcS/MTD using Kconfig rootpath
Removes hardcoded filepaths allows for use of filesystem and boardspecific filelocations.
Replaces #21891
@PetervdPerk-NXP - Rebased on man and added the rest of the paths.
@PetervdPerk-NXP Shal we un-draft this?
I just tested the filepath changes on the CANHUBK3 FMU and the params are there, metadata seems to work better (don't need mavlink over ethernet if telem/uart connection is good).
Had to manually change BOARD_ROOT_PATH to '/fs/microsd' get logging to work, though
This pull request has been mentioned on Discussion Forum for PX4, Pixhawk, QGroundControl, MAVSDK, MAVLink. There might be relevant details there:
https://discuss.px4.io/t/px4-sync-q-a-july-24-2024/39852/1
If I'm not mistaken then this PR broke some CI tests:
The module documentation CI also fails after this. Here's my suggestion to not trip the parser anymore: https://github.com/PX4/PX4-Autopilot/pull/23499
Can we revert this until we fix the path issues with CI?
@Jaeyoung-Lim can you rebase on https://github.com/PX4/PX4-Autopilot/pull/23457 that should've fixed it